1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-20 18:17:20 +00:00
emacs/lib-src
Francesco Potortì 62aec606f5 * etags.c (PHP_functions): New function by Diez B. Roggisch,
heavily adapted by me, for parsing PHP.
(LOOKING_AT): New macro.
(Perl_functions, Python_functions, PHP_functions)
(Scheme_functions, Texinfo_nodes): Use it.
(Perl_functions): Use strneq.
(prolog_pred): Renamed to prolog_pr.
(prolog_pr): Recognise Prolog rules (thanks to Geert Kloosterman)
in addition to predicates.
[ETAGS_REGEXPS] [!HAVE_CONFIG_H] [__CYGWIN__]: Prevent
unmodified compile, as Cygwin's regex.h is incompatible with us
(thanks to Markus Hoenicka).
[!HAVE_CONFIG_H] [!__STDC__]: #define const as the empty string.
2001-12-15 16:07:31 +00:00
..
.gitignore ignore *-spd and *.pdb for w32 2001-10-26 16:51:57 +00:00
b2m.c Properly spell the name of Emacs. 2001-10-19 22:12:42 +00:00
ChangeLog *** empty log message *** 2001-12-11 22:56:41 +00:00
COPYING Moved back. 2001-12-11 07:39:13 +00:00
cvtmail.c (xrealloc): Always pass two args to `fatal'. 2001-11-03 19:04:48 +00:00
digest-doc.c Add copyright notice. 2001-02-20 13:36:21 +00:00
ebrowse.c (matching_regexp): Escape '\\'. 2001-11-16 10:48:38 +00:00
emacsclient.c (main): Cast isdigit() argument to unsigned char. 2001-10-09 10:18:30 +00:00
emacsserver.c (main): Cast geteuid in sprintf to int. 2001-10-09 10:16:26 +00:00
emacstool.c
etags.c * etags.c (PHP_functions): New function by Diez B. Roggisch, 2001-12-15 16:07:31 +00:00
fakemail.c (readline): Cast buffer to "long *" to pacify 2001-01-02 13:51:07 +00:00
getopt1.c Add support for large files. Merge glibc 2.1.2. 1999-10-19 07:17:20 +00:00
getopt.c Add support for large files. Merge glibc 2.1.2. 1999-10-19 07:17:20 +00:00
getopt.h fix line endings 2000-08-23 21:41:37 +00:00
grep-changelog (parse_changelog): Remove unused local variable. 2001-07-25 13:00:30 +00:00
hexl.c Add copyright and permission notices. 1997-08-13 15:37:10 +00:00
leditcfns.c
make-docfile.c Comment fixes. 2001-11-15 15:50:31 +00:00
Makefile.in (clean): Don't delete ../etc/DOC*. 2001-12-11 22:55:45 +00:00
makefile.nt (ALL): Do not include fakemail. 2001-10-12 13:18:38 +00:00
makefile.w32-in (FACE_SUPPORT): 2001-12-03 11:29:01 +00:00
movemail.c (popmail): Always pass two args to `error'. 2001-11-03 19:03:48 +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 comment 2000-06-20 13:27:11 +00:00
pop.h Undo previous change. 1998-05-25 20:11:54 +00:00
profile.c Include config.h, not ../src/config.h and systime.h, not ../src/systime.h. 2001-10-08 04:52:12 +00:00
rcs2log (Copyright): Add '(C)' as per coding guidelines. 2001-11-28 23:55:08 +00:00
rcs-checkin Add copyright notice. 2001-02-20 13:36:21 +00:00
README # 1999-10-03 20:46:34 +00:00
sorted-doc.c Add copyright notice. 2001-02-20 13:36:21 +00:00
tcp.c (main): Convert port to network byte order. 1996-02-21 17:11:13 +00:00
test-distrib.c Add copyright notice. 2001-02-20 13:36:21 +00:00
testfile # 1999-10-01 12:43:57 +00:00
vcdiff Add copyright notice. 2001-02-20 13:36:21 +00:00
yow.c Refer to epaths.h. 1999-02-26 11:37:05 +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.