| Commit message (Expand) | Author | Age | Files | Lines |
* | Port to older Solaris 10 versions (Bug#10677).... | Paul Eggert | 2012-01-31 | 1 | -1/+1 |
* | Mainly comment fixes related to PATH_LOADSEARCH etc.... | Glenn Morris | 2012-01-09 | 1 | -5/+2 |
* | Add 2012 to FSF copyright years for Emacs files | Glenn Morris | 2012-01-05 | 1 | -1/+1 |
* | Propagate configure flags to sub-configures.... | Paul Eggert | 2011-12-03 | 1 | -2/+7 |
* | * Makefile.in (install-arch-dep): Tweak previous change. | Glenn Morris | 2011-11-21 | 1 | -3/+3 |
* | Small fix for --disable-ns-self-contained builds... | Yavor Doganov | 2011-11-21 | 1 | -4/+4 |
* | Spelling fixes. | Paul Eggert | 2011-11-19 | 1 | -1/+1 |
* | Merge from gnulib, improving some licensing wording.... | Paul Eggert | 2011-09-26 | 1 | -1/+2 |
* | Merge from gnulib, using build-aux to remove clutter.... | Paul Eggert | 2011-07-24 | 1 | -3/+4 |
* | Add strtoimax module, needed for Solaris 8 port.... | Paul Eggert | 2011-07-08 | 1 | -1/+1 |
* | Simplify Emacs part of pthread_sigmask support.... | Paul Eggert | 2011-07-08 | 1 | -1/+0 |
* | Add gnulib support for pthread_sigmask.... | Paul Eggert | 2011-07-06 | 1 | -1/+3 |
* | Use gnulib's dup2 module instead of rolling our own.... | Paul Eggert | 2011-06-25 | 1 | -0/+1 |
* | Use gnulib's alloca-opt module.... | Paul Eggert | 2011-06-21 | 1 | -0/+1 |
* | Add crypto/sha256 and crypto/sha512 modules from gnulib | Leo Liu | 2011-06-21 | 1 | -2/+2 |
* | * Makefile.in (check): Just give a message if no test/ directory. | Glenn Morris | 2011-05-24 | 1 | -3/+5 |
* | Reimplement trunk 2011-05-24T08:02:58Z!rgm@gnu.org in a way visible to automake.... | Glenn Morris | 2011-05-24 | 1 | -15/+1 |
* | Revert 2011-05-24T08:02:58Z!rgm@gnu.org, for now at least.... | Glenn Morris | 2011-05-24 | 1 | -1/+15 |
* | Add crypto/sha1 module from gnulib | Leo Liu | 2011-05-24 | 1 | -2/+2 |
* | * Makefile.in (TAGS, tags, check): Pass MFLAGS to sub-makes. | Glenn Morris | 2011-05-24 | 1 | -2/+2 |
* | Define the list of subdir Makefiles only in configure.in.... | Glenn Morris | 2011-05-24 | 1 | -15/+1 |
* | Fix previous Makefile change.... | Glenn Morris | 2011-05-24 | 1 | -6/+13 |
* | Restore test/ to its non-distributed state (bug#8107)... | Glenn Morris | 2011-05-23 | 1 | -2/+8 |
* | Eliminate some duplication in top-level Makefile.in.... | Glenn Morris | 2011-05-23 | 1 | -14/+7 |
* | * Makefile.in (AUTOMAKE_INPUTS): Add $(srcdir)/lib/gnulib.mk. | Andreas Schwab | 2011-05-21 | 1 | -1/+1 |
* | Small Makefile.in fixes for bug#8642.... | Glenn Morris | 2011-05-12 | 1 | -5/+5 |
* | Merge from mainline. | Paul Eggert | 2011-05-05 | 1 | -1/+1 |
|\ |
|
| * | Comment typo. | Glenn Morris | 2011-05-04 | 1 | -1/+1 |
* | | Merge from mainline. | Paul Eggert | 2011-05-04 | 1 | -1/+6 |
|\| |
|
| * | Stop bootstrap clobbering config.log (bug#765)... | Glenn Morris | 2011-05-04 | 1 | -1/+6 |
* | | Use C99's va_copy to avoid undefined behavior on x86-64 GNU/Linux. | Paul Eggert | 2011-05-04 | 1 | -1/+1 |
* | | * Makefile.in (GNULIB_TOOL_FLAG): Add --conditional-dependencies.... | Paul Eggert | 2011-05-03 | 1 | -1/+2 |
|/ |
|
* | Merge from mainline. | Paul Eggert | 2011-04-25 | 1 | -1/+8 |
|\ |
|
| * | * Makefile.in (config.status): Don't erase in case of error.... | Stefan Monnier | 2011-04-20 | 1 | -1/+8 |
* | | * Makefile.in (GNULIB_MODULES): Add strtoumax. | Paul Eggert | 2011-04-21 | 1 | -1/+1 |
|/ |
|
* | Replace two copies of readlink code with single gnulib version. | Paul Eggert | 2011-03-31 | 1 | -1/+1 |
* | Remove some files that autoreconf can supply.... | Glenn Morris | 2011-03-25 | 1 | -4/+1 |
* | Replace mkinstalldirs with `install-sh -d', as automake recommends.... | Glenn Morris | 2011-03-22 | 1 | -3/+2 |
* | Merge from trunk and from gnulib stdio. | Paul Eggert | 2011-03-20 | 1 | -1/+2 |
|\ |
|
| * | [ChangeLog]... | Paul Eggert | 2011-03-20 | 1 | -1/+1 |
* | | process.c: Use socklen_t, not int, for socket lengths. | Paul Eggert | 2011-03-17 | 1 | -1/+1 |
|/ |
|
* | Update for gnulib, adding Solaris 9+10 fixes. | Paul Eggert | 2011-03-13 | 1 | -1/+1 |
* | [ChangeLog]... | Paul Eggert | 2011-02-22 | 1 | -1/+1 |
* | [ChangeLog]... | Paul Eggert | 2011-02-21 | 1 | -1/+1 |
* | Import filemode module from gnulib.... | Paul Eggert | 2011-02-20 | 1 | -1/+2 |
* | Import crypto/md5 module from gnulib.... | Paul Eggert | 2011-02-18 | 1 | -1/+2 |
* | Import getloadavg module from gnulib. | Paul Eggert | 2011-02-07 | 1 | -1/+1 |
* | allow C code to suppress warnings about ignored return values | Paul Eggert | 2011-02-03 | 1 | -1/+1 |
* | strftime: import from gnulib | Paul Eggert | 2011-01-30 | 1 | -1/+1 |
* | improve fix for MS-DOS file name clash... | Paul Eggert | 2011-01-27 | 1 | -3/+4 |