1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-09 21:20:45 -08:00
emacs/lib
Paul Eggert 24e0f6b1dc Merge from gnulib, using build-aux to remove clutter.
* m4/largefile.m4: New file, so that Emacs does not mess up when
accessing files with large inode numbers in MacOS X 10.5 and later.
* m4/nocrash.m4: New file, to avoid triggering background debugger
and/or create core dumps during 'configure'.
* build-aux/move-if-change: Renamed from move-if-change.
* build-aux/snippet/arg-nonnull.h: Renamed from arg-nonnull.h.
* build-aux/snippet/c++defs.h: Renamed from c++defs.h.
* build-aux/snippet/warn-on-use.h: Renamed from warn-on-use.h.
* build-aux/snippet/_Noreturn.h: New file, for draft C1X _Noreturn.
* .bzrignore: The autogenerated files compile, config.guess,
config.sub, depcomp, install-sh, and missing are now in build-aux.
* Makefile.in (epaths-force, sync-from-gnulib):
move-if-change is now in build-aux.
(GNULIB_TOOL_FLAGS): Avoid threadlib; this is now a prerequisite
of gnulib's pthread_sigmask module, but Emacs doesn't need it.
(mkdir): install-sh is now in build-aux.
* config.bat: c++defs.h is now in build-aux/snippets.
* configure.in: Specify AC_CONFIG_AUX_DIR with build-aux (the
usual parameter).
* lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
* lib/makefile.w32-in (ARG_NONNULL_H): arg-nonnull.h moved
to build-aux/snippet.
* lib/pthread_sigmask.c, lib/stdlib.in.h, m4/extensions.m4:
* m4/getopt.m4, m4/gnulib-common.m4, m4/pthread_sigmask.m4:
Merge from gnuilib.  This fixes porting bugs on Cygwin, Irix, and
Solaris, enables MacOS extensions, and enables nocrash during
'configure'.
* make-dist: Adjust to new build-aux and build-aux/snippit dirs.
* admin/notes/copyright: The files compile, config.guess, config.sub,
depcomp, install-sh, missing, and move-if-change are now in the
new build-aux subdirectory.  The files arg-nonnull.h, c++defs.h,
and warn-on-use.h are now in build-aux/snippets.  New file
build-aux/snippets/_Noreturn.h.
* leim/Makefile.in (install): install-sh is now in build-aux.
* lib-src/Makefile.in ($(DESTDIR)${archlibdir}): install-sh moved
to build-aux.
* msdos/sedlibmk.inp (CONFIG_CLEAN_VPATH_FILES): Adjust to snippet moves
from top level to build-aux/snippet.
* src/Makefile.in (gl-stamp): move-if-change is now in build-aux.
2011-07-24 15:15:47 -07:00
..
alloca.in.h Use gnulib's alloca-opt module. 2011-06-21 09:15:07 -07:00
allocator.c Update from gnulib. 2011-04-08 14:53:30 -07:00
allocator.h * lib/allocator.h, lib/careadlinkat.c: Merge from gnulib. 2011-06-02 01:22:57 -07:00
careadlinkat.c Merge from gnulib. 2011-06-06 12:53:44 -07:00
careadlinkat.h Merge from gnulib. 2011-06-06 12:53:44 -07:00
COPYING * lib/COPYING: New file, a copy of COPYING. 2011-01-08 23:43:55 -08:00
dosname.h Simplify symlink portability workaround. 2011-02-25 12:05:36 -08:00
dtoastr.c Regenerate. 2011-01-08 17:20:28 -08:00
dup2.c Use gnulib's dup2 module instead of rolling our own. 2011-06-25 01:40:38 -07:00
filemode.c Import filemode module from gnulib. 2011-02-20 02:51:50 -08:00
filemode.h Import filemode module from gnulib. 2011-02-20 02:51:50 -08:00
ftoastr.c * lib/ftoastr.c, lib/stdio.in.h, lib/verify.h: Merge from gnulib. 2011-06-15 11:50:18 -07:00
ftoastr.h gnulib: undo previous change 2011-02-06 14:13:03 -08:00
getloadavg.c Import IRIX 6.5 getloadavg fixes from gnulib. 2011-02-17 23:41:43 -08:00
getopt.c Simplify Emacs part of pthread_sigmask support. 2011-07-08 13:20:19 -07:00
getopt.in.h Adjust to recent gnulib change for @GUARD_PREFIX@. 2011-05-29 14:52:18 -07:00
getopt1.c Regenerate. 2011-01-08 23:33:50 -08:00
getopt_.h lib/getopt_.h: Regenerate. 2011-05-31 18:09:59 +02:00
getopt_int.h Regenerate. 2011-02-24 23:23:41 -08:00
gettext.h Merge from gnulib. 2011-02-14 20:53:29 -08:00
gnulib.mk Merge from gnulib, using build-aux to remove clutter. 2011-07-24 15:15:47 -07:00
ignore-value.h Merge from gnulib. 2011-02-14 20:53:29 -08:00
intprops.h Adjust to recent gnulib change for @GUARD_PREFIX@. 2011-05-29 14:52:18 -07:00
inttypes.in.h Merge from gnulib. 2011-04-22 16:53:21 -07:00
lstat.c [ChangeLog] 2011-02-22 11:30:07 -08:00
Makefile.am Import filemode module from gnulib. 2011-02-20 02:51:50 -08:00
makefile.w32-in Merge from gnulib, using build-aux to remove clutter. 2011-07-24 15:15:47 -07:00
md5.c Import simpler crypto/md5 module from gnulib, plus stdint module. 2011-02-18 23:28:29 -08:00
md5.h Import simpler crypto/md5 module from gnulib, plus stdint module. 2011-02-18 23:28:29 -08:00
min-max.h [ChangeLog] 2011-02-21 15:22:34 -08:00
mktime-internal.h Regenerate. 2011-01-08 22:57:07 -08:00
mktime.c gnulib: import mktime and move-if-change fixes from gnulib 2011-01-30 11:22:02 -08:00
pthread_sigmask.c Merge from gnulib, using build-aux to remove clutter. 2011-07-24 15:15:47 -07:00
readlink.c [ChangeLog] 2011-02-22 11:30:07 -08:00
sha1.c Add crypto/sha1 module from gnulib 2011-05-24 16:12:52 +08:00
sha1.h Add crypto/sha1 module from gnulib 2011-05-24 16:12:52 +08:00
sha256.c Add crypto/sha256 and crypto/sha512 modules from gnulib 2011-06-21 16:45:39 +08:00
sha256.h Add crypto/sha256 and crypto/sha512 modules from gnulib 2011-06-21 16:45:39 +08:00
sha512.c Add crypto/sha256 and crypto/sha512 modules from gnulib 2011-06-21 16:45:39 +08:00
sha512.h Add crypto/sha256 and crypto/sha512 modules from gnulib 2011-06-21 16:45:39 +08:00
signal.in.h Simplify Emacs part of pthread_sigmask support. 2011-07-08 13:20:19 -07:00
sigprocmask.c Simplify Emacs part of pthread_sigmask support. 2011-07-08 13:20:19 -07:00
stat.c * lib/getopt.c, lib/stat.c, m4/gl-comp.m4: Merge from gnulib. 2011-06-23 01:10:57 -07:00
stdarg.in.h Adjust to recent gnulib change for @GUARD_PREFIX@. 2011-05-29 14:52:18 -07:00
stdbool.in.h gnulib: undo previous change 2011-02-06 14:13:03 -08:00
stddef.in.h Adjust to recent gnulib change for @GUARD_PREFIX@. 2011-05-29 14:52:18 -07:00
stdint.in.h * lib/stdint.in.h: Merge from gnulib (Bug#9025). 2011-07-09 15:03:22 -07:00
stdio.in.h * lib/ftoastr.c, lib/stdio.in.h, lib/verify.h: Merge from gnulib. 2011-06-15 11:50:18 -07:00
stdlib.in.h Merge from gnulib, using build-aux to remove clutter. 2011-07-24 15:15:47 -07:00
strftime.c Merge from gnulib. 2011-03-21 09:26:05 -07:00
strftime.h strftime: import from gnulib 2011-01-30 15:34:18 -08:00
strtoimax.c * Makefile.in (GNULIB_MODULES): Add strtoumax. 2011-04-21 12:12:13 -07:00
strtol.c Simpler version of strtoumax module. 2011-04-22 00:33:37 -07:00
strtoll.c Add strtoimax module, needed for Solaris 8 port. 2011-07-08 17:18:49 -07:00
strtoul.c * Makefile.in (GNULIB_MODULES): Add strtoumax. 2011-04-21 12:12:13 -07:00
strtoull.c * Makefile.in (GNULIB_MODULES): Add strtoumax. 2011-04-21 12:12:13 -07:00
strtoumax.c * Makefile.in (GNULIB_MODULES): Add strtoumax. 2011-04-21 12:12:13 -07:00
symlink.c [ChangeLog] 2011-02-22 11:30:07 -08:00
sys_stat.in.h Adjust to recent gnulib change for @GUARD_PREFIX@. 2011-05-29 14:52:18 -07:00
time.in.h Adjust to recent gnulib change for @GUARD_PREFIX@. 2011-05-29 14:52:18 -07:00
time_r.c Regenerate. 2011-01-08 22:57:07 -08:00
u64.h Add crypto/sha256 and crypto/sha512 modules from gnulib 2011-06-21 16:45:39 +08:00
unistd.in.h Simplify Emacs part of pthread_sigmask support. 2011-07-08 13:20:19 -07:00
verify.h * lib/ftoastr.c, lib/stdio.in.h, lib/verify.h: Merge from gnulib. 2011-06-15 11:50:18 -07:00