Files
emacs/lib
Paul Eggert 1e6879dbdb Prefer stpcpy to strcat
* admin/merge-gnulib (GNULIB_MODULES): Add stpcpy.
* lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
* lib/stpcpy.c, m4/stpcpy.m4: New files, from gnulib.
* lib-src/ebrowse.c (sym_scope_1, operator_name, open_file):
* lib-src/emacsclient.c (get_server_config, set_local_socket)
(start_daemon_and_retry_set_socket):
* lib-src/etags.c (main, C_entries, relative_filename):
* lib-src/pop.c (sendline):
* lib-src/update-game-score.c (main):
* lwlib/xlwmenu.c (resource_widget_value):
* src/callproc.c (child_setup):
* src/dbusbind.c (xd_signature_cat):
* src/doc.c (get_doc_string, Fsnarf_documentation):
* src/editfns.c (Fuser_full_name):
* src/frame.c (xrdb_get_resource):
* src/gtkutil.c (xg_get_file_with_chooser):
* src/tparam.c (tparam1):
* src/xfns.c (xic_create_fontsetname):
* src/xrdb.c (gethomedir, get_user_db, get_environ_db):
* src/xsmfns.c (smc_save_yourself_CB):
Rewrite to avoid the need for strcat, typically by using stpcpy
and/or lispstpcpy.  strcat tends to be part of O(N**2) algorithms.
* src/doc.c (sibling_etc):
* src/xrdb.c (xdefaults):
Now a top-level static constant.
2014-12-25 15:44:23 -08:00
..
2014-06-01 16:58:38 -07:00
2014-06-17 09:09:19 -07:00
2014-10-18 23:33:40 -07:00
2014-09-23 11:20:38 -07:00
2014-06-01 16:58:38 -07:00
2014-08-08 23:57:59 -07:00
2014-01-01 00:31:29 -08:00
2014-12-25 15:44:23 -08:00
2014-07-12 13:02:44 -07:00
2014-05-26 22:55:18 -07:00
2014-10-18 23:33:40 -07:00
2014-08-10 14:06:07 -07:00
2014-12-12 16:04:10 -08:00
2014-12-22 18:44:04 -08:00
2014-12-12 16:04:10 -08:00
2014-03-07 10:57:11 -08:00
2014-08-30 15:59:39 -07:00
2014-12-25 15:44:23 -08:00
2014-03-25 21:16:13 -07:00
2014-01-20 12:48:14 -08:00
2014-08-08 23:57:59 -07:00
2014-03-07 10:57:11 -08:00
2014-02-05 11:41:03 -08:00
2014-12-12 16:04:10 -08:00
2014-12-22 18:44:04 -08:00
2014-08-30 15:59:39 -07:00