]> diplodocus.org Git - nmh/history - sbr/lock_file.c
Another pass at cleaning up (some of) the manpages.
[nmh] / sbr / lock_file.c
2015-02-23 David LevineMerge remote-tracking branch 'origin/convertargs'
2015-02-12 Marcin CieslakFixed the error message in lockit() when it fails to...
2014-04-10 David LevineMerge remote-tracking branch 'origin/fix-locking'
2014-04-09 David Levinelkopen_dot() would block forever if another process...
2014-04-06 David LevineInstead of relying on errno to determine if locking...
2014-04-06 David LevineDon't ignore return value of lkfopendata(), most notably of
2014-01-26 David LevineMerge branch 'tmpfiles'
2014-01-26 David LevineMerge branch 'tmpfiles'
2014-01-25 David LevineReplaced nearly all unlink(3) calls with m_unlink().
2014-01-25 David LevineReplaced use of mkstemp() with m_mktemp() in lock_file.c.
2013-06-30 Lyndon NerenbergAdd compilation guard around lkopen_flock.
2013-04-29 David LevineRemoved some #includes of unistd.h and stdio.h because...
2013-04-14 David LevineMoved #include of signal.h to h/signals.h. And it...
2013-04-14 David LevineMoved #include of errno.h to h/nmh.h.
2013-03-24 David LevineMore replacements of mh_strcasecmp() with strcasecmp().
2013-03-21 Ken HornsteinMerge branch 'newlock'
2013-03-15 Ken HornsteinTurns out the close function can be called with FILE...
2013-03-15 Ken HornsteinMostly complete now, but not yet functional.
2013-03-14 Ken HornsteinMore locking updates; still doesn't compile yet.
2013-03-14 Ken HornsteinStart of the changes for the new lock code. Does not...
2012-05-07 Tom LaneFixed places in the code relying the C99-ism of declara...
2012-01-14 David LevineArgument to alrmser is unused.
2012-01-13 Ken HornsteinMerge branch 'master' of git.sv.nongnu.org:/srv/git/nmh
2012-01-13 David LevineAdded NMH_UNUSED macro for suppressing warnings about...
2012-01-11 Ken HornsteinCompletely remove the use of TIME_WITH_SYS_TIME (I...
2012-01-09 Ken HornsteinWe are making POSIX signal support a requirement; remov...
2012-01-09 Ken HornsteinSwitch from using RETSIGTYPE via autoconf to void,...
2012-01-04 Lyndon NerenbergClean up process wait to use POSIX waitpid() interface.
2012-01-04 Lyndon NerenbergEliminate '#ifdef HAVE_FOO' for Posix-mandated FOOs.
2011-12-28 David LevineMoved #endif so that lockit () is only declared with...
2010-12-03 Ken HornsteinRemove RCS keywords, since they no longer work after...
2008-04-05 Peter MaydellBug #20028 (Debian bug 399271): fix code assuming that...
2007-04-29 Peter MaydellMinor rearrangement so variables/functions used only...
2006-01-16 Oliver Kiddleremove remnants of code for MMDF
2006-01-02 Josh Bressers* patch #3966: Create a mh_xmalloc function to prevent...
2004-10-12 Jon SteinhartFixed strange bug that prevented a lock from ever being...
2003-09-30 Glenn Burkhardt[bug #4302] errno is not always an extern int
2003-09-05 Ken HornsteinQuiet lock warning.
2003-09-05 Ken HornsteinMerge in locking fixes into the main line.
2002-07-02 Ken HornsteinAdd/update copyright notice in all source code files.
2000-07-16 Kimmo SuominenComplete HAVE_MKSTEMP.
2000-06-04 Ruud de Rooij* Added autoconf test for Miquel van Smoorenburg's...
1999-09-12 Doug MorrisLots of little code cleanups to prevent warnings -...
1999-09-10 Doug Morrisconfigure, configure.in stamp-h.in, and uip/Makefile...
1999-06-09 Doug Morrisuse mkstemp on systems that have it
1999-04-30 Doug MorrisInitial revision