aboutsummaryrefslogtreecommitdiffstats
path: root/src/filelock.c
Commit message (Expand)AuthorAgeFilesLines
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-141-6/+4
* * configure.in: Remove references to obsolete variables andDan Nicolaescu2008-02-241-2/+2
* Merge from emacs--devo--0Miles Bader2008-01-091-1/+2
|\
| * Add 2008 to copyright years.Glenn Morris2008-01-081-1/+2
* | Merge from emacs--devo--0Miles Bader2007-07-271-3/+3
|\|
| * Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
| * (current_lock_owner): Allow for @ sign in username.Jason Rumney2007-07-231-2/+2
* | Replace uses of GC_* macros with the non-GC_ versions.Stefan Monnier2007-06-291-1/+1
* | Merge from emacs--devo--0Miles Bader2007-01-261-1/+1
|\|
| * Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
* | Revision: [email protected]/emacs--unicode--0--patch-13Miles Bader2006-02-081-1/+1
|\|
| * Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
* | Revision: [email protected]/emacs--unicode--0--patch-78Miles Bader2005-08-261-2/+2
|\|
| * Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-2/+2
* | Revision: [email protected]/emacs--unicode--0--patch-68Miles Bader2005-07-071-2/+2
|\|
| * Update FSF's address.Lute Kamstra2005-07-041-2/+2
* | Revision: [email protected]/emacs--unicode--0--patch-39Miles Bader2005-04-211-4/+2
|\|
| * Remove reference to defunct vms-pwd.h.Thien-Thi Nguyen2005-04-201-4/+2
* | Revision: [email protected]/emacs--unicode--0--patch-74Miles Bader2004-12-081-2/+4
|\|
| * (lock_file_1): Call get_boot_time early. IncreaseAndreas Schwab2004-11-271-2/+4
* | Sync to HEADKenichi Handa2004-04-161-0/+3
* | *** empty log message ***Kenichi Handa2003-09-081-1/+1
|\ \
| * | Include "character.h".Kenichi Handa2002-03-011-0/+1
* | | New directoryKenichi Handa2003-09-081-3/+0
| |/ |/|
* | Add arch taglinesMiles Bader2003-09-011-0/+3
* | Trailing whitespace deleted.Juanma Barranquero2003-02-041-18/+18
* | Most uses of XSTRING combined with STRING_BYTES or indirection changed toKen Raeburn2002-07-151-8/+8
|/
* (S_ISLNK): Define if not defined.Richard M. Stallman2002-02-061-0/+4
* (Funlock_buffer, Ffile_locked_p): Doc fixes.Richard M. Stallman2001-11-141-4/+6
* Change doc-string comments to `new style' [w/`doc:' keyword].Pavel Janík2001-11-131-14/+14
* Update usage of CHECK_ macros (remove unused second argument).Pavel Janík2001-11-021-1/+1
* (current_lock_owner): Fix last change.Gerd Moellmann2001-09-141-2/+2
* Fix last change.Gerd Moellmann2001-09-131-0/+1
* (current_lock_owner): If readlink returns ERANGE,Gerd Moellmann2001-09-131-0/+5
* (unlock_all_files): Use unlock_file to expand eachGerd Moellmann2000-10-241-7/+3
* Use feature tests for fcntl.h, string.h. Don't include time.h, done byDave Love2000-06-231-10/+9
* (get_boot_time): To obtain an 8 char file name, whichGerd Moellmann2000-05-161-2/+8
* (MAKE_LOCK_NAME): Allocate 2 more bytes.Gerd Moellmann2000-04-141-2/+18
* Add forward declaration for get_boot_time_1.Dave Love1999-11-181-0/+5
* (Ffile_locked_p): Make FILENAME a required argument.Gerd Moellmann1999-11-051-1/+1
* Add support for large files, 64-bit Solaris, system locale codings.Paul Eggert1999-10-191-6/+3
* (lock_file): Fix previous change.Dave Love1999-10-141-1/+1
* (lock_file): Move gcpro of `fn'.Dave Love1999-10-131-2/+2
* (get_boot_time): Put local variable used inGerd Moellmann1999-09-201-0/+3
* (Vtemporary_file_directory): New variable.Richard M. Stallman1999-09-161-2/+12
* Use XCAR, XCDR, and XFLOAT_DATA instead of explicit member access.Ken Raeburn1999-09-131-2/+2
* Use stdlib.h.Dave Love1999-08-181-0/+3
* Comment change.Richard M. Stallman1999-08-021-1/+1
* (lock_if_free): Indentation fix.Karl Heuer1999-07-301-1/+1
* (lock_if_free): Return -1 if check_lock_owner()Karl Heuer1999-07-221-0/+2