log src/filelock.c @ 110313:50c8f347bd8e

age author description
2010-08-09 Dan Nicolaescu Use const char* instead of char*.
2010-08-05 Dan Nicolaescu Remove extern declarations in .c files, .h files have them.
2010-07-11 Andreas Schwab Use strchr, strrchr instead of index, rindex
2010-07-08 Dan Nicolaescu Convert DEFUNs to standard C.
2010-07-08 Dan Nicolaescu Clean up include guards.
2010-07-04 Dan Nicolaescu Convert (most) functions in src to standard C.
2010-07-02 Jan D Remove __P and P_ from .c and .m files and definition of P_
2010-04-02 Dan Nicolaescu Remove extern errno declarations.
2010-01-23 Chong Yidong Account for utmp.h availability.
2010-01-13 Glenn Morris Add 2010 to copyright years.
2009-10-19 Dan Nicolaescu * alloc.c: Do not define struct catchtag.
2009-01-08 Glenn Morris Add 2009 to copyright years.
2008-05-14 Glenn Morris Switch to recommended form of GPLv3 permissions notice.
2008-02-24 Dan Nicolaescu * configure.in: Remove references to obsolete variables and
2008-01-09 Miles Bader Merge from emacs--devo--0
2007-07-27 Miles Bader Merge from emacs--devo--0
2007-06-29 Stefan Monnier Replace uses of GC_* macros with the non-GC_ versions.
2007-01-26 Miles Bader Merge from emacs--devo--0
2006-02-08 Miles Bader Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-13
2005-08-26 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-78
2005-07-07 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-68
2005-04-21 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-39
2004-12-08 Miles Bader Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-74
2004-04-16 Kenichi Handa Sync to HEAD
2003-09-08 Kenichi Handa *** empty log message ***
2002-03-01 Kenichi Handa Include "character.h".
2006-01-16 Henrik Enberg sync with trunk
2003-09-08 Kenichi Handa New directory
2008-01-08 Glenn Morris Add 2008 to copyright years.
2007-07-25 Glenn Morris Switch license to GPLv3 or later.
2007-07-23 Jason Rumney (current_lock_owner): Allow for @ sign in username.
2007-01-21 Glenn Morris Add 2007 to copyright years.
2006-02-06 Thien-Thi Nguyen Update years in copyright notice; nfc.
2005-08-07 Thien-Thi Nguyen Update years in copyright notice; nfc.
2005-07-04 Lute Kamstra Update FSF's address.
2005-04-20 Thien-Thi Nguyen Remove reference to defunct vms-pwd.h.
2004-11-27 Andreas Schwab (lock_file_1): Call get_boot_time early. Increase
2003-09-01 Miles Bader Add arch taglines
2003-02-04 Juanma Barranquero Trailing whitespace deleted.
2002-07-15 Ken Raeburn Most uses of XSTRING combined with STRING_BYTES or indirection changed to
2002-02-06 Richard M. Stallman (S_ISLNK): Define if not defined.
2001-11-14 Richard M. Stallman (Funlock_buffer, Ffile_locked_p): Doc fixes.
2001-11-13 Pavel Janík Change doc-string comments to `new style' [w/`doc:' keyword].
2001-11-02 Pavel Janík Update usage of CHECK_ macros (remove unused second argument).
2001-09-14 Gerd Moellmann (current_lock_owner): Fix last change.
2001-09-13 Gerd Moellmann Fix last change.
2001-09-13 Gerd Moellmann (current_lock_owner): If readlink returns ERANGE,
2000-10-24 Gerd Moellmann (unlock_all_files): Use unlock_file to expand each
2000-06-23 Dave Love Use feature tests for fcntl.h, string.h. Don't include time.h, done by
2000-05-16 Gerd Moellmann (get_boot_time): To obtain an 8 char file name, which
2000-04-14 Gerd Moellmann (MAKE_LOCK_NAME): Allocate 2 more bytes.
1999-11-18 Dave Love Add forward declaration for get_boot_time_1.
1999-11-05 Gerd Moellmann (Ffile_locked_p): Make FILENAME a required argument.
1999-10-19 Paul Eggert Add support for large files, 64-bit Solaris, system locale codings.
1999-10-14 Dave Love (lock_file): Fix previous change.
1999-10-13 Dave Love (lock_file): Move gcpro of `fn'.
1999-09-20 Gerd Moellmann (get_boot_time): Put local variable used in
1999-09-16 Richard M. Stallman (Vtemporary_file_directory): New variable.
1999-09-13 Ken Raeburn Use XCAR, XCDR, and XFLOAT_DATA instead of explicit member access.
1999-08-18 Dave Love Use stdlib.h.