emacs/lwlib
Dan Nicolaescu d6dcbe70e2 Use const for some pointer arguments.
* lwlib/lwlib.h (my_strcasecmp, safe_strcmp, name_to_widget)
(find_in_table, dialog_spec_p, lw_separator_p):
* lwlib/lwlib.c (my_strcasecmp, safe_strcmp, name_to_widget)
(find_in_table, dialog_spec_p, lw_separator_p): Use const.
2010-09-26 18:11:48 +03:00
..
.gitignore
ChangeLog Use const for some pointer arguments. 2010-09-26 18:11:48 +03:00
COPYING Change to GPLv3. 2007-07-25 07:00:38 +00:00
lwlib-int.h Change function definition from K&R to prototype. Fix prototype warnings. 2010-07-08 12:29:51 +02:00
lwlib-utils.c Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp 2010-07-08 00:18:28 +02:00
lwlib-utils.h Remove P_ and __P macros. 2010-07-02 11:26:33 +02:00
lwlib-Xaw.c Change function definition from K&R to prototype. Fix prototype warnings. 2010-07-08 12:29:51 +02:00
lwlib-Xaw.h Remove P_ and __P macros. 2010-07-02 11:26:33 +02:00
lwlib-Xlw.c Change function definition from K&R to prototype. Fix prototype warnings. 2010-07-08 12:29:51 +02:00
lwlib-Xlw.h Remove P_ and __P macros. 2010-07-02 11:26:33 +02:00
lwlib-Xm.c Change function definition from K&R to prototype. Fix prototype warnings. 2010-07-08 12:29:51 +02:00
lwlib-Xm.h Remove P_ and __P macros. 2010-07-02 11:26:33 +02:00
lwlib.c Use const for some pointer arguments. 2010-09-26 18:11:48 +03:00
lwlib.h Use const for some pointer arguments. 2010-09-26 18:11:48 +03:00
Makefile.in Properly handle C_WARNINGS_SWITCH, PROFILING_CFLAGS, PROFILING_LDFLAGS 2010-07-12 16:16:38 +02:00
README Remove silly examples of changes. 2010-02-03 21:21:40 -08:00
xlwmenu.c * lwlib/xlwmenu.c (abort_gracefully): Mark as NO_RETURN. 2010-07-28 21:16:23 -07:00
xlwmenu.h * lwlib/xlwmenu.h (xlwmenu_window_p, xlwmenu_redisplay): Add declarations. 2010-07-25 23:22:32 -07:00
xlwmenuP.h Don't redraw lucid menus more than needed. Use double buffer to reduce flicker. 2010-04-17 19:43:03 +02: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.