Module Name:    pcc
Committed By:   ragge
Date:           Mon Jun 23 07:44:49 UTC 2008

Modified Files:
        pcc/cc/ccom: cgram.y scan.l

Log Message:
Convert strings directly when read to internal format; which is with all
control characters converted to 3-digit octal escape characters.
Fix bug in esccon() when reading octal escape sequences.  Reading
those should always terminate after at most three digits, as opposed
to hexadecimal which may be as long as they want.


To generate a diff of this commit:
cvs rdiff -u -r1.206 -r1.207 pcc/cc/ccom/cgram.y
cvs rdiff -u -r1.75 -r1.76 pcc/cc/ccom/scan.l

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Reply via email to