aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
authorJoakim Verona2012-04-26 11:59:27 +0200
committerJoakim Verona2012-04-26 11:59:27 +0200
commit6346156f96f3d3492dd3ca1f3d3a5db55ab3c3b2 (patch)
tree9361a618467f2089e7e4b409d5f9f7b4e4f23a1d /lib-src/ChangeLog
parentab5b626f97ea7d71a98a06d8cc777fa925a1f716 (diff)
parente6fd457e010c2ec034a331335530d817852cc11c (diff)
downloademacs-6346156f96f3d3492dd3ca1f3d3a5db55ab3c3b2.tar.gz
emacs-6346156f96f3d3492dd3ca1f3d3a5db55ab3c3b2.zip
upstream partial out of memory
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 9ebe8a177ab..ac3e0a612e2 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -67,7 +67,7 @@
67 * makefile.w32-in (LOCAL_FLAGS): Add $(EMACS_EXTRA_C_FLAGS). 67 * makefile.w32-in (LOCAL_FLAGS): Add $(EMACS_EXTRA_C_FLAGS).
68 68
69 * emacsclient.c (main) <environ>: Remove declaration, already 69 * emacsclient.c (main) <environ>: Remove declaration, already
70 pulled in by unistd.h on Posix hosts and stdlib.h on MS-Windows. 70 pulled in by unistd.h on POSIX hosts and stdlib.h on MS-Windows.
71 71
722011-11-24 Glenn Morris <rgm@gnu.org> 722011-11-24 Glenn Morris <rgm@gnu.org>
73 73
@@ -6651,7 +6651,7 @@
6651 6651
66521993-08-25 Paul Eggert (eggert@twinsun.com) 66521993-08-25 Paul Eggert (eggert@twinsun.com)
6653 6653
6654 * rcs2log: Change /{/ to /\{/ for Posix ERE compatibility; 6654 * rcs2log: Change /{/ to /\{/ for POSIX ERE compatibility;
6655 otherwise, HP awk complains. 6655 otherwise, HP awk complains.
6656 6656
6657 * vcdiff: Append /usr/ccs/bin and /usr/sccs to PATH, since these 6657 * vcdiff: Append /usr/ccs/bin and /usr/sccs to PATH, since these
@@ -6998,7 +6998,7 @@
6998 6998
6999 * rcs2log: mawk, SunOS 4.1.3 nawk, and Ultrix/MKS nawk all barf on 6999 * rcs2log: mawk, SunOS 4.1.3 nawk, and Ultrix/MKS nawk all barf on
7000 /[/]/, so change it to /[\/]/. This should work on all 7000 /[/]/, so change it to /[\/]/. This should work on all
7001 Posix-compliant awks. It's slightly wrong with traditional awk, 7001 POSIX-compliant awks. It's slightly wrong with traditional awk,
7002 since it matches \ too, but that's a minor problem compared to awk 7002 since it matches \ too, but that's a minor problem compared to awk
7003 syntax errors. 7003 syntax errors.
7004 7004