Document support of printf %m conversion flag.
This commit is contained in:
parent
df3da8e12e
commit
e83fe04100
|
@ -44,6 +44,9 @@ What's new:
|
||||||
|
|
||||||
- dlopen now supports the Glibc-specific RTLD_NODELETE and RTLD_NOOPEN flags.
|
- dlopen now supports the Glibc-specific RTLD_NODELETE and RTLD_NOOPEN flags.
|
||||||
|
|
||||||
|
- The printf and wprintf families of functions now support the %m conversion
|
||||||
|
flag.
|
||||||
|
|
||||||
- Execed processes now inherit the children of their predecessor.
|
- Execed processes now inherit the children of their predecessor.
|
||||||
|
|
||||||
- Fifos have been rewritten and should now be more reliable.
|
- Fifos have been rewritten and should now be more reliable.
|
||||||
|
|
Loading…
Reference in New Issue