diff options
| author | Glenn Morris | 2015-01-04 00:22:29 -0800 |
|---|---|---|
| committer | Glenn Morris | 2015-01-04 00:22:29 -0800 |
| commit | e82fc62bd46270c50f491c69ca24315c87940004 (patch) | |
| tree | f206ae22137ced94482016620e58e6adf3aecc23 /lib-src/ChangeLog | |
| parent | fec9b792f543c35b1a635b3a3326d496e3ca9012 (diff) | |
| download | emacs-e82fc62bd46270c50f491c69ca24315c87940004.tar.gz emacs-e82fc62bd46270c50f491c69ca24315c87940004.zip | |
# ChangeLog fixes
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 1795f021027..5d17324fdce 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -11,6 +11,17 @@ | |||
| 11 | since GCC sometimes calls stpcpy when it sees strcpy, under | 11 | since GCC sometimes calls stpcpy when it sees strcpy, under |
| 12 | optimization switches. | 12 | optimization switches. |
| 13 | 13 | ||
| 14 | 2014-12-25 Paul Eggert <eggert@cs.ucla.edu> | ||
| 15 | |||
| 16 | * ebrowse.c (sym_scope_1, operator_name, open_file): | ||
| 17 | * emacsclient.c (get_server_config, set_local_socket) | ||
| 18 | (start_daemon_and_retry_set_socket): | ||
| 19 | * etags.c (main, C_entries, relative_filename): | ||
| 20 | * pop.c (sendline): | ||
| 21 | * update-game-score.c (main): | ||
| 22 | Rewrite to avoid the need for strcat, typically by using stpcpy | ||
| 23 | and/or lispstpcpy. strcat tends to be part of O(N**2) algorithms. | ||
| 24 | |||
| 14 | 2014-12-14 Paul Eggert <eggert@cs.ucla.edu> | 25 | 2014-12-14 Paul Eggert <eggert@cs.ucla.edu> |
| 15 | 26 | ||
| 16 | * etags.c (analyze_regex): Rename from analyse_regex. | 27 | * etags.c (analyze_regex): Rename from analyse_regex. |
| @@ -140,8 +151,7 @@ | |||
| 140 | 151 | ||
| 141 | 2014-05-26 Paul Eggert <eggert@cs.ucla.edu> | 152 | 2014-05-26 Paul Eggert <eggert@cs.ucla.edu> |
| 142 | 153 | ||
| 143 | Fix rcs2log problems with CVS. | 154 | Fix rcs2log problems with CVS. Reported by Glenn Morris in |
| 144 | Problem reported by Glenn Morris in | ||
| 145 | <http://lists.gnu.org/archive/html/emacs-devel/2014-05/msg00277.html>. | 155 | <http://lists.gnu.org/archive/html/emacs-devel/2014-05/msg00277.html>. |
| 146 | Plus, fix some security and filename quoting problems. | 156 | Plus, fix some security and filename quoting problems. |
| 147 | * rcs2log (logdir): Prefer mktemp if available. | 157 | * rcs2log (logdir): Prefer mktemp if available. |
| @@ -3496,7 +3506,7 @@ | |||
| 3496 | 2004-04-17 Paul Eggert <eggert@gnu.org> | 3506 | 2004-04-17 Paul Eggert <eggert@gnu.org> |
| 3497 | 3507 | ||
| 3498 | * rcs2log (Help): Clarify wording of the usage message. | 3508 | * rcs2log (Help): Clarify wording of the usage message. |
| 3499 | Problem reported by Alan Mackenzie in | 3509 | Reported by Alan Mackenzie in |
| 3500 | <http://mail.gnu.org/archive/html/bug-gnu-emacs/2004-04/msg00188.html>. | 3510 | <http://mail.gnu.org/archive/html/bug-gnu-emacs/2004-04/msg00188.html>. |
| 3501 | 3511 | ||
| 3502 | 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca> | 3512 | 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca> |