1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00
emacs/lib-src
Dan Nicolaescu 0613f5d515 emacsclient.c cleanups.
* lib-src/emacsclient.c: Move socket related #includes together with the
rest of the #includes.  Move a WINDOWSNT includes closer together.
(HAVE_CONFIG_H): Remove.
(NO_RETURN): Remove, defined in config.h.
(main): Convert definition to standard C.
2010-08-05 21:09:54 -07:00
..
.gitignore * .gitignore: Add echolisp.tmp. 2009-10-15 10:18:17 +00:00
b2m.c Add NO_RETURN specifiers to functions in lib-src. 2010-07-24 10:18:18 -07:00
b2m.pl Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
ChangeLog emacsclient.c cleanups. 2010-08-05 21:09:54 -07:00
COPYING
digest-doc.c Convert function definitions to standard C. 2010-07-02 17:50:23 -07:00
ebrowse.c Remove leftover P_ macros. 2010-07-07 22:48:57 -07:00
emacsclient.c emacsclient.c cleanups. 2010-08-05 21:09:54 -07:00
etags.c Add NO_RETURN specifiers to functions in lib-src. 2010-07-24 10:18:18 -07:00
fakemail.c Add NO_RETURN specifiers to functions in lib-src. 2010-07-24 10:18:18 -07:00
getopt.c
getopt1.c
getopt_.h
getopt_int.h
gettext.h
grep-changelog Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
hexl.c Add NO_RETURN specifiers to functions in lib-src. 2010-07-24 10:18:18 -07:00
make-docfile.c * make-docfile.c (write_c_args): Warn for old-style empty arglist (). 2010-07-29 04:11:23 +02:00
Makefile.in Properly handle C_WARNINGS_SWITCH, PROFILING_CFLAGS, PROFILING_LDFLAGS 2010-07-12 16:16:38 +02:00
makefile.w32-in MS-Windows follow-up for 2010-07-12T05:25:46Z!handa@etlken. 2010-07-12 12:22:20 +03:00
movemail.c Add NO_RETURN specifiers to functions in lib-src. 2010-07-24 10:18:18 -07:00
ntlib.c Convert some more functions to standard C. 2010-07-20 22:21:03 +02:00
ntlib.h Make building under stricter warning flags somewhat cleaner. 2010-07-25 02:20:51 +02:00
pop.c Use strchr, strrchr instead of index, rindex 2010-07-11 12:31:10 +02:00
pop.h Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
profile.c Convert function definitions to standard C. 2010-07-02 17:50:23 -07:00
rcs-checkin Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
rcs2log Set copyright year to 2010. 2010-01-10 23:51:51 -08:00
README
sorted-doc.c Fix invalid cast 2010-07-03 14:11:03 +02:00
test-distrib.c * lib-src/fakemail.c (action): Convert function definitions to standard C. 2010-07-03 23:05:43 -07:00
testfile
update-game-score.c Add NO_RETURN specifiers to functions in lib-src. 2010-07-24 10:18:18 -07:00
vcdiff Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00

This directory contains the source code for the architecture-dependent
files that go in ${archlibdir}.  At present, these are mostly utility
programs used by GNU Emacs.