Files
emacs/lib-src
Richard M. Stallman 554ed1ff28 (const): Move outside !HAVE_CONFIG_H conditional.
(libintl.h): Include this if _LIBC.  Otherwise include gettext.h.
(wchar.h): Include, maybe.
(attribute_hidden): Define if not defind.
(__getopt_initialized): Use attribute_hidden.
(__libc_argc, __libc_argv): Renamed from original_argc, etc.
(__getopt_nonoption_flags, nonoption_flags_max_len, nonoption_flags_len):
Conditional on USE_NONOPTION_FLAGS.
(SWAP_FLAGS): New definitions.
(exchange): Test USE_NONOPTION_FLAGS.
(_getopt_initialize): Test USE_NONOPTION_FLAGS.
(_getopt_internal): Error if argc < 1.  New local var print_errors.
Improve test for ambiguous long option.
Add LIBIO support for error message output.
(NONOPTION_P): Test USE_NONOPTION_FLAGS.
2002-12-04 11:17:43 +00:00
..
2002-04-16 18:26:02 +00:00
2002-12-02 16:30:23 +00:00
2001-12-11 07:39:13 +00:00
2001-12-29 22:25:06 +00:00
2001-12-29 22:21:10 +00:00
2002-04-24 18:27:59 +00:00
2001-12-29 22:21:10 +00:00
2002-01-01 19:15:26 +00:00
2002-12-04 11:08:06 +00:00
2001-12-30 22:09:01 +00:00
2002-09-25 20:03:21 +00:00
2002-11-14 14:09:51 +00:00
2001-12-30 22:09:01 +00:00
2002-02-03 17:31:31 +00:00
2002-02-10 08:10:43 +00:00
2001-12-30 22:09:01 +00:00
2001-12-30 22:09:01 +00:00
2001-12-29 22:25:06 +00:00

This directory contains the source code for the architecture-dependent
files that go in ../arch-lib.  At present, these are mostly utility
programs used by Emacs.