1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-16 17:19:41 +00:00
emacs/lib-src
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
..
ChangeLog ChangeLog fixes 2014-12-24 14:50:50 -08:00
COPYING
ctags.c Port ctags+etags build to Sun C 5.12. 2014-05-18 11:57:04 -07:00
ebrowse.c Prefer stpcpy to strcat 2014-12-25 15:44:23 -08:00
emacsclient.c Prefer stpcpy to strcat 2014-12-25 15:44:23 -08:00
etags.c Prefer stpcpy to strcat 2014-12-25 15:44:23 -08:00
hexl.c Use binary-io module, O_BINARY, and "b" flag. 2014-07-14 12:23:18 -07:00
make-docfile.c Use "b" flag more consistently; avoid "t". 2014-07-15 12:28:25 -07:00
Makefile.in Remove lib-src/grep-changelog 2014-12-13 18:38:21 -08:00
makefile.w32-in Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
movemail.c movemail: don't dump core if the current time is outlandish 2014-09-23 12:21:54 -07:00
ntlib.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
ntlib.h Minor fixes for MS-Windows MinGW64 build. 2014-05-26 19:55:28 +03:00
pop.c Prefer stpcpy to strcat 2014-12-25 15:44:23 -08:00
pop.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
profile.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
rcs2log Fix rcs2log problems with CVS. 2014-05-20 00:59:28 -07:00
README
update-game-score.c Prefer stpcpy to strcat 2014-12-25 15:44:23 -08:00
update-game-score.exe.manifest

This directory contains the source code for the architecture-dependent
files that go in ${archlibdir}.  At present, these are mostly utility
programs used by GNU Emacs.