aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJim Blandy <jimb@codesourcery.com>2001-12-19 06:29:18 +0000
committerJim Blandy <jimb@codesourcery.com>2001-12-19 06:29:18 +0000
commitae23c7a3692234fd902e1394f01f8c366d299b57 (patch)
treee64723114f03a800aec5041f31b18f6a8062e353 /gdb/ChangeLog
parent4dd67f29188d3bfefaebff926310e40b0a710bc8 (diff)
downloadgdb-ae23c7a3692234fd902e1394f01f8c366d299b57.zip
gdb-ae23c7a3692234fd902e1394f01f8c366d299b57.tar.gz
gdb-ae23c7a3692234fd902e1394f01f8c366d299b57.tar.bz2
* c-lang.c (c_emit_char): Print ASCII 11 as '\v', to match
ISO C, and our parser. Print ASCII 0 as '\0', since that's what people are used to seeing.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 127b512..a44bdc5 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,9 @@
+2001-12-19 Jim Blandy <jimb@redhat.com>
+
+ * c-lang.c (c_emit_char): Print ASCII 11 as '\v', to match
+ ISO C, and our parser. Print ASCII 0 as '\0', since that's what
+ people are used to seeing.
+
2001-12-18 Jim Blandy <jimb@redhat.com>
* c-lang.c (c_printstr, c_builtin_types, cplus_builtin_types):