summaryrefslogtreecommitdiffstats
path: root/generic/tclParse.h
Commit message (Collapse)AuthorAgeFilesLines
* MODULE_SCOPE symbol names are suppoted to start with 'tcl' (data) or 'Tcl' ↵jan.nijtmans2012-12-041-2/+2
| | | | (code)
* Refactor TclScanElement() part of list parsing to take advantage of tablesdgp2012-03-071-0/+17
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).