summaryrefslogtreecommitdiffstats
path: root/generic/tclCmdMZ.c
Commit message (Collapse)AuthorAgeFilesLines
* * generic/tclBasic.c:stanton1999-02-011-4/+4
| | | | | | | | | | | | | | | | | | | | | * generic/tclCmdAH.c: * generic/tclCmdIL.c: * generic/tclCmdMZ.c: * generic/tclExecute.c: * generic/tclHistory.c: * generic/tclIO.c: * generic/tclIOUtil.c: * generic/tclInterp.c: * generic/tclMain.c: * generic/tclNamesp.c: * generic/tclParse.c: * generic/tclProc.c: * generic/tclTest.c: * generic/tclTimer.c: * generic/tcl.h: Made eval interfaces compatible with 8.0 by renaming Tcl_EvalObj to Tcl_EvalObjEx, renaming Tcl_Eval2 to Tcl_EvalEx and restoring Tcl_EvalObj and Tcl_GlobalEvalObj interfaces so they match Tcl 8.0.
* 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