From: Eric Blake Date: Sat, 26 Sep 2009 21:01:59 +0000 (+0000) Subject: * new-features.sgml (ov-new1.7-file): Mention fexecve, execvpe. X-Git-Tag: sid-snapshot-20091101~79 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=7677a6b206265ca4dde7b93a04b15f602fcac0af;p=newlib-cygwin.git * new-features.sgml (ov-new1.7-file): Mention fexecve, execvpe. --- diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog index 88af2eaba..49754267f 100644 --- a/winsup/doc/ChangeLog +++ b/winsup/doc/ChangeLog @@ -1,3 +1,7 @@ +2009-09-26 Eric Blake + + * new-features.sgml (ov-new1.7-file): Mention fexecve, execvpe. + 2009-09-25 Eric Blake * new-features.sgml (ov-new1.7-file): Mention eaccess, euidaccess, diff --git a/winsup/doc/new-features.sgml b/winsup/doc/new-features.sgml index 38dcb115c..5c3a4e4ba 100644 --- a/winsup/doc/new-features.sgml +++ b/winsup/doc/new-features.sgml @@ -123,7 +123,7 @@ - Other new APIs: posix_fadvise, posix_fallocate, funopen, fopencookie, open_memstream, open_wmemstream, fmemopen, fdopendir, fpurge, - mkstemps, eaccess, euidaccess, canonicalize_file_name. + mkstemps, eaccess, euidaccess, canonicalize_file_name, fexecve, execvpe.