From 829610cc7f35545c44e8f6ad71ffc1e6730883ad Mon Sep 17 00:00:00 2001 From: Petr Machata Date: Thu, 14 Nov 2013 22:53:51 +0100 Subject: [PATCH] Update NEWS --- NEWS | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 6841943..0288b66 100644 --- a/NEWS +++ b/NEWS @@ -16,7 +16,17 @@ libraries in. On Linux, ltrace looks into XDG_CONFIG_HOME, XDG_CONFIG_DIRS, and /usr/share/ltrace as well. - - wide character strings are supported in prototypes. + - Wide character strings are supported in prototypes. Use "string" + lens as usual, but use array of integers as underlying type. + libc.so.conf now contains prototypes of wide character functions. + + - Sole void function parameter such as in the following example, is + now considered obsolete: + + | int fork(void); | + + This use is still accepted, taken to mean "hide(int)", but + produces a warning, and will be removed in future. ** Architectural support - MIPS and MIPSel are now handled by the same backend. -- 2.7.4