1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00
emacs/lwlib
Paul Eggert 620f13b061 Use ASCII tests for character types.
* admin/merge-gnulib (GNULIB_MODULES): Add c-ctype.
* lwlib/lwlib-Xaw.c, lwlib/lwlib.c, lwlib/xlwmenu.c:
Don't include <ctype.h>; no longer needed.
* lwlib/lwlib-Xaw.c (openFont):
* lwlib/xlwmenu.c (openXftFont): Test just for ASCII digits.
* src/category.c, src/dispnew.c, src/doprnt.c, src/editfns.c, src/syntax.c
* src/term.c, src/xfns.c, src/xterm.c:
Don't include <ctype.h>; was not needed.
* src/charset.c, src/doc.c, src/fileio.c, src/font.c, src/frame.c:
* src/gtkutil.c, src/image.c, src/sysdep.c, src/xfaces.c:
Include <c-ctype.h> instead of <ctype.h>.
* src/nsterm.m: Include <c-ctype.h>.
* src/charset.c (read_hex):
* src/doc.c (Fsnarf_documentation):
* src/fileio.c (IS_DRIVE) [WINDOWSNT]:
(DRIVE_LETTER) [DOS_NT]:
(Ffile_name_directory, Fexpand_file_name)
(Fsubstitute_in_file_name):
* src/font.c (font_parse_xlfd, font_parse_fcname):
* src/frame.c (x_set_font_backend):
* src/gtkutil.c (xg_get_font):
* src/image.c (xbm_scan, xpm_scan, pbm_scan_number):
* src/nsimage.m (hexchar):
* src/nsterm.m (ns_xlfd_to_fontname):
* src/sysdep.c (system_process_attributes):
* src/xfaces.c (hash_string_case_insensitive):
Use C-locale tests instead of locale-specific tests for character
types, since we want the ASCII interpretation here, not the
interpretation suitable for whatever happens to be the current locale.
2012-08-16 14:58:44 -07:00
..
.gitignore
ChangeLog Use ASCII tests for character types. 2012-08-16 14:58:44 -07:00
COPYING Change to GPLv3. 2007-07-25 07:00:38 +00:00
lwlib-int.h Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
lwlib-utils.c Clean out last vestiges of the old HAVE_CONFIG_H stuff. 2012-06-25 18:05:39 -07:00
lwlib-utils.h * lwlib-utils.h, lwlib-utils.c (XtSafelyDestroyWidget): Remove; unused. 2011-04-15 18:41:12 -07:00
lwlib-Xaw.c Use ASCII tests for character types. 2012-08-16 14:58:44 -07:00
lwlib-Xaw.h Nuke arch-tags. 2011-01-15 15:16:57 -08:00
lwlib-Xlw.c Clean out last vestiges of the old HAVE_CONFIG_H stuff. 2012-06-25 18:05:39 -07:00
lwlib-Xlw.h Nuke arch-tags. 2011-01-15 15:16:57 -08:00
lwlib-Xm.c Miscellaneous fixes for non-default X toolkits. 2012-07-31 15:37:38 +04:00
lwlib-Xm.h Nuke arch-tags. 2011-01-15 15:16:57 -08:00
lwlib.c Use ASCII tests for character types. 2012-08-16 14:58:44 -07:00
lwlib.h Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
Makefile.in * lwlib/Makefile.in (config_h): Add conf_post.h. 2012-08-01 13:55:15 -04:00
README Remove silly examples of changes. 2010-02-03 21:21:40 -08:00
xlwmenu.c Use ASCII tests for character types. 2012-08-16 14:58:44 -07:00
xlwmenu.h Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
xlwmenuP.h Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08: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.