1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-28 00:01:33 -08:00
emacs/lwlib
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
..
autodeps.mk Use gcc auto-dependency information for lwlib and oldXMenu 2014-06-28 15:57:23 -07:00
ChangeLog Merge from emacs-24; up to 2014-07-28T06:28:15Z!dmantipov@yandex.ru 2014-10-20 20:59:41 +01:00
COPYING
deps.mk Use gcc auto-dependency information for lwlib and oldXMenu 2014-06-28 15:57:23 -07:00
lwlib-int.h Use common string allocation and freeing functions where applicable. 2014-05-30 17:22:29 +04:00
lwlib-utils.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
lwlib-utils.h * lwlib-utils.h, lwlib-utils.c (XtSafelyDestroyWidget): Remove; unused. 2011-04-15 18:41:12 -07:00
lwlib-widget.h * lwlib-widget.h (widget_value) [USE_X_TOOLKIT]: Use X toolkit 2014-06-04 07:20:11 +04:00
lwlib-Xaw.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
lwlib-Xaw.h Fix minor problems found by static checking. 2013-06-30 09:14:22 -07:00
lwlib-Xlw.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
lwlib-Xlw.h Fix minor problems found by static checking. 2013-06-30 09:14:22 -07:00
lwlib-Xm.c Omit redundant extern decls. 2014-06-17 09:09:19 -07:00
lwlib-Xm.h Use URLs, not Boston addresses, in copyright notices. 2012-12-31 07:34:32 -08:00
lwlib.c Use common memory management functions for lwlib and refactor users. 2014-06-02 22:01:21 +04:00
lwlib.h * lwlib/lwlib.h (toplevel): Use unsigned int for LWLIB_ID. 2014-07-15 13:59:05 +04:00
Makefile.in --enable-silent-warnings now suppresses more chatter. 2014-09-01 02:49:51 -07:00
README Remove silly examples of changes. 2010-02-03 21:21:40 -08:00
xlwmenu.c Prefer stpcpy to strcat 2014-12-25 15:44:23 -08:00
xlwmenu.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
xlwmenuP.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00

This subdirectory contains the Lucid Widget Library (lwlib), which
provides a uniform interface to a few different X toolkits.  The
library was written by Lucid, Inc and released under the terms of the
GPL version 1 (or later).  It is not considered part of GNU Emacs.

This version of the library differs from the original as described in
the ChangeLog file.