aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2014-08-31 17:06:11 -0700
committerPaul Eggert2014-08-31 17:06:11 -0700
commit56f9f0ab54fd752773d8bb371a4032e43c9c224c (patch)
tree44cee63bc391bde2b21f56ec8453e94b118c236e /lib-src/ChangeLog
parent60aa41b935d93c2f4126056de5263c535530ba5e (diff)
downloademacs-56f9f0ab54fd752773d8bb371a4032e43c9c224c.tar.gz
emacs-56f9f0ab54fd752773d8bb371a4032e43c9c224c.zip
* etags.c (emacs_strchr, emacs_strrchr): Remove.
All uses replaced by strchr and strrchr, which are on all target platforms now.
Diffstat (limited to 'lib-src/ChangeLog')
-rw-r--r--lib-src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 199d46f4984..bf4d500921b 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,9 @@
12014-09-01 Paul Eggert <eggert@cs.ucla.edu>
2
3 * etags.c (emacs_strchr, emacs_strrchr): Remove.
4 All uses replaced by strchr and strrchr, which are on all
5 target platforms now.
6
12014-07-15 Paul Eggert <eggert@cs.ucla.edu> 72014-07-15 Paul Eggert <eggert@cs.ucla.edu>
2 8
3 Use "b" flag more consistently; avoid "t" (Bug#18006). 9 Use "b" flag more consistently; avoid "t" (Bug#18006).