]> code.delx.au - gnu-emacs/history - src/filelock.c
(archive-l-e): New optional argument `float' means generate a float value.
[gnu-emacs] / src / filelock.c
2006-02-06 Thien-Thi NguyenUpdate years in copyright notice; nfc.
2005-08-07 Thien-Thi NguyenUpdate years in copyright notice; nfc.
2005-07-04 Lute KamstraUpdate FSF's address.
2005-04-20 Thien-Thi NguyenRemove reference to defunct vms-pwd.h.
2004-11-27 Andreas Schwab(lock_file_1): Call get_boot_time early. Increase
2003-09-01 Miles BaderAdd arch taglines
2003-02-04 Juanma BarranqueroTrailing whitespace deleted.
2002-07-15 Ken RaeburnMost uses of XSTRING combined with STRING_BYTES or...
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íkChange doc-string comments to `new style' [w/`doc:...
2001-11-02 Pavel JaníkUpdate usage of CHECK_ macros (remove unused second...
2001-09-14 Gerd Moellmann(current_lock_owner): Fix last change.
2001-09-13 Gerd MoellmannFix 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 LoveUse feature tests for fcntl.h, string.h. Don't include...
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 LoveAdd forward declaration for get_boot_time_1.
1999-11-05 Gerd Moellmann(Ffile_locked_p): Make FILENAME a required argument.
1999-10-19 Paul EggertAdd support for large files, 64-bit Solaris, system...
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 RaeburnUse XCAR, XCDR, and XFLOAT_DATA instead of explicit...
1999-08-18 Dave LoveUse stdlib.h.
1999-08-02 Richard M. StallmanComment 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. StallmanComment change.
1999-05-19 Richard M. StallmanFix 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. StallmanInclude coding.h.
1998-04-29 Richard M. StallmanFix 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 SchwabFix -Wimplicit warnings.
1998-04-08 Karl HeuerInclude <utmp.h> only if CLASH_DETECTION is
1998-03-21 Richard M. StallmanUse 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 HeuerFix typos in comment.
1997-01-07 Richard M. Stallman(LOCK_PID_MAX): Use sizeof (unsigned long) instead...
1997-01-02 Richard M. Stallman(lock_info_type): Declare pid as unsigned long instead...
1996-12-31 Richard M. StallmanTotal 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 NaggumUpdate FSF's address in the preamble.
1996-01-09 Erik Naggum(Flock_buffer, Ffile_locked_p): Harmonize arguments...
1995-08-09 Richard M. Stallman(lock_file): Use get_truename_buffer.
1995-06-07 Karl Heuer(unlock_file, lock_file): Call Fexpand_file_name.
1995-02-14 Richard M. Stallman(unlock_buffer, unlock_all_files, Flock_buffer)
1995-01-04 Richard M. StallmanUse SAVE_MODIFF and BUF_SAVE_MODIFF
1994-11-18 Richard M. Stallman(init_filelock): Add missing semicolon.
1994-11-17 Richard M. Stallman(lock_dir, superlock_file, MAKE_LOCK_NAME):
1994-11-17 Richard M. Stallman(init_filelock): Always copy lock_path.
1994-11-15 Karl Heuer(unlock_all_files): Use the new type-test macros.
1994-09-27 Karl Heuer(unlock_all_files, Funlock_buffer, unlock_buffer):...
1994-09-16 Richard M. Stallman(getpwuid): Test just DECLARE_GETPWUID_WITH_UID_T,...
1994-05-04 Karl HeuerUpdate copyright.
1994-03-23 Karl Heuer(lock_file): Use assignment, not initialization.
1994-03-11 Karl Heuer(lock_superlock): Synchronize NFS cache.
1993-09-12 Roland McGrathInclude <paths.h>, not "paths.h".
1993-09-10 Roland McGrathInclude <config.h> instead of "config.h".
1993-09-08 Francesco Potortì* filelock.c (fill_in_lock_short_file_name): corrected...
1993-08-14 Richard M. Stallman(getpwuid): Declare it as in xrdb.c.
1993-07-25 Richard M. StallmanFix typo in previous change.
1993-07-25 Richard M. Stallman(getpwuid): Declare at top level, and not if __386bsd__.
1993-06-10 Jim Blandy* filelock.c: Test HAVE_LONG_FILE_NAMES, not SHORT_FILE...
1993-06-07 Richard M. Stallman(MAKE_LOCK_PATH): If SHORT_FILE_NAMES allocates
1993-05-22 Jim BlandyUpdated copyright years.
1992-06-30 Jim Blandyentered into RCS
1992-05-10 Jim Blandy*** empty log message ***
1992-05-01 Jim Blandy*** empty log message ***
next