summaryrefslogtreecommitdiffstats
path: root/generic/tclTest.c
Commit message (Collapse)AuthorAgeFilesLines
* * unix/mkLinks:stanton1999-02-101-35/+32
| | | | | | | | | | * doc/SetVar.3: * generic/tcl.h: * generic/tclVar.c: Restored Tcl_ObjGetVar2 and Tcl_ObjSetVar2 from 8.0. Renamed Tcl_Get/SetObjVar2 to Tcl_GetVar2Ex and Tcl_SetVar2Ex. * Merged 8.0.5b2 patches
* * generic/tclBasic.c:stanton1999-02-011-11/+11
| | | | | | | | | | | | | | | | | | | | | * 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.
* lots of K&R C lintstanton1998-12-101-2/+2
|
* lintstanton1998-12-021-3/+2
|
* updated to reflect EvalObjv changestanton1998-12-021-2/+2
|
* * generic/tclTest.c (TestevalobjvObjCmd): Updated for EvalObjvstanton1998-12-021-10/+5
| | | | | | | | | | | | | | | | change. * tests/parse.test: Updated tests for EvalObjv change. * generic/tclParse.c (EvalObjv, Tcl_EvalObjv): Changed Tcl_EvalObjv interface to remove string and length arguments, preserved original interface as EvalObjv for internal use. * generic/tcl.h: Changed Tcl_EvalObjv interface to remove string and length arguments. * doc/Eval.3: Updated documentation for Tcl_EvalObjv to remove string and length arguments.
* lots of lintstanton1998-11-111-3/+1
| | | | wrapped mutex declarations in ifdefs to avoid compiler warnings
* merged 8.0.4 into 8.1stanton1998-11-111-8/+12
|
* integrated latest regexp updates from Henry Spencer, includes newstanton1998-11-111-1/+320
| | | | | regexp switches "-line", "-lineanchor", and "-linestop" for controlling newline behavior
* Integrated latest regexp changes from Henry Spencer.stanton1998-10-211-331/+3
| | | | | Moved regexp related declarations out of tclInt.h and into tclRegexp.h. Added "encoding" command.
* merging changes from 8.0.3 into 8.1a2stanton1998-09-241-1/+373
|
* Added contents of Tcl 8.1a2stanton1998-09-211-87/+1234
|
* Initial revisionrjohnson1998-03-261-0/+2721