aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2015-02-20 23:31:17 -0800
committerPaul Eggert2015-02-20 23:32:45 -0800
commit066b17df681fabb40108d719086669957aebbc51 (patch)
tree27f9362ed6a6e68ef6b61925932f84bb1afb37b8 /ChangeLog
parent43fb42da8bd6851b5b22d2bbb5d2cd8ceede9c09 (diff)
downloademacs-066b17df681fabb40108d719086669957aebbc51.tar.gz
emacs-066b17df681fabb40108d719086669957aebbc51.zip
Merge from gnulib
* doc/misc/texinfo.tex: Update from gnulib. * lib/getdtablesize.c, lib/getopt.c, lib/signal.in.h, lib/tempname.c: * lib/tempname.h, m4/dup2.m4, m4/fcntl.m4, m4/getdtablesize.m4: Update from gnulib, incorporating: 2015-02-20 getdtablesize: port better for Android 2015-02-19 fcntl: Fix cross compiling 2015-02-18 dup2, fcntl: cross-compile better for Android 2015-02-18 getopt: don't crash on memory exhaustion 2015-02-17 tempname: allow compilation with C++ (trivial) 2015-02-17 dup2, fcntl: port to AIX 2015-02-16 getdtablesize, dup2, fcntl: port to Android 2015-02-11 getdtablesize, signal_h: Fix Android build 2015-02-11 maint: various whitespace cleanups in tempname
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 43656680f9c..41bff0ef30a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
12015-02-21 Paul Eggert <eggert@cs.ucla.edu>
2
3 Merge from gnulib
4 * lib/getdtablesize.c, lib/getopt.c, lib/signal.in.h, lib/tempname.c:
5 * lib/tempname.h, m4/dup2.m4, m4/fcntl.m4, m4/getdtablesize.m4:
6 Update from gnulib, incorporating:
7 2015-02-20 getdtablesize: port better for Android
8 2015-02-19 fcntl: Fix cross compiling
9 2015-02-18 dup2, fcntl: cross-compile better for Android
10 2015-02-18 getopt: don't crash on memory exhaustion
11 2015-02-17 tempname: allow compilation with C++ (trivial)
12 2015-02-17 dup2, fcntl: port to AIX
13 2015-02-16 getdtablesize, dup2, fcntl: port to Android
14 2015-02-11 getdtablesize, signal_h: Fix Android build
15 2015-02-11 maint: various whitespace cleanups in tempname
16
12015-02-13 Jan Djärv <jan.h.d@swipnet.se> 172015-02-13 Jan Djärv <jan.h.d@swipnet.se>
2 18
3 * configure.ac: Set locallisppath to empty for NS self contained, 19 * configure.ac: Set locallisppath to empty for NS self contained,