aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Machata <pmachata@redhat.com>2013-11-14 22:53:51 +0100
committerPetr Machata <pmachata@redhat.com>2013-11-14 22:53:51 +0100
commit641503462e084d1ede9ded935c72edc8d03498ab (patch)
treeba91bb4dd752bb3fca0a2e5f452fe6a19f4590d5
parent416efe44ceaf4d6cc2a5475d34f1b084d166b8cc (diff)
downloadltrace-641503462e084d1ede9ded935c72edc8d03498ab.tar.gz
Update NEWS
-rw-r--r--NEWS12
1 files changed, 11 insertions, 1 deletions
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.