aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorMagnus Henoch2016-04-24 14:33:05 +0200
committerLars Magne Ingebrigtsen2016-04-24 14:33:05 +0200
commitef4ed84e72a323b3d29dc34df92d3f89ad4fc322 (patch)
treee01c115bf751f8a892ddc2e0636305017de66ba3 /etc
parent2a28ba3db9bf4827a2b4a42d9eed018edf6711a3 (diff)
downloademacs-ef4ed84e72a323b3d29dc34df92d3f89ad4fc322.tar.gz
emacs-ef4ed84e72a323b3d29dc34df92d3f89ad4fc322.zip
Implement process-attributes for Darwin
* src/sysdep.c (timeval_to_timespec, make_lisp_timeval) (system_process_attributes): Implement process-attributes for Darwin (bug#16579).
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 1ad8451744e..0a2641f75b3 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -56,6 +56,9 @@ affected by this, as SGI stopped supporting IRIX in December 2013.
56 56
57* Changes in Emacs 25.2 57* Changes in Emacs 25.2
58 58
59--
60** `process-attributes' on Darwin systems now return more information.
61
59+++ 62+++
60** A number of accessors for the value returned by 'file-attributes' 63** A number of accessors for the value returned by 'file-attributes'
61has been added. They are: 'file-attribute-type', 64has been added. They are: 'file-attribute-type',