diff options
| author | Paul Eggert | 2014-08-31 17:06:11 -0700 |
|---|---|---|
| committer | Paul Eggert | 2014-08-31 17:06:11 -0700 |
| commit | 56f9f0ab54fd752773d8bb371a4032e43c9c224c (patch) | |
| tree | 44cee63bc391bde2b21f56ec8453e94b118c236e /lib-src/ChangeLog | |
| parent | 60aa41b935d93c2f4126056de5263c535530ba5e (diff) | |
| download | emacs-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/ChangeLog | 6 |
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 @@ | |||
| 1 | 2014-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 | |||
| 1 | 2014-07-15 Paul Eggert <eggert@cs.ucla.edu> | 7 | 2014-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). |