index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
filelock.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Replace QUIT with maybe_quit
Paul Eggert
2017-01-25
1
-1
/
+1
*
Merge from origin/emacs-25
Paul Eggert
2017-01-01
1
-1
/
+1
|
\
|
*
Update copyright year to 2017
Paul Eggert
2016-12-31
1
-1
/
+1
*
|
Merge from origin/emacs-25
Paul Eggert
2016-10-23
1
-4
/
+4
|
\
|
|
*
* src/filelock.c (current_lock_owner): Update comment.
Paul Eggert
2016-10-12
1
-4
/
+4
|
*
Work around Samba bug with ':' in symlink contents
Paul Eggert
2016-10-12
1
-13
/
+22
*
|
Work around Samba bug with ':' in symlink contents
Paul Eggert
2016-10-11
1
-13
/
+22
*
|
Limit <config.h>’s includes
Paul Eggert
2016-09-30
1
-0
/
+1
*
|
Check actual contents before promting about changed file
Stefan Monnier
2016-09-02
1
-1
/
+1
*
|
Fix compiler warnings in the MinGW build
Eli Zaretskii
2016-05-21
1
-1
/
+1
*
|
Merge from origin/emacs-25
Paul Eggert
2016-05-01
1
-0
/
+19
|
\
|
|
*
Fix the MSDOS build
Eli Zaretskii
2016-04-30
1
-0
/
+19
*
|
Simplify use of O_BINARY
Paul Eggert
2016-04-14
1
-1
/
+1
*
|
Prefer AUTO_STRING_WITH_LEN to make_formatted_string
Paul Eggert
2016-04-04
1
-8
/
+5
*
|
Merge from origin/emacs-25
John Wiegley
2016-03-11
1
-2
/
+2
|
\
|
|
*
Rework C source files to avoid ^(
Paul Eggert
2016-03-10
1
-2
/
+2
*
|
Remove support for IRIX
Paul Eggert
2016-03-07
1
-8
/
+1
|
/
*
Update copyright year to 2016
Paul Eggert
2016-01-01
1
-1
/
+1
*
Include-file cleanup for src directory
Paul Eggert
2015-10-20
1
-2
/
+0
*
Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPS
Paul Eggert
2015-08-26
1
-4
/
+0
*
Verify file modifications by other programs
Eli Zaretskii
2015-05-08
1
-24
/
+25
*
Count MANY function args more reliably
Paul Eggert
2015-01-25
1
-9
/
+3
*
Update copyright year to 2015
Paul Eggert
2015-01-01
1
-2
/
+2
*
system-name's returned value can vary
Paul Eggert
2014-12-29
1
-3
/
+4
*
Revert previous change.
Paul Eggert
2014-07-26
1
-2
/
+2
*
Reorder conditions that are written backwards
Andreas Schwab
2014-07-26
1
-2
/
+2
*
Doc tweaks related to file locking
Glenn Morris
2014-03-25
1
-1
/
+3
*
Remove the build-time option CLASH_DETECTION
Glenn Morris
2014-03-25
1
-6
/
+0
*
Add some Authors: headers based on authors.el.
Glenn Morris
2014-02-25
1
-2
/
+6
*
Update copyright year to 2014 by running admin/update-copyright.
Paul Eggert
2014-01-01
1
-1
/
+1
*
Adapted dostounix_filename. w32-short/long-filename work with wide APIs.
Eli Zaretskii
2013-11-02
1
-1
/
+1
*
Suppress some unhelpful warnings when using clang.
Jan Djärv
2013-09-23
1
-4
/
+12
*
Omit some unnecessary casts.
Paul Eggert
2013-08-10
1
-1
/
+1
*
New macro to iterate over live buffers similar to frames.
Dmitry Antipov
2013-08-05
1
-7
/
+6
*
Fix some minor races in hosts lacking mkostemp.
Paul Eggert
2013-08-04
1
-16
/
+2
*
Fix some minor file descriptor leaks and related glitches.
Paul Eggert
2013-07-19
1
-2
/
+4
*
* filelock.c: Fix unlikely file descriptor leaks.
Paul Eggert
2013-07-18
1
-6
/
+3
*
* filelock.c (create_lock_file) [!HAVE_MKOSTEMP && !HAVE_MKSTEMP]:
Paul Eggert
2013-07-14
1
-7
/
+2
*
* filelock.c: Fix comment to match code.
Paul Eggert
2013-07-08
1
-2
/
+2
*
MS-Windows followup for 2013-07-07T18:00:14Z!eggert@cs.ucla.edu.
Eli Zaretskii
2013-07-07
1
-0
/
+1
*
Make file descriptors close-on-exec when possible.
Paul Eggert
2013-07-07
1
-3
/
+12
*
`write-region-inhibit-fsync' defaults to noninteractive.
Paul Eggert
2013-05-04
1
-8
/
+2
*
File synchronization fixes.
Paul Eggert
2013-03-13
1
-0
/
+8
*
FILE's lock is now always .#FILE and may be a regular file.
Paul Eggert
2013-03-05
1
-187
/
+252
*
* filelock.c (lock_file): Don't access freed storage.
Paul Eggert
2013-03-02
1
-27
/
+22
*
The lock for FILE is now .#FILE or .#-FILE.
Paul Eggert
2013-03-02
1
-51
/
+41
*
Fix race conditions with MS-Windows lock files by using _sopen.
Eli Zaretskii
2013-02-27
1
-4
/
+10
*
Implement CLASH_DETECTION for MS-Windows.
Eli Zaretskii
2013-02-25
1
-16
/
+97
*
Merge from emacs-24; up to 2012-12-22T19:09:52Z!rgm@gnu.org
Glenn Morris
2013-02-24
1
-1
/
+1
|
\
|
*
Fix regression introduced by July 10 filelock.c patch.
Paul Eggert
2013-02-23
1
-1
/
+1
[prev]
[next]