From e82fc62bd46270c50f491c69ca24315c87940004 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sun, 4 Jan 2015 00:22:29 -0800 Subject: # ChangeLog fixes --- lib-src/ChangeLog | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) (limited to 'lib-src') 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 @@ since GCC sometimes calls stpcpy when it sees strcpy, under optimization switches. +2014-12-25 Paul Eggert + + * ebrowse.c (sym_scope_1, operator_name, open_file): + * emacsclient.c (get_server_config, set_local_socket) + (start_daemon_and_retry_set_socket): + * etags.c (main, C_entries, relative_filename): + * pop.c (sendline): + * update-game-score.c (main): + Rewrite to avoid the need for strcat, typically by using stpcpy + and/or lispstpcpy. strcat tends to be part of O(N**2) algorithms. + 2014-12-14 Paul Eggert * etags.c (analyze_regex): Rename from analyse_regex. @@ -140,8 +151,7 @@ 2014-05-26 Paul Eggert - Fix rcs2log problems with CVS. - Problem reported by Glenn Morris in + Fix rcs2log problems with CVS. Reported by Glenn Morris in . Plus, fix some security and filename quoting problems. * rcs2log (logdir): Prefer mktemp if available. @@ -3496,7 +3506,7 @@ 2004-04-17 Paul Eggert * rcs2log (Help): Clarify wording of the usage message. - Problem reported by Alan Mackenzie in + Reported by Alan Mackenzie in . 2004-04-07 Stefan Monnier -- cgit v1.2.1