1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-13 09:32:47 +00:00
emacs/lib-src
Paul Eggert 1bd57c3956 (Help, mainline code): Add new option -L FILE.
(Copyright): Update year.

(LANG, LANGUAGE, LC_ALL, LC_COLLATE, LC_CTYPE, LC_MESSAGES,
LC_NUMERIC, LC_TIME): New shell vars, to make sure we live in the C locale.

(mainline code): Handle nonstandard -u option differently, by
transforming it to standard form.  Check for "Working file: ", not
"Working file:".  Allow file names with spaces.

(SOH, rlogfile): New shell vars.
(rlogout): Remove.  Its old functionality is mostly migrated to rlogfile.

Append ';;' to the last arm of every case statement, for portability to
ancient broken BSD shells.

(logins): Fix bug; was not being computed at all, lowering performance.

(pository): New var.  This fixes some bugs where repositories are
remote, or have trailing slashes.

(authors): $llogout is never an empty shell var, so don't worry about that
possibility.

(printlogline, mainline code): Fix bug with SOH's being put into the output.
2001-09-05 23:07:46 +00:00
..
.gitignore Add fns.el, which is produced on MS-DOS instead of fns-*.el. 2001-06-29 16:42:52 +00:00
b2m.c (main): Always return a value. 2001-04-03 13:33:45 +00:00
ChangeLog *** empty log message *** 2001-09-05 10:22:00 +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 Add copyright notice. 2001-02-20 13:36:21 +00:00
ebrowse.c (SEEK_END): #define if not defined by system headers. 2001-09-01 18:22:38 +00:00
emacsclient.c (print_help_and_exit): Fix help message for 2001-07-17 10:57:25 +00:00
emacsserver.c (main) <homedir>: Make its declaration conditional 2001-01-02 13:52:04 +00:00
emacstool.c Update FSF's address in the preamble. 1996-01-15 09:18:04 +00:00
etags.c (add_regex): Reset the whole newly allocated pattern buffer instead of 2001-05-14 12:57:11 +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 entered into RCS 1985-04-18 00:48:29 +00:00
make-docfile.c (write_c_args): Print newlines as spaces. 2001-01-13 16:49:49 +00:00
Makefile.in (profile, make-docfile, hexl): Depend on config.h. 2000-08-29 17:12:42 +00:00
makefile.nt (lisp): Synchronize with src/Makefile.in. 2001-08-29 13:06:42 +00:00
makefile.w32-in (lisp): Synchronize with src/Makefile.in. 2001-08-29 13:06:42 +00:00
movemail.c (index, rindex): Prototype conditionally. 2000-09-04 15:26:16 +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 Add support for large files. Merge glibc 2.1.2. 1999-10-19 07:17:20 +00:00
rcs2log (Help, mainline code): Add new option -L FILE. 2001-09-05 23:07:46 +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.