From: Petr Machata Date: Thu, 14 Nov 2013 21:53:51 +0000 (+0100) Subject: Update NEWS X-Git-Tag: accepted/tizen/common/20140822.152031~120 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=829610cc7f35545c44e8f6ad71ffc1e6730883ad;p=platform%2Fupstream%2Fltrace.git Update NEWS --- 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.