2011-06-28 Ulrich Drepper <drepper@gmail.com>
+ [BZ #12935]
+ * malloc/memusage.sh: Fix quoting in message.
+ * debug/xtrace.sh: Likewise.
+
* configure.in: Remove support for --experimental-malloc option, make
it the default.
* config.make.in: Likewise.
-GNU C Library NEWS -- history of user-visible changes. 2011-6-24
+GNU C Library NEWS -- history of user-visible changes. 2011-6-28
Copyright (C) 1992-2009, 2010, 2011 Free Software Foundation, Inc.
See the end for copying conditions.
* The following bugs are resolved with this release:
- 12874, 12885, 12907
+ 12874, 12885, 12907, 12935
* New program pldd to list loaded object of a process
Implemented by Ulrich Drepper.
# Refer to --help option.
help_info() {
- printf >&2 $"Try \`%s --help' or `%s --usage' for more information.\n" xtrace xtrace
+ printf >&2 $"Try \`%s --help' or \`%s --usage' for more information.\n" xtrace xtrace
exit 1
}