summaryrefslogtreecommitdiff
path: root/src/filelock.c
Commit message (Expand)AuthorAge
* Add 2007 to copyright years.Glenn Morris2007-01-21
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-06
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-07
* Update FSF's address.Lute Kamstra2005-07-04
* Remove reference to defunct vms-pwd.h.Thien-Thi Nguyen2005-04-20
* (lock_file_1): Call get_boot_time early. IncreaseAndreas Schwab2004-11-27
* Add arch taglinesMiles Bader2003-09-01
* Trailing whitespace deleted.Juanma Barranquero2003-02-04
* Most uses of XSTRING combined with STRING_BYTES or indirection changed toKen Raeburn2002-07-15
* (S_ISLNK): Define if not defined.Richard M. Stallman2002-02-06
* (Funlock_buffer, Ffile_locked_p): Doc fixes.Richard M. Stallman2001-11-14
* Change doc-string comments to `new style' [w/`doc:' keyword].Pavel Janík2001-11-13
* Update usage of CHECK_ macros (remove unused second argument).Pavel Janík2001-11-02
* (current_lock_owner): Fix last change.Gerd Moellmann2001-09-14
* Fix last change.Gerd Moellmann2001-09-13
* (current_lock_owner): If readlink returns ERANGE,Gerd Moellmann2001-09-13
* (unlock_all_files): Use unlock_file to expand eachGerd Moellmann2000-10-24
* Use feature tests for fcntl.h, string.h. Don't include time.h, done byDave Love2000-06-23
* (get_boot_time): To obtain an 8 char file name, whichGerd Moellmann2000-05-16
* (MAKE_LOCK_NAME): Allocate 2 more bytes.Gerd Moellmann2000-04-14
* Add forward declaration for get_boot_time_1.Dave Love1999-11-18
* (Ffile_locked_p): Make FILENAME a required argument.Gerd Moellmann1999-11-05
* Add support for large files, 64-bit Solaris, system locale codings.Paul Eggert1999-10-19
* (lock_file): Fix previous change.Dave Love1999-10-14
* (lock_file): Move gcpro of `fn'.Dave Love1999-10-13
* (get_boot_time): Put local variable used inGerd Moellmann1999-09-20
* (Vtemporary_file_directory): New variable.Richard M. Stallman1999-09-16
* Use XCAR, XCDR, and XFLOAT_DATA instead of explicit member access.Ken Raeburn1999-09-13
* Use stdlib.h.Dave Love1999-08-18
* Comment change.Richard M. Stallman1999-08-02
* (lock_if_free): Indentation fix.Karl Heuer1999-07-30
* (lock_if_free): Return -1 if check_lock_owner()Karl Heuer1999-07-22
* (lock_file): Do nothing if purifying.emacs-20.4Richard M. Stallman1999-07-14
* (BOOT_TIME_FILE): New macro.Paul Eggert1999-06-18
* (get_boot_time): Don't look at /proc/uptime; itKarl Heuer1999-06-05
* (lock_if_free): After deleting a stale lock,Richard M. Stallman1999-05-24
* Comment change.Richard M. Stallman1999-05-19
* Fix performance bug on hosts with largeRichard M. Stallman1999-05-19
* (get_boot_time): Handle NO_WTMP_FILE.Karl Heuer1999-05-09
* (get_boot_time): Test tempname, not filename.Karl Heuer1999-03-18
* (init_filelock): New function.Karl Heuer1999-03-09
* (get_boot_time): Reduce scope of #ifdef BOOT_TIMEKarl Heuer1999-03-09
* (get_boot_time): Support FreeBSD way to read boot-time.Karl Heuer1999-03-01
* (get_boot_time): Use WTMP_FILE for file name.Richard M. Stallman1999-02-26
* (get_boot_time): Don't use BUFSIZ.Karl Heuer1999-02-23
* (get_boot_time_1): Put this in #ifdef BOOT_TIME.Richard M. Stallman1999-02-21
* (within_one_second): New function.Richard M. Stallman1999-02-19
* (get_boot_time): Scan the whole wtmp fileRichard M. Stallman1998-05-18
* (unlock_file): Encode the file name.Richard M. Stallman1998-05-11
* Include coding.h.Richard M. Stallman1998-05-02