Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/bin/sh



Module Name:    src
Committed By:   dsl
Date:           Sat Jan 17 15:40:09 UTC 2004

Modified Files:
        src/bin/sh: Makefile mksyntax.c
Added Files:
        src/bin/sh: syntax.h

Log Message:
Put syntax.h under CVS instead of having it generated by mksyntax.
Use CHAR_MIN (from limits.h) to determine whether target char are signed
or unsigned - the syntax tables will not be indexed properly.
Rip out all the stuff from mksyntax.c that wrote syntax.h.
syntax.c can stiff be generated incorrectly...


To generate a diff of this commit:
cvs rdiff -r1.75 -r1.76 src/bin/sh/Makefile
cvs rdiff -r1.29 -r1.30 src/bin/sh/mksyntax.c
cvs rdiff -r0 -r1.1 src/bin/sh/syntax.h

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




Home | Main Index | Thread Index | Old Index