aboutsummaryrefslogtreecommitdiffstats
path: root/src/filelock.c
Commit message (Expand)AuthorAgeFilesLines
* Fix 2010-10-29T06:51:[email protected] for non-CLASH_DETECTION platforms.Eli Zaretskii2010-10-291-2/+4
* Include <fcntl.h> unconditionally.Dan Nicolaescu2010-10-031-2/+0
* Do not include stdlib.h and string.h, config.h does it.Dan Nicolaescu2010-10-011-1/+0
* Use const char* instead of char*.Dan Nicolaescu2010-08-091-4/+4
* Remove extern declarations in .c files, .h files have them.Dan Nicolaescu2010-08-051-2/+0
* Use strchr, strrchr instead of index, rindexAndreas Schwab2010-07-111-5/+2
* Convert DEFUNs to standard C.Dan Nicolaescu2010-07-081-5/+3
* Clean up include guards.Dan Nicolaescu2010-07-071-2/+0
* Convert (most) functions in src to standard C.Dan Nicolaescu2010-07-041-28/+14
* Remove __P and P_ from .c and .m files and definition of P_Jan D2010-07-021-1/+1
* Remove extern errno declarations.Dan Nicolaescu2010-04-011-3/+0
* Account for utmp.h availability.Chong Yidong2010-01-231-0/+2
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* * alloc.c: Do not define struct catchtag.Dan Nicolaescu2009-10-191-0/+1
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
* 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