| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge from gnulib. | Paul Eggert | 2013-10-12 | 1 | -0/+1 |
* | Improve support for popcount and counting trailing zeros. | Paul Eggert | 2013-10-07 | 1 | -1/+17 |
* | Use hardware support for byteswapping on glibc x86 etc. | Paul Eggert | 2013-10-04 | 1 | -1/+24 |
* | Merge from gnulib. | Paul Eggert | 2013-10-03 | 1 | -0/+1 |
* | Fix some minor races in hosts lacking mkostemp. | Paul Eggert | 2013-08-04 | 1 | -1/+31 |
* | Port recent close-on-exec changes to Cygwin. | Paul Eggert | 2013-07-09 | 1 | -1/+7 |
* | Handle errno and exit status a bit more carefully. | Paul Eggert | 2013-07-09 | 1 | -8/+1 |
* | Make file descriptors close-on-exec when possible. | Paul Eggert | 2013-07-07 | 1 | -3/+27 |
* | Use Gnulib ACL implementation, for benefit of Solaris etc. | Paul Eggert | 2013-05-07 | 1 | -1/+45 |
* | File synchronization fixes. | Paul Eggert | 2013-03-13 | 1 | -1/+19 |
* | Tune by using memchr and memrchr. | Paul Eggert | 2013-02-11 | 1 | -1/+110 |
* | Merge from gnulib. | Paul Eggert | 2013-02-08 | 1 | -0/+2 |
* | Use fdopendir, fstatat and readlinkat, for efficiency. | Paul Eggert | 2013-01-31 | 1 | -1/+96 |
* | Merge from gnulib. | Paul Eggert | 2013-01-03 | 1 | -1/+0 |
* | Merge from gnulib. | Paul Eggert | 2013-01-02 | 1 | -1/+1 |
* | Use putenv+unsetenv instead of modifying environ directly. | Paul Eggert | 2012-12-08 | 1 | -1/+19 |
* | Assume POSIX 1003.1-1988 or later for signal.h. | Paul Eggert | 2012-12-07 | 1 | -1/+10 |
* | Merge from gnulib for 'inline'. | Paul Eggert | 2012-11-30 | 1 | -0/+2 |
* | Assume POSIX 1003.1-1988 or later for fcntl.h. | Paul Eggert | 2012-11-17 | 1 | -1/+1 |
* | Use faccessat, not access, when checking file permissions. | Paul Eggert | 2012-11-13 | 1 | -1/+96 |
* | Fix data-loss with --batch. | Paul Eggert | 2012-11-03 | 1 | -1/+18 |
* | Merge from gnulib. | Paul Eggert | 2012-10-04 | 1 | -0/+1 |
* | Check more robustly for timer_settime. | Paul Eggert | 2012-09-26 | 1 | -1/+1 |
* | On assertion failure, print backtrace if available. | Paul Eggert | 2012-08-24 | 1 | -1/+26 |
* | Merge from gnulib. | Paul Eggert | 2012-08-19 | 1 | -1/+1 |
* | Merge from gnulib, for extern-inline. | Paul Eggert | 2012-08-01 | 1 | -0/+3 |
* | Use Gnulib stdalign and environ modules (Bug#9772, Bug#9960). | Paul Eggert | 2012-07-28 | 1 | -1/+1 |
* | Use c_strcasecmp for ASCII case-insensitive comparison. | Paul Eggert | 2012-07-06 | 1 | -1/+13 |
* | Support higher-resolution time stamps. | Paul Eggert | 2012-06-22 | 1 | -22/+118 |
* | Assume gnulib does largefile. | Paul Eggert | 2012-05-27 | 1 | -1/+1 |
* | Merge from gnulib. | Paul Eggert | 2012-05-26 | 1 | -4/+69 |
* | Sync from gnulib version 4f11d6bebc3098c64ffde27079ab0d0cecfd0cdc | Paul Eggert | 2012-04-21 | 1 | -1/+1 |
* | Port to older Solaris 10 versions (Bug#10677). | Paul Eggert | 2012-01-31 | 1 | -1/+10 |
* | Merge from gnulib, improving some licensing wording. | Paul Eggert | 2011-09-26 | 1 | -7/+33 |
* | Merge from gnulib, using build-aux to remove clutter. | Paul Eggert | 2011-07-24 | 1 | -69/+85 |
* | Add strtoimax module, needed for Solaris 8 port. | Paul Eggert | 2011-07-08 | 1 | -1/+21 |
* | Simplify Emacs part of pthread_sigmask support. | Paul Eggert | 2011-07-08 | 1 | -1/+22 |
* | Add gnulib support for pthread_sigmask. | Paul Eggert | 2011-07-06 | 1 | -1/+39 |
* | Use gnulib's dup2 module instead of rolling our own. | Paul Eggert | 2011-06-25 | 1 | -1/+10 |
* | Use gnulib's alloca-opt module. | Paul Eggert | 2011-06-21 | 1 | -1/+24 |
* | Add crypto/sha256 and crypto/sha512 modules from gnulib | Leo Liu | 2011-06-21 | 1 | -1/+24 |
* | Merge from gnulib: lib/gnulib.mk, m4/*.m4. | Paul Eggert | 2011-06-15 | 1 | -12/+8 |
* | * lib/gnulib.mk, m4/gnulib-common.m4: Merge from gnulib. | Paul Eggert | 2011-06-08 | 1 | -141/+141 |
* | Adjust to recent gnulib change for @GUARD_PREFIX@. | Paul Eggert | 2011-05-29 | 1 | -10/+19 |
* | Add crypto/sha1 module from gnulib | Leo Liu | 2011-05-24 | 1 | -1/+10 |
* | Merge from gnulib. | Paul Eggert | 2011-05-15 | 1 | -2/+6 |
* | Use C99's va_copy to avoid undefined behavior on x86-64 GNU/Linux. | Paul Eggert | 2011-05-04 | 1 | -1/+28 |
* | * Makefile.in (GNULIB_TOOL_FLAG): Add --conditional-dependencies. | Paul Eggert | 2011-05-03 | 1 | -0/+10 |
* | Update from gnulib. | Paul Eggert | 2011-04-26 | 1 | -4/+13 |
* | Merge from gnulib. | Paul Eggert | 2011-04-22 | 1 | -3/+3 |