log src/filelock.c @ 38978:2db4503e9503

age author description
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.
1999-08-02 Richard M. Stallman Comment change.
1999-07-30 Karl Heuer (lock_if_free): Indentation fix.
1999-07-22 Karl Heuer (lock_if_free): Return -1 if check_lock_owner()
1999-07-14 Richard M. Stallman (lock_file): Do nothing if purifying. EMACS_20_4
1999-06-18 Paul Eggert (BOOT_TIME_FILE): New macro.
1999-06-05 Karl Heuer (get_boot_time): Don't look at /proc/uptime; it
1999-05-24 Richard M. Stallman (lock_if_free): After deleting a stale lock,
1999-05-19 Richard M. Stallman Comment change.
1999-05-19 Richard M. Stallman Fix performance bug on hosts with large
1999-05-09 Karl Heuer (get_boot_time): Handle NO_WTMP_FILE.
1999-03-18 Karl Heuer (get_boot_time): Test tempname, not filename.
1999-03-09 Karl Heuer (init_filelock): New function.
1999-03-09 Karl Heuer (get_boot_time): Reduce scope of #ifdef BOOT_TIME
1999-03-01 Karl Heuer (get_boot_time): Support FreeBSD way to read boot-time.
1999-02-26 Richard M. Stallman (get_boot_time): Use WTMP_FILE for file name.
1999-02-23 Karl Heuer (get_boot_time): Don't use BUFSIZ.
1999-02-21 Richard M. Stallman (get_boot_time_1): Put this in #ifdef BOOT_TIME.
1999-02-19 Richard M. Stallman (within_one_second): New function.
1998-05-18 Richard M. Stallman (get_boot_time): Scan the whole wtmp file
1998-05-11 Richard M. Stallman (unlock_file): Encode the file name.
1998-05-02 Richard M. Stallman Include coding.h.
1998-04-29 Richard M. Stallman Fix previous change.
1998-04-29 Richard M. Stallman (lock_file): gcpro `fn'.
1998-04-22 Erik Naggum (get_boot_time): Remove extraneous semicolon.
1998-04-14 Andreas Schwab Fix -Wimplicit warnings.
1998-04-08 Karl Heuer Include <utmp.h> only if CLASH_DETECTION is
1998-03-21 Richard M. Stallman Use STRING_BYTES and SET_STRING_BYTES.
1998-03-19 Richard M. Stallman (get_boot_time): Conditionalize on BOOT_TIME.
1998-03-19 Richard M. Stallman (current_lock_owner): If lock file data doesn't include
1998-01-05 Richard M. Stallman (MAKE_LOCK_NAME): Use size_byte.
1997-11-27 Kenichi Handa (unlock_buffer): Declare it as void.
1997-10-23 Karl Heuer (unlock_all_files): Don't call unlock_file;
1997-08-13 Richard M. Stallman (lock_file): Use %lu instead of %d in sprintf because
1997-08-07 Richard M. Stallman (init_filelock): Function deleted.
1997-08-06 Richard M. Stallman (lock_file_1, lock_file): Add casts.
1997-07-31 Richard M. Stallman (current_lock_owner): Don't try to delete lock
1997-07-30 Richard M. Stallman (lock_if_free): Don't loop; for strange error, return -1.
1997-07-12 Richard M. Stallman (lock_file_1): Don't crash if Fuser_login_name or
1997-07-10 Richard M. Stallman (current_lock_owner, lock_file_1): Add casts.
1997-03-17 Karl Heuer Fix typos in comment.
1997-01-07 Richard M. Stallman (LOCK_PID_MAX): Use sizeof (unsigned long) instead of hardwiring 21.
1997-01-02 Richard M. Stallman (lock_info_type): Declare pid as unsigned long instead of int.
1996-12-31 Richard M. Stallman Total rewrite.
1996-09-12 Richard M. Stallman (lock_superlock): Delete superlock file if it stayed
1996-07-29 Richard M. Stallman (lock_file_owner_name): Always initialize the_pw.
1996-01-15 Erik Naggum Update FSF's address in the preamble.
1996-01-09 Erik Naggum (Flock_buffer, Ffile_locked_p): Harmonize arguments with documentation.