summaryrefslogtreecommitdiffstats
path: root/dotlock.c
AgeCommit message (Collapse)Author
2011-03-07Extra information in mutt version string, redux.David Champion
Restores [f1b4d1d17200] functionality with a slight change to keep 'make dist' working (see backout in [6b38124a5b81]). Automake is too much voodoo for me at this time, so I let it keep VERSION. mutt.h defined MUTT_VERSION as VERSION and the code used that, so I removed MUTT_VERSION from mutt.h and put it into config.h via configure.ac. A couple of tweaks were needed elsewhere. This restores the fancy-versioning feature within mutt and keeps 'make dist' happy.
2009-01-04Update copyrights. Closes #3016.Brendan Cully
I went through the logs of each file with a copyright header and updated the years for the authors in the headers for any non-comment changes they introduced. What a pain!
2007-08-28Use limits.h for PATH_MAX instead of posix1_lim.h (closes #2525)Brendan Cully
2007-06-27remove a double inclusion of config.hDan Fandrich
2007-01-26Fix #2710, of-by-one in dotlock.c.Thomas Roessler
2005-09-17Gah, forgot the zip code when updating the FSF address...Brendan Cully
2005-09-17Update FSF address (via sed, I hope nothing got mangled). Closes: #2071.Brendan Cully
2005-02-03Add config.h to the top of every C file that could possibly want it.Brendan Cully
Remove it from mutt.h
2002-12-11Fix Mike's and my e-mail addresses in copyright lines.Thomas Roessler
2001-01-08Let check_sec.sh check for use of the unsafe malloc, realloc, free,Thomas Roessler
and strdup routines. While we are on it, plug some memory leaks and make some code understandable.
2000-03-03The FSF apparently has moved.Thomas Roessler
2000-01-24Locking fix.Thomas Roessler
2000-01-06Update copyright notices for unstable.Thomas Roessler
1999-11-18indentation noise.Thomas Roessler
1999-09-02Remove a superfluous label.Thomas Roessler
1999-08-23Remove a couple of NFS-related hacks which seem to be unnecessary.Thomas Roessler
1999-08-15Commit remaining changes.Thomas Roessler
1999-08-15Really fix $save_empty, even when the dotlocking code is compiledThomas Roessler
into mutt.
1999-08-04Fix $save_empty.Thomas Roessler
1999-07-26Impose a hard limit on dotlock attempts.Thomas Roessler
1999-01-07Get rid of RCS ids in source files. They are getting in our wayThomas Roessler
when merging changes.
1998-11-10Don't use mutt_strsomething in the dotlocking code.Thomas Roessler
1998-11-10Introduce or rewrite mutt_{str*cmp,strlen} and use them all over theThomas Roessler
place. If there are still segmentation faults due to missing NONULLs over, they are gone now.
1998-10-27include config.h _before_ checking for HAVE_GETOPT. Noted by ScottThomas Roessler
Perlman <perlman@linguist.dartmouth.edu>.
1998-10-15Change "static char rcsid[]" to "static const char rcsid[]" to makemutt-0-94-13-relThomas Roessler
gcc shut up about this.
1998-10-14Various build fixes.Thomas Roessler
1998-10-13Add RCS $Id$ strings to (hopefully) all source files.Thomas Roessler
1998-08-25CVS branch clean-up.Thomas Roessler