Mercurial > emacs
comparison lib-src/ChangeLog @ 97265:26b2f138dae9
Fix typos.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Mon, 04 Aug 2008 14:17:35 +0000 |
parents | c3512b2085a0 |
children | 8c9c41a63454 |
comparison
equal
deleted
inserted
replaced
97264:69df98840af7 | 97265:26b2f138dae9 |
---|---|
1352 (libintl.h): Include this if _LIBC. Otherwise include gettext.h. | 1352 (libintl.h): Include this if _LIBC. Otherwise include gettext.h. |
1353 (wchar.h): Include, maybe. | 1353 (wchar.h): Include, maybe. |
1354 (attribute_hidden): Define if not defind. | 1354 (attribute_hidden): Define if not defind. |
1355 (__getopt_initialized): Use attribute_hidden. | 1355 (__getopt_initialized): Use attribute_hidden. |
1356 (__libc_argc, __libc_argv): Renamed from original_argc, etc. | 1356 (__libc_argc, __libc_argv): Renamed from original_argc, etc. |
1357 (__getopt_nonoption_flags, nonoption_flags_max_len, nonoption_flags_len): | 1357 (__getopt_nonoption_flags, nonoption_flags_max_len) |
1358 Conditional on USE_NONOPTION_FLAGS. | 1358 (nonoption_flags_len): Conditional on USE_NONOPTION_FLAGS. |
1359 (SWAP_FLAGS): New definitions. | 1359 (SWAP_FLAGS): New definitions. |
1360 (exchange): Test USE_NONOPTION_FLAGS. | 1360 (exchange): Test USE_NONOPTION_FLAGS. |
1361 (_getopt_initialize): Test USE_NONOPTION_FLAGS. | 1361 (_getopt_initialize): Test USE_NONOPTION_FLAGS. |
1362 (_getopt_internal): Error if argc < 1. New local var print_errors. | 1362 (_getopt_internal): Error if argc < 1. New local var print_errors. |
1363 Improve test for ambiguous long option. | 1363 Improve test for ambiguous long option. |
1880 * rcs-checkin: Use `sort -k 2', not `sort +1', as POSIX 1003.1-2001 | 1880 * rcs-checkin: Use `sort -k 2', not `sort +1', as POSIX 1003.1-2001 |
1881 disallows the old syntax. | 1881 disallows the old syntax. |
1882 | 1882 |
1883 2002-02-03 Paul Eggert <eggert@twinsun.com> | 1883 2002-02-03 Paul Eggert <eggert@twinsun.com> |
1884 | 1884 |
1885 * rcs2log(Copyright): Update to 2002. | 1885 * rcs2log (Copyright): Update to 2002. |
1886 (AWK, TMPDIR): Work around portability problem in broken shells that | 1886 (AWK, TMPDIR): Work around portability problem in broken shells that |
1887 don't understand `: ${VAR=val}'. | 1887 don't understand `: ${VAR=val}'. |
1888 (SORT_K_OPTIONS): New var, for hosts that conform to POSIX 1003.1-2001. | 1888 (SORT_K_OPTIONS): New var, for hosts that conform to POSIX 1003.1-2001. |
1889 Prefer the new -k option to the traditional +M -N option. | 1889 Prefer the new -k option to the traditional +M -N option. |
1890 | 1890 |