aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2012-04-15 16:55:52 -0700
committerPaul Eggert2012-04-15 16:55:52 -0700
commit20a14f94f6581d5c483a7df775cd129bdc9e20d5 (patch)
tree269ebf3b2752db0cb26bfdd0a8f6a7f47d5cd285 /lib-src/ChangeLog
parent899b41b6e37a321e14559d2cf3c05ea3f8063811 (diff)
parentd55c12ed1f80711ef27a52fa0ba6e366f0b7a585 (diff)
downloademacs-20a14f94f6581d5c483a7df775cd129bdc9e20d5.tar.gz
emacs-20a14f94f6581d5c483a7df775cd129bdc9e20d5.zip
Merge from trunk.
Diffstat (limited to 'lib-src/ChangeLog')
-rw-r--r--lib-src/ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 6c2d23bbf44..99df8d949d5 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -73,7 +73,7 @@
73 * makefile.w32-in (LOCAL_FLAGS): Add $(EMACS_EXTRA_C_FLAGS). 73 * makefile.w32-in (LOCAL_FLAGS): Add $(EMACS_EXTRA_C_FLAGS).
74 74
75 * emacsclient.c (main) <environ>: Remove declaration, already 75 * emacsclient.c (main) <environ>: Remove declaration, already
76 pulled in by unistd.h on Posix hosts and stdlib.h on MS-Windows. 76 pulled in by unistd.h on POSIX hosts and stdlib.h on MS-Windows.
77 77
782011-11-24 Glenn Morris <rgm@gnu.org> 782011-11-24 Glenn Morris <rgm@gnu.org>
79 79
@@ -6657,7 +6657,7 @@
6657 6657
66581993-08-25 Paul Eggert (eggert@twinsun.com) 66581993-08-25 Paul Eggert (eggert@twinsun.com)
6659 6659
6660 * rcs2log: Change /{/ to /\{/ for Posix ERE compatibility; 6660 * rcs2log: Change /{/ to /\{/ for POSIX ERE compatibility;
6661 otherwise, HP awk complains. 6661 otherwise, HP awk complains.
6662 6662
6663 * vcdiff: Append /usr/ccs/bin and /usr/sccs to PATH, since these 6663 * vcdiff: Append /usr/ccs/bin and /usr/sccs to PATH, since these
@@ -7004,7 +7004,7 @@
7004 7004
7005 * rcs2log: mawk, SunOS 4.1.3 nawk, and Ultrix/MKS nawk all barf on 7005 * rcs2log: mawk, SunOS 4.1.3 nawk, and Ultrix/MKS nawk all barf on
7006 /[/]/, so change it to /[\/]/. This should work on all 7006 /[/]/, so change it to /[\/]/. This should work on all
7007 Posix-compliant awks. It's slightly wrong with traditional awk, 7007 POSIX-compliant awks. It's slightly wrong with traditional awk,
7008 since it matches \ too, but that's a minor problem compared to awk 7008 since it matches \ too, but that's a minor problem compared to awk
7009 syntax errors. 7009 syntax errors.
7010 7010