summaryrefslogtreecommitdiffstats
path: root/generic/tclCmdMZ.c
Commit message (Collapse)AuthorAgeFilesLines
* lintstanton1998-11-181-5/+5
|
* moved scan implementation into tclScan.cstanton1998-11-161-365/+17
| | | | changed scan to support unicode
* lots of lintstanton1998-11-111-25/+3
| | | | wrapped mutex declarations in ifdefs to avoid compiler warnings
* integrated latest regexp updates from Henry Spencer, includes newstanton1998-11-111-6/+32
| | | | | regexp switches "-line", "-lineanchor", and "-linestop" for controlling newline behavior
* Integrated latest regexp changes from Henry Spencer.stanton1998-10-211-9/+42
| | | | | Moved regexp related declarations out of tclInt.h and into tclRegexp.h. Added "encoding" command.
* Added Unicode character table support:stanton1998-10-161-39/+20
| | | | | | | | added TclUniCharIsWordChar tclCmdMZ.c (Tcl_StringObjCmd): added "totitle" subcommand, changed "wordend" and "wordstart" to properly handle Unicode word characters and connector punctuation
* merging changes from 8.0.3 into 8.1a2stanton1998-09-241-1/+1
|
* Added contents of Tcl 8.1a2stanton1998-09-211-721/+799
|
* Initial revisionrjohnson1998-03-261-0/+2186