Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * lib/stdint.in.h: Merge from gnulib (Bug#9025). | Paul Eggert | 2011-07-09 | 1 | -41/+55 |
| | | | | This fixes a build problem on older Mac OS X hosts. | ||||
* | Add strtoimax module, needed for Solaris 8 port. | Paul Eggert | 2011-07-08 | 2 | -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 Eggert | 2011-07-08 | 6 | -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 Eggert | 2011-07-06 | 2 | -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 Eggert | 2011-06-25 | 2 | -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 Eggert | 2011-06-23 | 2 | -1/+9 |
| | |||||
* | Use gnulib's alloca-opt module. | Paul Eggert | 2011-06-21 | 2 | -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 gnulib | Leo Liu | 2011-06-21 | 7 | -1/+1576 |
| | |||||
* | * lib/unistd.in.h, m4/getloadavg.m4: Merge from gnulib. | Paul Eggert | 2011-06-19 | 1 | -0/+2 |
| | |||||
* | Merge from gnulib: lib/gnulib.mk, m4/*.m4. | Paul Eggert | 2011-06-15 | 1 | -12/+8 |
| | |||||
* | * lib/ftoastr.c, lib/stdio.in.h, lib/verify.h: Merge from gnulib. | Paul Eggert | 2011-06-15 | 3 | -45/+17 |
| | |||||
* | * lib/gnulib.mk, m4/gnulib-common.m4: Merge from gnulib. | Paul Eggert | 2011-06-08 | 1 | -141/+141 |
| | |||||
* | Merge from gnulib. | Paul Eggert | 2011-06-06 | 2 | -5/+2 |
| | | | | * lib/careadlinkat.c, lib/careadlinkat.h, m4/gnulib-common.m4: Merge. | ||||
* | * lib/getopt.c: Merge trivial change from gnulib. | Paul Eggert | 2011-06-04 | 1 | -1/+0 |
| | |||||
* | * lib/allocator.h, lib/careadlinkat.c: Merge from gnulib. | Paul Eggert | 2011-06-02 | 2 | -5/+12 |
| | |||||
* | lib/getopt_.h: Regenerate. | Juanma Barranquero | 2011-05-31 | 1 | -2/+2 |
| | |||||
* | Adjust to recent gnulib change for @GUARD_PREFIX@. | Paul Eggert | 2011-05-29 | 13 | -66/+78 |
| | |||||
* | * doc/misc/texinfo.tex, lib/getopt.c, lib/intprops.h: Merge from gnulib. | Paul Eggert | 2011-05-27 | 2 | -21/+70 |
| | |||||
* | Add crypto/sha1 module from gnulib | Leo Liu | 2011-05-24 | 4 | -1/+539 |
| | |||||
* | * lib/verify.h: Merge from gnulib. | Paul Eggert | 2011-05-23 | 1 | -1/+3 |
| | |||||
* | Merge from gnulib. | Paul Eggert | 2011-05-22 | 2 | -17/+23 |
| | |||||
* | Merge from gnulib. | Paul Eggert | 2011-05-15 | 3 | -37/+285 |
| | |||||
* | Merge from gnulib. | Paul Eggert | 2011-05-05 | 1 | -51/+79 |
| | |||||
* | Use C99's va_copy to avoid undefined behavior on x86-64 GNU/Linux. | Paul Eggert | 2011-05-04 | 2 | -1/+64 |
| | |||||
* | * Makefile.in (GNULIB_TOOL_FLAG): Add --conditional-dependencies. | Paul Eggert | 2011-05-03 | 2 | -1/+12 |
| | | | | | This new gnulib-tool option saves 'configure' the trouble of checking for strtoull when strtoumax exists. | ||||
* | Update from gnulib. | Paul Eggert | 2011-04-26 | 1 | -4/+13 |
| | |||||
* | Merge from gnulib. | Paul Eggert | 2011-04-22 | 2 | -3/+5 |
| | |||||
* | Simpler version of strtoumax module. | Paul Eggert | 2011-04-22 | 4 | -1197/+4 |
| | |||||
* | * lib/wchar.h, lib/inttypes.h: Remove; not needed. | Paul Eggert | 2011-04-21 | 2 | -2471/+0 |
| | |||||
* | * Makefile.in (GNULIB_MODULES): Add strtoumax. | Paul Eggert | 2011-04-21 | 12 | -1/+5587 |
| | |||||
* | Merge from gnulib. | Paul Eggert | 2011-04-17 | 3 | -17/+242 |
| | |||||
* | Merge from gnulib. | Paul Eggert | 2011-04-10 | 1 | -6/+10 |
| | |||||
* | Merge from gnulib. | Paul Eggert | 2011-04-09 | 3 | -4/+14 |
| | |||||
* | Update from gnulib. | Paul Eggert | 2011-04-08 | 5 | -26/+37 |
| | |||||
* | Don't call gnulib's careadlinkat on Windows. | Eli Zaretskii | 2011-04-06 | 1 | -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 Barranquero | 2011-04-06 | 1 | -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 Eggert | 2011-04-06 | 1 | -9/+24 |
| | |||||
* | Merge changes from gnulib. | Paul Eggert | 2011-04-05 | 2 | -21/+25 |
| | |||||
* | Replace two copies of readlink code with single gnulib version. | Paul Eggert | 2011-03-31 | 4 | -1/+300 |
| | |||||
* | lib/stdio.in.h, m4/gnulib-common.m4: Regenerate from latest gnulib. | Paul Eggert | 2011-03-31 | 1 | -1/+45 |
| | |||||
* | Merge removals from trunk. | Paul Eggert | 2011-03-22 | 1 | -1492/+0 |
| | |||||
* | Merge from gnulib. | Paul Eggert | 2011-03-21 | 1 | -5/+6 |
| | |||||
* | Merge from trunk and from gnulib stdio. | Paul Eggert | 2011-03-20 | 3 | -15/+1435 |
|\ | |||||
| * | Autogenerate. | Paul Eggert | 2011-03-20 | 1 | -1/+112 |
| | | |||||
| * | [ChangeLog] | Paul Eggert | 2011-03-20 | 1 | -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 Morris | 2011-03-20 | 1 | -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 Eggert | 2011-03-17 | 2 | -10/+11 |
|/ | |||||
* | Update for gnulib, adding Solaris 9+10 fixes. | Paul Eggert | 2011-03-13 | 3 | -4/+16 |
| | |||||
* | Simplify symlink portability workaround. | Paul Eggert | 2011-02-25 | 4 | -10/+71 |
| | |||||
* | Merge from mainline. | Paul Eggert | 2011-02-24 | 1 | -1/+1 |
|\ |