diff options
| author | Magnus Henoch | 2016-04-24 14:33:05 +0200 |
|---|---|---|
| committer | Lars Magne Ingebrigtsen | 2016-04-24 14:33:05 +0200 |
| commit | ef4ed84e72a323b3d29dc34df92d3f89ad4fc322 (patch) | |
| tree | e01c115bf751f8a892ddc2e0636305017de66ba3 /etc | |
| parent | 2a28ba3db9bf4827a2b4a42d9eed018edf6711a3 (diff) | |
| download | emacs-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -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' |
| 61 | has been added. They are: 'file-attribute-type', | 64 | has been added. They are: 'file-attribute-type', |