1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-03 06:00:50 -08:00
emacs/lib-src
Francesco Potortì 944bdd7208 2000-01-31 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
* etags.c [MSDOS]: Set MSDOS to 1 if #defined, 0 otherwise.
	(get_compressor_from_suffix, process_file): Use MSDOS in if clause.
	(etags_strchr, etags_strrchr): Use const char * and int as arguments.
	(getenv, getcwd): Only declare them if necessary.
	(EMACS_NAME): New constant macro.
	(print_version): Use it.
	(P_) [__STDC__]: Macro for defining function prototypes.
	(all functions): Made them static.

2000-01-18  Fabrice Popineau  <Fabrice.Popineau@supelec.fr>

	* etags.c [WINDOWSNT]: #include <direct.h>

2000-01-18  Martin Buchholz  <martin@xemacs.org>

	* etags.c: Prototypes and static for all the functions.
2000-02-03 11:58:48 +00:00
..
.gitignore *** empty log message *** 1999-10-07 00:36:36 +00:00
b2m.c Add support for large files. Merge glibc 2.1.2. 1999-10-19 07:17:20 +00:00
ChangeLog (main): Improve error message if can't create lock file. 2000-01-29 23:52:29 +00:00
COPYING # 1999-10-17 09:55:57 +00:00
cvtmail.c Undo previous change. 1996-07-16 22:39:31 +00:00
digest-doc.c
emacsclient.c (socket_status): New function. 2000-01-28 15:02:20 +00:00
emacsserver.c Add support for large files. Merge glibc 2.1.2. 1999-10-19 07:17:20 +00:00
emacstool.c Update FSF's address in the preamble. 1996-01-15 09:18:04 +00:00
env.c
etags-vmslib.c
etags.1 # 1999-10-03 20:46:34 +00:00
etags.c 2000-01-31 Francesco Potorti` <F.Potorti@cnuce.cnr.it> 2000-02-03 11:58:48 +00:00
fakemail.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 Add support for large files. Merge glibc 2.1.2. 1999-10-19 07:17:20 +00:00
getopt1.c Add support for large files. Merge glibc 2.1.2. 1999-10-19 07:17:20 +00:00
grep-changelog Initial revision 1999-08-10 13:33:49 +00:00
hexl.c Add copyright and permission notices. 1997-08-13 15:37:10 +00:00
leditcfns.c
make-docfile.c Add support for large files. Merge glibc 2.1.2. 1999-10-19 07:17:20 +00:00
make-path.c
Makefile.in (b2m): Add dependency on GETOPTDEPS. 1999-11-13 22:47:19 +00:00
makefile.nt Remove common multiple file compilation commands. 1999-03-06 02:15:46 +00:00
movemail.c Fix previous change. 2000-01-29 23:53:44 +00:00
ntlib.c (getppid): Look for EM_PARENT_PROCESS_ID. 1998-05-30 23:37:12 +00:00
ntlib.h Undefine _WINSOCKAPI_. 1998-06-01 14:01:14 +00:00
pop.c Add support for large files. Merge glibc 2.1.2. 1999-10-19 07:17:20 +00:00
pop.h Undo previous change. 1998-05-25 20:11:54 +00:00
profile.c Add support for large files. Merge glibc 2.1.2. 1999-10-19 07:17:20 +00:00
rcs-checkin Replace #!/bin/sh' with #! /bin/sh', for benefit of systems 1995-07-07 22:47:57 +00:00
rcs2log Update bug report address and copyright. 1998-08-12 22:33:01 +00:00
README # 1999-10-03 20:46:34 +00:00
sorted-doc.c (main): Split up tables. Modify the preamble 1999-03-30 19:08:55 +00:00
tcp.c (main): Convert port to network byte order. 1996-02-21 17:11:13 +00:00
test-distrib.c Add support for large files. Merge glibc 2.1.2. 1999-10-19 07:17:20 +00:00
testfile # 1999-10-01 12:43:57 +00:00
timer.c
vcdiff (PATH): Add /usr/xpg4/bin, 1997-01-01 05:33:42 +00:00
wakeup.c [HAVE_CONFIG_H]: Only include config.h when defined. 1996-04-28 19:09:03 +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.