summaryrefslogtreecommitdiff
path: root/admin/merge-gnulib
Commit message (Expand)AuthorAge
* Avoid stdio in SIGINT handlerPaul Eggert2016-01-03
* Update copyright year to 2016Paul Eggert2016-01-01
* Use ‘echo’ safely with ‘\’ or leading ‘-’Paul Eggert2015-10-10
* New optional ZONE arg for format-time-string etc.Paul Eggert2015-07-26
* Merge from gnulibPaul Eggert2015-05-27
* Generate a ChangeLog file from commit logsPaul Eggert2015-04-07
* Update copyright year to 2015Paul Eggert2015-01-01
* Prefer stpcpy to strcatPaul Eggert2014-12-25
* Replace union hack with C11-style max_align_tPaul Eggert2014-12-12
* Fix putenv race conditions with undefined behavior.Paul Eggert2014-10-11
* Vector-sorting fixes.Paul Eggert2014-08-30
* Use binary-io module, O_BINARY, and "b" flag.Paul Eggert2014-07-14
* Assume C99 or later.Paul Eggert2014-05-17
* * merge-gnulib: Defer to autogen.sh for ACLOCAL_PATH computation.Paul Eggert2014-05-13
* Merge from gnulib.Paul Eggert2014-03-07
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-01
* Automate the procedure for updating copyright year.Paul Eggert2013-12-24
* Remove the option of using libcrypto.Paul Eggert2013-12-10
* Improve support for popcount and counting trailing zeros.Paul Eggert2013-10-07
* Use hardware support for byteswapping on glibc x86 etc.Paul Eggert2013-10-04
* Fix some minor races in hosts lacking mkostemp.Paul Eggert2013-08-04
* Port recent close-on-exec changes to Cygwin.Paul Eggert2013-07-09
* Handle errno and exit status a bit more carefully.Paul Eggert2013-07-09
* Make file descriptors close-on-exec when possible.Paul Eggert2013-07-07
* Use Gnulib ACL implementation, for benefit of Solaris etc.Paul Eggert2013-05-07
* File synchronization fixes.Paul Eggert2013-03-13
* Tune by using memchr and memrchr.Paul Eggert2013-02-11
* Use fdopendir, fstatat and readlinkat, for efficiency.Paul Eggert2013-01-31
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-02
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-01
* | Use putenv+unsetenv instead of modifying environ directly.Paul Eggert2012-12-08
* | Assume POSIX 1003.1-1988 or later for signal.h.Paul Eggert2012-12-07
* | Assume POSIX 1003.1-1988 or later for fcntl.h.Paul Eggert2012-11-17
* | Use faccessat, not access, when checking file permissions.Paul Eggert2012-11-13
* | Fix data-loss with --batch.Paul Eggert2012-11-03
|/
* Check more robustly for timer_settime.Paul Eggert2012-09-26
* On assertion failure, print backtrace if available.Paul Eggert2012-08-24
* Use ASCII tests for character types.Paul Eggert2012-08-16
* Use bool for Emacs Lisp booleans.Paul Eggert2012-08-14
* Use Gnulib stdalign and environ modules (Bug#9772, Bug#9960).Paul Eggert2012-07-28
* Use c_strcasecmp for ASCII case-insensitive comparison.Paul Eggert2012-07-06
* Support higher-resolution time stamps.Paul Eggert2012-06-22
* Assume gnulib does largefile.Paul Eggert2012-05-27
* Use full name for m4/gnulib-comp.m4. (Bug#11529)Paul Eggert2012-05-21
* Make merging from gnulib a script, not a makefile action.Paul Eggert2012-05-20