emacs/doc
Paul Eggert 2b7e009257 Fix file-attributes race on GNU hosts
* doc/lispref/files.texi (File Attributes):
Document file-attributes atomicity.
* etc/NEWS: Document the fix.
* src/dired.c (file_attributes): New args DIRNAME and FILENAME,
for diagnostics.  All callers changed.  On platforms like
GNU/Linux that support O_PATH, fix a race condition in
file-attributes and similar functions, so that these functions do
not return nonsense if a directory entry is replaced while getting
its attributes.  On non-GNU platforms, do a better (though not
perfect) job of detecting the race, and return nil if detected.
2017-08-25 13:19:45 -07:00
..
emacs Document Enchant support 2017-08-20 13:58:09 +01:00
lispintro Allow occur command to operate on the region 2017-02-02 19:13:05 +09:00
lispref Fix file-attributes race on GNU hosts 2017-08-25 13:19:45 -07:00
man Merge from origin/emacs-25 2017-03-19 12:34:03 -07:00
misc Document Enchant support 2017-08-20 13:58:09 +01:00