1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-15 20:52:56 -08:00
emacs/lib-src
Paul Eggert 529a133c39 * movemail.c: Fix race condition and related bugs (Bug#8836).
(main) [!MAIL_USE_SYSTEM_LOCK]: Prefer mkstemp to mktemp, as this
fixes some race conditions.  Report mkstemp/mktemp errno rather
than a possibly-garbage errno.  Reinitialize the template each
time through the loop, as earlier mkstemp/mktemp calls could have
trashed it.  Pass 0600 (not 0666) to mktemp, for consistency
with mkstemp; the permissions don't matter anyway.
2011-06-10 10:50:07 -07:00
..
.gitignore
ChangeLog * movemail.c: Fix race condition and related bugs (Bug#8836). 2011-06-10 10:50:07 -07:00
COPYING
ebrowse.c
emacsclient.c * lib-src/emacsclient.c (socket_status): Use constant pointer. 2011-06-01 10:15:27 -07:00
etags.c [ChangeLog] 2011-05-28 15:39:39 -07:00
grep-changelog
hexl.c
make-docfile.c [ChangeLog] 2011-05-28 15:39:39 -07:00
Makefile.in * lib-src/Makefile.in (all, clean): Use $EXE_FILES. 2011-05-25 00:13:57 -07:00
makefile.w32-in Remove the SOME_MACHINE_LISP distinction in src/Makefile.in. 2011-05-18 23:04:16 -07:00
movemail.c * movemail.c: Fix race condition and related bugs (Bug#8836). 2011-06-10 10:50:07 -07:00
ntlib.c
ntlib.h
pop.c
pop.h
profile.c
rcs-checkin
rcs2log
README
test-distrib.c
testfile
update-game-score.c
vcdiff

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.