diff options
author | Fred Fish <fnf@specifix.com> | 1992-11-23 19:57:29 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1992-11-23 19:57:29 +0000 |
commit | 5707ea9fad0ff4b51cc2c913af218c0a0b8278e9 (patch) | |
tree | 56bbdf02b7bfe05c993493734ff173af6175a466 /gdb/ChangeLog | |
parent | f53f0a036d1a9597223ee95a47ecf7a2a019f497 (diff) | |
download | gdb-5707ea9fad0ff4b51cc2c913af218c0a0b8278e9.zip gdb-5707ea9fad0ff4b51cc2c913af218c0a0b8278e9.tar.gz gdb-5707ea9fad0ff4b51cc2c913af218c0a0b8278e9.tar.bz2 |
* language.h (PRINT_LITERAL_FORM): New macro that takes character
and decides if it should be printed in literal form or some other
form, based on it's ASCII value and setting of sevenbit_strings.
* {c-exp.y, m2-exp.y} (emit_char): Use new PRINT_LITERAL_FORM
macro, change indentation style.
**** start-sanitize-chill ****
* ch-exp.y (chill_printchar): Use new PRINT_LITERAL_FORM macro.
* ch-exp.y (chill_printstr): First cut at real function instead
of error stub.
**** end-sanitize-chill ****
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e84d9b4..bd0852a 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,16 @@ +Mon Nov 23 11:14:15 1992 Fred Fish (fnf@cygnus.com) + + * language.h (PRINT_LITERAL_FORM): New macro that takes character + and decides if it should be printed in literal form or some other + form, based on it's ASCII value and setting of sevenbit_strings. + * {c-exp.y, m2-exp.y} (emit_char): Use new PRINT_LITERAL_FORM + macro, change indentation style. + **** start-sanitize-chill **** + * ch-exp.y (chill_printchar): Use new PRINT_LITERAL_FORM macro. + * ch-exp.y (chill_printstr): First cut at real function instead + of error stub. + **** end-sanitize-chill **** + Sun Nov 22 16:21:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) * nindy-share/stop.h: fixed bogus comment-end in copyright message |