comparison lib-src/ChangeLog @ 48658:9994fce2e427

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Wed, 04 Dec 2002 11:57:49 +0000
parents 7d37fc403193
children ec58afc62803
comparison
equal deleted inserted replaced
48657:81f6fbdaa117 48658:9994fce2e427
1 2002-12-04 Richard M. Stallman <rms@gnu.org>
2
3 * Update getopt from gnulib version; changes described below.
4
5 * getopt1.c: Conditionally find getopt.h.
6 [_LIBC] (getopt_long, getopt_long_only): Do libc_hidden_def.
7
8 * getopt.c (const): Move outside !HAVE_CONFIG_H conditional.
9 (libintl.h): Include this if _LIBC. Otherwise include gettext.h.
10 (wchar.h): Include, maybe.
11 (attribute_hidden): Define if not defind.
12 (__getopt_initialized): Use attribute_hidden.
13 (__libc_argc, __libc_argv): Renamed from original_argc, etc.
14 (__getopt_nonoption_flags, nonoption_flags_max_len, nonoption_flags_len):
15 Conditional on USE_NONOPTION_FLAGS.
16 (SWAP_FLAGS): New definitions.
17 (exchange): Test USE_NONOPTION_FLAGS.
18 (_getopt_initialize): Test USE_NONOPTION_FLAGS.
19 (_getopt_internal): Error if argc < 1. New local var print_errors.
20 Improve test for ambiguous long option.
21 Add LIBIO support for error message output.
22 (NONOPTION_P): Test USE_NONOPTION_FLAGS.
23
24 * getopt.h: Maybe include ctype.h.
25 Treat __cplusplus like __STDC__.
26 (decls): Use __ in arg names.
27
1 2002-12-02 Stephen Eglen <stephen@gnu.org> 28 2002-12-02 Stephen Eglen <stephen@gnu.org>
2 29
3 * emacsclient.c (main): Tell user how to start server within Emacs 30 * emacsclient.c (main): Tell user how to start server within Emacs
4 if socket could not be found. 31 if socket could not be found.
5 32