* new-features.sgml (ov-new1.7.10): Document get_current_dir_name.
This commit is contained in:
parent
0b5355f17c
commit
7e89497328
|
@ -1,3 +1,7 @@
|
||||||
|
2012-01-01 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
|
||||||
|
|
||||||
|
* new-features.sgml (ov-new1.7.10): Document get_current_dir_name.
|
||||||
|
|
||||||
2011-12-30 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
|
2011-12-30 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
|
||||||
|
|
||||||
* new-features.sgml (ov-new1.7.10): Document getpt.
|
* new-features.sgml (ov-new1.7.10): Document getpt.
|
||||||
|
|
|
@ -101,8 +101,9 @@ dlopen now supports the Glibc-specific RTLD_NODELETE and RTLD_NOOPEN flags.
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
|
|
||||||
<listitem><para>
|
<listitem><para>
|
||||||
Other new API: clock_settime, __fpurge, getgrouplist, getpt, ppoll, psiginfo,
|
Other new API: clock_settime, __fpurge, getgrouplist, get_current_dir_name,
|
||||||
psignal, ptsname_r, sys_siglist, pthread_setschedprio, sysinfo.
|
getpt, ppoll, psiginfo, psignal, ptsname_r, sys_siglist, pthread_setschedprio,
|
||||||
|
sysinfo.
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
|
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
|
|
Loading…
Reference in New Issue