1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-24 10:38:38 +00:00
emacs/lib-src
Kim F. Storm 88c717201f Corrected misc. typos like missing : after file names,
missing file name suffixes, and * used as prefix on non-file entries.
2003-01-28 23:49:11 +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 Make sure every message ends with a blank line, because some mbox parsers 2002-12-11 23:32:41 +00:00
ChangeLog Corrected misc. typos like missing : after file names, 2003-01-28 23:49:11 +00:00
COPYING
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 (Cplusplus_help, Cjava_help): Re-phrase and avoid 2003-01-21 18:28:35 +00:00
fakemail.c Include <config.h>. 2002-01-01 19:15:26 +00:00
getopt1.c Conditionally find getopt.h. 2002-12-04 11:19:12 +00:00
getopt.c Do include libintl.h if HAVE_LIBINTL_H. 2002-12-09 01:55:05 +00:00
getopt.h Maybe include ctype.h. 2002-12-04 11:08:06 +00:00
grep-changelog
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 Fix last change (use C syntax for comments). 2003-01-21 02:26:04 +00:00
makefile.nt Remove references to emacsserver. 2002-09-25 20:03:21 +00:00
makefile.w32-in ($(DOC)): Use -o and -a options to make-docfile, 2002-12-18 23:53:01 +00:00
movemail.c (pop_retr): Declare comment. 2002-11-14 14:09:51 +00:00
ntlib.c
ntlib.h
pop.c (__P): Renamed from _P to avoid problems on Cygwin. 2003-01-05 23:38:59 +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
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
update-game-score.c Include unistd.h, string.h, stdlib.h, 2002-11-18 15:35:07 +00:00
vcdiff
yow.c Don't include string.h. 2003-01-21 18:29:34 +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.