| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| | |
always addressed with unsigned chars now.
Eliminate some useless end-of-line spacing that slipped in.
|
|/
|
| |
Change TclIsSpaceProc() and TclIsBareWord so it works with both signed and unsigned characters. Actually, this is not a signature change, as "char" arguments are enlarged to "int" by the C-compiler anyway.
|
|
|
|
| |
(code)
|
|
constructed for the task of script parsing. Ought to speed generation of
string representation of lists, though the effect is likely only noticeable
on long lists made up primarily of simple elements (not needing quoting).
|