Update NEWS
authorPetr Machata <pmachata@redhat.com>
Thu, 14 Nov 2013 21:53:51 +0000 (22:53 +0100)
committerChanho Park <chanho61.park@samsung.com>
Fri, 22 Aug 2014 11:38:24 +0000 (20:38 +0900)
NEWS

diff --git a/NEWS b/NEWS
index 6841943..0288b66 100644 (file)
--- a/NEWS
+++ b/NEWS
      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.