aboutsummaryrefslogtreecommitdiffstats
path: root/src/filelock.c (unfollow)
Commit message (Expand)AuthorFilesLines
2012-05-09Add the option to not create lockfilesDave Abrahams1-0/+8
2012-01-10Add 2012 to FSF copyright years for Emacs files (do not merge to trunk)Glenn Morris1-1/+1
2012-01-05Add 2012 to FSF copyright years for Emacs filesGlenn Morris1-1/+1
2011-09-09Whitespace changes.Juanma Barranquero1-1/+1
2011-08-29* filelock.c (lock_file_1, lock_file): Don't blindly alloca long name;Paul Eggert1-14/+21
2011-07-07* editfns.c (pWIDE, pWIDElen, signed_wide, unsigned_wide):Paul Eggert1-7/+8
2011-06-19* filelock.c: Fix some buffer overrun and integer overflow issues.Paul Eggert1-42/+47
2011-04-13Undo the DEFUN->DEFUE change.Paul Eggert1-1/+1
2011-04-10Make Emacs functions such as Fatom 'static' by default.Paul Eggert1-1/+1
2011-03-31Replace two copies of readlink code with single gnulib version.Paul Eggert1-28/+10
2011-03-14* filelock.c (lock_file_1): Rename local to avoid shadowing.Paul Eggert1-4/+4
2011-03-14* filelock.c (within_one_second): Now static.Paul Eggert1-1/+1
2011-02-21[ChangeLog]Paul Eggert1-4/+0
2011-02-16Change B_ to BVARTom Tromey1-7/+7
2011-02-14Hide implementation of `struct buffer'Tom Tromey1-7/+7
2011-01-30Use SSDATA when the context wants char *.Paul Eggert1-4/+4
2011-01-24Convert consecutive FSF copyright years to ranges.Glenn Morris1-2/+1
2011-01-22Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h.Paul Eggert1-3/+2
2011-01-18Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey1-5/+1
2011-01-15Nuke arch-tags.Glenn Morris1-2/+0
2011-01-09Include <unistd.h> unilaterally.Paul Eggert1-3/+0
2011-01-02Add 2011 to FSF/AIST copyright years.Glenn Morris1-1/+1
2010-10-29Fix 2010-10-29T06:51:36Z!rgm@gnu.org for non-CLASH_DETECTION platforms.Eli Zaretskii1-2/+4
2010-10-03Include <fcntl.h> unconditionally.Dan Nicolaescu1-2/+0
2010-10-01Do not include stdlib.h and string.h, config.h does it.Dan Nicolaescu1-1/+0
2010-08-09Use const char* instead of char*.Dan Nicolaescu1-4/+4
2010-08-05Remove extern declarations in .c files, .h files have them.Dan Nicolaescu1-2/+0
2010-07-11Use strchr, strrchr instead of index, rindexAndreas Schwab1-5/+2
2010-07-08Convert DEFUNs to standard C.Dan Nicolaescu1-5/+3
2010-07-07Clean up include guards.Dan Nicolaescu1-2/+0
2010-07-04Convert (most) functions in src to standard C.Dan Nicolaescu1-28/+14
2010-07-02Remove __P and P_ from .c and .m files and definition of P_Jan D1-1/+1
2010-04-01Remove extern errno declarations.Dan Nicolaescu1-3/+0
2010-01-23Account for utmp.h availability.Chong Yidong1-0/+2
2010-01-13Add 2010 to copyright years.Glenn Morris1-1/+1
2009-10-19* alloc.c: Do not define struct catchtag.Dan Nicolaescu1-0/+1
2009-01-08Add 2009 to copyright years.Glenn Morris1-1/+1
2008-05-14Switch to recommended form of GPLv3 permissions notice.Glenn Morris1-6/+4
2008-02-24* configure.in: Remove references to obsolete variables andDan Nicolaescu1-2/+2
2008-01-08Add 2008 to copyright years.Glenn Morris1-1/+2
2007-07-25Switch license to GPLv3 or later.Glenn Morris1-1/+1
2007-07-23(current_lock_owner): Allow for @ sign in username.Jason Rumney1-2/+2
2007-06-29Replace uses of GC_* macros with the non-GC_ versions.Stefan Monnier1-1/+1
2007-01-21Add 2007 to copyright years.Glenn Morris1-1/+1
2006-02-06Update years in copyright notice; nfc.Thien-Thi Nguyen1-1/+1
2005-08-07Update years in copyright notice; nfc.Thien-Thi Nguyen1-2/+2
2005-07-04Update FSF's address.Lute Kamstra1-2/+2
2005-04-20Remove reference to defunct vms-pwd.h.Thien-Thi Nguyen1-4/+2
2004-11-27(lock_file_1): Call get_boot_time early. IncreaseAndreas Schwab1-2/+4
2004-04-16Sync to HEADKenichi Handa1-0/+3