1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-17 17:58:46 +00:00
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
..
.gitignore Add update-game-score. 2002-04-16 18:26:02 +00:00
b2m.c (main): Parenthesize assignment when used as truth value to prevent gcc 2002-01-01 22:08:54 +00:00
b2m.pl Fix regexp for finding return address fields. 2002-07-29 20:05:34 +00:00
ChangeLog *** empty log message *** 2002-12-02 16:30:23 +00:00
COPYING Moved back. 2001-12-11 07:39:13 +00:00
cvtmail.c Include <config.h>. 2001-12-29 22:25:06 +00:00
digest-doc.c Remove trailing whitespaces. 2001-12-29 22:21:10 +00:00
ebrowse.c (skip_initializer): Return void. 2002-04-24 18:27:59 +00:00
emacsclient.c (main): Tell user how to start server within Emacs if socket could not 2002-12-02 20:57:42 +00:00
emacstool.c Remove trailing whitespaces. 2001-12-29 22:21:10 +00:00
etags.c (regex_tag_multiline, readline): Never pass pfnote a 2002-09-03 15:21:07 +00:00
fakemail.c Include <config.h>. 2002-01-01 19:15:26 +00:00
getopt1.c Add support for large files. Merge glibc 2.1.2. 1999-10-19 07:17:20 +00:00
getopt.c (const): Move outside !HAVE_CONFIG_H conditional. 2002-12-04 11:17:43 +00:00
getopt.h Maybe include ctype.h. 2002-12-04 11:08:06 +00:00
grep-changelog (parse_changelog): Remove unused local variable. 2001-07-25 13:00:30 +00:00
hexl.c Remove unnecessary whitespaces. 2001-12-30 22:09:01 +00:00
leditcfns.c
make-docfile.c (read_c_string_or_comment): Declare msgno. 2002-11-14 14:09:44 +00:00
Makefile.in (${archlibdir}): Ignore errors operating on $(gamedir). 2002-11-18 04:53:59 +00:00
makefile.nt Remove references to emacsserver. 2002-09-25 20:03:21 +00:00
makefile.w32-in Fixed a bug in makefile.w32-in that caused the documentation for the built in function play-sound-internal not to be included in /etc/DOC. 2002-11-19 07:50:22 +00:00
movemail.c (pop_retr): Declare comment. 2002-11-14 14:09:51 +00:00
ntlib.c (sleep): Make argument unsigned long. 2000-08-22 21:22:20 +00:00
ntlib.h (WIN32): Remove unnecessary definition. 2000-08-22 21:24:06 +00:00
pop.c (socket_connection): Move the code to resolve the POP 2002-05-17 11:24:02 +00:00
pop.h
profile.c Remove unnecessary whitespaces. 2001-12-30 22:09:01 +00:00
rcs2log (Copyright): Update to 2002. 2002-02-03 17:31:31 +00:00
rcs-checkin Update copyright date. 2002-02-10 08:10:43 +00:00
README # 1999-10-03 20:46:34 +00:00
sorted-doc.c Remove unnecessary whitespaces. 2001-12-30 22:09:01 +00:00
test-distrib.c Remove unnecessary whitespaces. 2001-12-30 22:09:01 +00:00
testfile # 1999-10-01 12:43:57 +00:00
update-game-score.c Include unistd.h, string.h, stdlib.h, 2002-11-18 15:35:07 +00:00
vcdiff Add copyright notice. 2001-02-20 13:36:21 +00:00
yow.c Include <config.h>. 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.