summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* * lib/stdint.in.h: Merge from gnulib (Bug#9025).Paul Eggert2011-07-091-41/+55
| | | | This fixes a build problem on older Mac OS X hosts.
* Add strtoimax module, needed for Solaris 8 port.Paul Eggert2011-07-082-1/+54
| | | | | | | * Makefile.in (GNULIB_MODULES): Add strtoimax. * lib/strtoll.c, m4/strtoimax.m4, m4/strtoll.m4: New files, automatically imported from gnulib. * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
* Simplify Emacs part of pthread_sigmask support.Paul Eggert2011-07-086-79/+498
| | | | | | | | | | | | * Makefile.in (GNULIB_TOOL_FLAGS): Do not avoid sigprocmask. * configure.in (AC_TYPE_UID_T): New dummy macro. Configure gnulib after adjusting LIBS, so that gnulib can assume the libraries in LIBS. * lib/pthread_sigmask.c, lib/sigprocmask.c, m4/signalblocking.m4: New files, automatically imported from gnulib. * lib/gnulib.mk, m4/gl-comp.m4: Regenerate. * src/Makefile.in (LIB_PTHREAD_SIGMASK): New macro. (LIBES): Use it.
* Add gnulib support for pthread_sigmask.Paul Eggert2011-07-062-1/+431
| | | | | | | | | | | | | * Makefile.in (GNULIB_MODULES): Add pthread_sigmask. (GNULIB_TOOL_FLAGS): Avoid sigprocmask. Emacs does its own implementation of 'sigprocmask' on Windows, and it assumes 'sigprocmask' on non-Windows hosts, so it doesn't need the sigprocmask module. * lib/signal.in.h, m4/pthread_sigmask.m4, m4/signal_h.m4: New files, automatically imported from gnulib. * lib/gnulib.mk, m4/gl-comp.m4: Automatically-imported update due to the above changes. * .bzrignore: Add lib/signal.h.
* Use gnulib's dup2 module instead of rolling our own.Paul Eggert2011-06-252-1/+142
| | | | | | | * Makefile.in (GNULIB_MODULES): Add dup2. * configure.in: Do not check for dup2; gnulib does that now. * lib/dup2.c, m4/dup2.m4: New files, from gnulib. * src/sysdep.c (dup2) [!HAVE_DUP2]: Remove; gnulib now does this.
* * lib/getopt.c, lib/stat.c, m4/gl-comp.m4: Merge from gnulib.Paul Eggert2011-06-232-1/+9
|
* Use gnulib's alloca-opt module.Paul Eggert2011-06-212-1/+80
| | | | | | | | | * .bzrignore: Add lib/alloca.h. * Makefile.in (GNULIB_MODULES): Add alloca-opt. * configure.in (AC_FUNC_ALLOCA): Remove almost all the alloca stuff, as gnulib now does that for us. Put alloca check after gl_INIT. * lib/gnulib.mk, m4/gl-comp.m4: Regenerate. * lib/alloca.in.h, m4/alloca.m4: New files, from gnulib.
* Add crypto/sha256 and crypto/sha512 modules from gnulibLeo Liu2011-06-217-1/+1576
|
* * lib/unistd.in.h, m4/getloadavg.m4: Merge from gnulib.Paul Eggert2011-06-191-0/+2
|
* Merge from gnulib: lib/gnulib.mk, m4/*.m4.Paul Eggert2011-06-151-12/+8
|
* * lib/ftoastr.c, lib/stdio.in.h, lib/verify.h: Merge from gnulib.Paul Eggert2011-06-153-45/+17
|
* * lib/gnulib.mk, m4/gnulib-common.m4: Merge from gnulib.Paul Eggert2011-06-081-141/+141
|
* Merge from gnulib.Paul Eggert2011-06-062-5/+2
| | | | * lib/careadlinkat.c, lib/careadlinkat.h, m4/gnulib-common.m4: Merge.
* * lib/getopt.c: Merge trivial change from gnulib.Paul Eggert2011-06-041-1/+0
|
* * lib/allocator.h, lib/careadlinkat.c: Merge from gnulib.Paul Eggert2011-06-022-5/+12
|
* lib/getopt_.h: Regenerate.Juanma Barranquero2011-05-311-2/+2
|
* Adjust to recent gnulib change for @GUARD_PREFIX@.Paul Eggert2011-05-2913-66/+78
|
* * doc/misc/texinfo.tex, lib/getopt.c, lib/intprops.h: Merge from gnulib.Paul Eggert2011-05-272-21/+70
|
* Add crypto/sha1 module from gnulibLeo Liu2011-05-244-1/+539
|
* * lib/verify.h: Merge from gnulib.Paul Eggert2011-05-231-1/+3
|
* Merge from gnulib.Paul Eggert2011-05-222-17/+23
|
* Merge from gnulib.Paul Eggert2011-05-153-37/+285
|
* Merge from gnulib.Paul Eggert2011-05-051-51/+79
|
* Use C99's va_copy to avoid undefined behavior on x86-64 GNU/Linux.Paul Eggert2011-05-042-1/+64
|
* * Makefile.in (GNULIB_TOOL_FLAG): Add --conditional-dependencies.Paul Eggert2011-05-032-1/+12
| | | | | This new gnulib-tool option saves 'configure' the trouble of checking for strtoull when strtoumax exists.
* Update from gnulib.Paul Eggert2011-04-261-4/+13
|
* Merge from gnulib.Paul Eggert2011-04-222-3/+5
|
* Simpler version of strtoumax module.Paul Eggert2011-04-224-1197/+4
|
* * lib/wchar.h, lib/inttypes.h: Remove; not needed.Paul Eggert2011-04-212-2471/+0
|
* * Makefile.in (GNULIB_MODULES): Add strtoumax.Paul Eggert2011-04-2112-1/+5587
|
* Merge from gnulib.Paul Eggert2011-04-173-17/+242
|
* Merge from gnulib.Paul Eggert2011-04-101-6/+10
|
* Merge from gnulib.Paul Eggert2011-04-093-4/+14
|
* Update from gnulib.Paul Eggert2011-04-085-26/+37
|
* Don't call gnulib's careadlinkat on Windows.Eli Zaretskii2011-04-061-13/+2
| | | | | | src/w32.c (careadlinkat, careadlinkatcwd): New always-fail stubs. lib/makefile.w32-in ($(BLD)/careadlinkat.$(O), GNULIBOBJS): Revert last change.
* lib/makefile.w32-in: Adapt to changes in ↵Juanma Barranquero2011-04-061-3/+21
| | | | | | | | | | 2011-04-06T05:19:39Z!eggert@cs.ucla.edu. * lib/makefile.w32-in (GNULIBOBJS): Add careadlinkat.$(O). ($(BLD)/careadlinkat.$(O)): New target. ($(BLD)/dtoastr.$(O), $(BLD)/getopt.$(O), $(BLD)/getopt1.$(O)) ($(BLD)/strftime.$(O), $(BLD)/time_r.$(O), $(BLD)/md5.$(O)): Update dependencies.
* * lib/gnulib.mk, m4/stdbool.m4, m4/stddef_h.m4, m4/stdint.m4: Merge from gnulib.Paul Eggert2011-04-061-9/+24
|
* Merge changes from gnulib.Paul Eggert2011-04-052-21/+25
|
* Replace two copies of readlink code with single gnulib version.Paul Eggert2011-03-314-1/+300
|
* lib/stdio.in.h, m4/gnulib-common.m4: Regenerate from latest gnulib.Paul Eggert2011-03-311-1/+45
|
* Merge removals from trunk.Paul Eggert2011-03-221-1492/+0
|
* Merge from gnulib.Paul Eggert2011-03-211-5/+6
|
* Merge from trunk and from gnulib stdio.Paul Eggert2011-03-203-15/+1435
|\
| * Autogenerate.Paul Eggert2011-03-201-1/+112
| |
| * [ChangeLog]Paul Eggert2011-03-201-0/+1119
| | | | | | | | | | | | | | | | | | | | | | | | | | | | fakemail: Remove dependency on ignore-value. * Makefile.in (GNULIB_MODULES): Add stdio. * lib/stdio.in.h, m4/stdio_h.m4: New files, automatically imported from gnulib. [lib-src/ChangeLog] fakemail: Remove dependency on ignore-value. This undoes some of the recent fakemail-related changes. It is made possible due to recent changes to gnulib's stdio module. * Makefile.in (fakemail${EXEEXT}): Do not depend on ignore-value.h. * fakemail.c: Do not include ignore-value.h. (put_line): Do not use ignore_value.
| * (Re)move autotools generated files from the repository.Glenn Morris2011-03-201-1301/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ref: http://lists.gnu.org/archive/html/emacs-devel/2011-03/msg00225.html * autogen/: New directory, to be excluded from releases. * autogen/copy_autogen, autogen/update_autogen: New scripts. * autogen/README: New file. * autogen/aclocal.m4, autogen/config.in, autogen/configure: * autogen/Makefile.in: Add auto-updated generated files. * autogen.sh: No longer a no-op, now it tests for autotools and runs them as necessary. * configure.in: Defaule maintainer-mode to on. * aclocal.m4, configure, lib/Makefile.in: Remove files. * src/config.in: Remove file. * INSTALL.BZR, admin/make-tarball.txt: Update instructions.
* | process.c: Use socklen_t, not int, for socket lengths.Paul Eggert2011-03-172-10/+11
|/
* Update for gnulib, adding Solaris 9+10 fixes.Paul Eggert2011-03-133-4/+16
|
* Simplify symlink portability workaround.Paul Eggert2011-02-254-10/+71
|
* Merge from mainline.Paul Eggert2011-02-241-1/+1
|\