1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-22 10:26:20 +00:00
emacs/lwlib
Dmitry Antipov a084532342 Use common string allocation and freeing functions where applicable.
* lwlib.h (safe_strdup): Remove prototype.
* lwlib.c (safe_strdup, safe_free_str): Remove.
(copy_widget_value_tree, allocate_widget_info, free_widget_info):
(merge_widget_value): Prefer xstrdup, xfree and dupstring.
* lwlib-Xm.c (make_destroyed_instance, xm_update_one_value): Ditto.
2014-05-30 17:22:29 +04:00
..
.gitignore
ChangeLog Use common string allocation and freeing functions where applicable. 2014-05-30 17:22:29 +04:00
COPYING
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-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 Use common string allocation and freeing functions where applicable. 2014-05-30 17:22:29 +04:00
lwlib-Xm.h Use URLs, not Boston addresses, in copyright notices. 2012-12-31 07:34:32 -08:00
lwlib.c Use common string allocation and freeing functions where applicable. 2014-05-30 17:22:29 +04:00
lwlib.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
Makefile.in Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
README
xlwmenu.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00: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.