Fixed the error message in lockit() when it fails to create tmp file.
[mmh] / sbr / lock_file.c
2015-03-11 Marcin CieslakFixed the error message in lockit() when it fails to...
2012-03-27 markus schnalkeCompletely remove the use of TIME_WITH_SYS_TIME.
2012-03-27 markus schnalkeWe are making POSIX signal support a requirement.
2012-03-27 markus schnalkeSwitch from using RETSIGTYPE via autoconf to void.
2012-03-26 markus schnalkeMake use of mkstemp() unconditional (vs. mktemp()).
2012-03-26 markus schnalkeEliminate '#ifdef HAVE_FOO' for Posix-mandated FOOs.
2012-03-26 markus schnalkeMoved #endif so that lockit () is only declared with...
2012-01-25 markus schnalkeRemoved several `#if 0' fragments.
2011-11-01 markus schnalkeRemoved the space between function names and the openin...
2011-10-31 markus schnalkeReformated comments and long lines
2011-10-07 markus schnalkeRearranged whitespace (and comments) in all the code!
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