emacs/lib-src
Eli Zaretskii 0db7db3090 Fix compilation of lib-src executables on MS-Windows.
lib-src/Makefile.in (etags_libs, ebrowse${EXEEXT}, profile${EXEEXT})
 (make-docfile${EXEEXT}, movemail${EXEEXT})
 (update-game-score${EXEEXT}): Put $(NTLIB) before $(LOADLIBES),
 since GCC sometimes calls stpcpy when it sees strcpy, under
 optimization switches.  Reported by Dani Moncayo <dmoncayo@gmail.com>.
2014-12-27 21:46:03 +02:00
..
ChangeLog Fix compilation of lib-src executables on MS-Windows. 2014-12-27 21:46:03 +02:00
COPYING Change to GPLv3. 2007-07-25 07:00:38 +00:00
ctags.c Port ctags+etags build to Sun C 5.12. 2014-05-18 11:57:04 -07:00
ebrowse.c Prefer stpcpy to strcat 2014-12-25 15:44:23 -08:00
emacsclient.c Prefer stpcpy to strcat 2014-12-25 15:44:23 -08:00
etags.c Prefer stpcpy to strcat 2014-12-25 15:44:23 -08:00
hexl.c Use binary-io module, O_BINARY, and "b" flag. 2014-07-14 12:23:18 -07:00
make-docfile.c Use "b" flag more consistently; avoid "t". 2014-07-15 12:28:25 -07:00
Makefile.in Fix compilation of lib-src executables on MS-Windows. 2014-12-27 21:46:03 +02:00
makefile.w32-in Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
movemail.c movemail: don't dump core if the current time is outlandish 2014-09-23 12:21:54 -07:00
ntlib.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
ntlib.h Minor fixes for MS-Windows MinGW64 build. 2014-05-26 19:55:28 +03:00
pop.c Prefer stpcpy to strcat 2014-12-25 15:44:23 -08:00
pop.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
profile.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
rcs2log Fix rcs2log problems with CVS. 2014-05-20 00:59:28 -07:00
README changed Emacs' to GNU Emacs' 2006-03-31 07:25:44 +00:00
update-game-score.c Prefer stpcpy to strcat 2014-12-25 15:44:23 -08:00
update-game-score.exe.manifest Provide a Windows manifest for update-game-score.exe. 2013-08-10 10:43:41 +03: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.