diff options
author | Ken Brown <kbrown@cornell.edu> | 2019-09-15 13:40:12 -0400 |
---|---|---|
committer | Ken Brown <kbrown@cornell.edu> | 2019-09-15 13:40:12 -0400 |
commit | bbc625da81076bf31ea77af346d368fd221c4079 (patch) | |
tree | 25e9cf17bc5642b984dd320c496d3072633178f5 | |
parent | d5f84126e56ee860b10a8a5826dc568e2c266f1b (diff) | |
download | cygnal-bbc625da81076bf31ea77af346d368fd221c4079.tar.gz cygnal-bbc625da81076bf31ea77af346d368fd221c4079.tar.bz2 cygnal-bbc625da81076bf31ea77af346d368fd221c4079.zip |
Cygwin: document last change
-rw-r--r-- | winsup/cygwin/release/3.1.0 | 3 | ||||
-rw-r--r-- | winsup/doc/new-features.xml | 4 |
2 files changed, 7 insertions, 0 deletions
diff --git a/winsup/cygwin/release/3.1.0 b/winsup/cygwin/release/3.1.0 index 12a5f323c..72664abdc 100644 --- a/winsup/cygwin/release/3.1.0 +++ b/winsup/cygwin/release/3.1.0 @@ -30,6 +30,9 @@ What changed: - Eliminate a header file name collision with <X11/XLocale.h> on case insensitive filesystems by reverting <xlocale.h> back to <sys/_locale.h>. +- Allow times(2) to have a NULL argument, as on Linux. + Addresses: https://cygwin.com/ml/cygwin/2019-09/msg00141.html + Bug Fixes --------- diff --git a/winsup/doc/new-features.xml b/winsup/doc/new-features.xml index 118e37821..cbfdf32dc 100644 --- a/winsup/doc/new-features.xml +++ b/winsup/doc/new-features.xml @@ -46,6 +46,10 @@ New APIs: dbm_clearerr, dbm_close, dbm_delete, dbm_dirfno, dbm_error, dbm_fetch, dbm_firstkey, dbm_nextkey, dbm_open, dbm_store. </para></listitem> +<listitem><para> +Allow times(2) to have a NULL argument, as on Linux. +</para></listitem> + </itemizedlist> </sect2> |