summaryrefslogtreecommitdiffstats
path: root/generic/tclTest.c
Commit message (Expand)AuthorAgeFilesLines
...
* | | Fix [Bug 2883850]: pkgIndex.tcl doesn'tnijtmans2009-11-181-12/+54
* | | Use proper command creation routine.dgp2009-11-161-2/+2
* | | (forward port) Fix [Bug 2891556] and improve test to detect similar manifesta...ferrieux2009-11-161-1/+46
* | | - eliminate some unnessary type castsnijtmans2009-02-101-19/+19
* | | Style fixes (unfouling whitespace, sorting comments, removing useless casts, ...dkf2009-01-091-11/+12
* | | Alternate fix for[Bug 2251175]: missing backslash substitution on expanded li...ferrieux2008-11-271-4/+1
* | | A few more (harmless) Tcl_SetResult eliminationsnijtmans2008-11-261-14/+8
* | | don't assume that Tcl_SetResult sets interp->result, especially notnijtmans2008-11-251-9/+8
* | | Fix [Bug 2251175]: missing backslash substitution on expanded literals.ferrieux2008-11-171-1/+4
* | | change two Tcl_SetResult calls to Tcl_SetObjResult,nijtmans2008-11-161-5/+5
* | | * generic/tclCompile.h: Declare the internal tclInstructionTabledgp2008-10-171-3/+3
* | | Add "const" to many internalnijtmans2008-10-161-29/+29
* | | set array of Tcl_Obj's to the right size.patthoyts2008-10-131-2/+2
* | | * doc/FileSystem.3: CONSTified Tcl_FSFileAttrStringsProcnijtmans2008-10-051-3/+3
* | | TIP #330 IMPLEMENTATIONdgp2008-10-021-7/+9
* | | Remove pointless castsdkf2008-08-201-3/+3
* | | * generic/tclTest.c (TestconcatobjCmd): fix use of internal-onlydas2008-08-201-3/+9
* | | * generic/tclTest.c (TestconcatobjCmd):Miguel Sofer2008-08-171-1/+282
* | | Dumped tclNRE.h's contents into tclInt.h. The file is now empty andMiguel Sofer2008-07-311-2/+1
* | | * generic/tclBasic.c: Improved tailcalls and tests.Miguel Sofer2008-07-311-3/+12
* | | Completely revamped NRE implementation, with (almost) unchanged API.Miguel Sofer2008-07-291-1/+37
* | | * doc/FileSystem.3: CONSTified many functions using Tcl_FileSystemnijtmans2008-07-281-3/+3
* | | fix [2021443] inconsistant "wrong # args" messages (follow-up)nijtmans2008-07-211-2/+2
* | | fix [2021443] inconsistant "wrong # args" messagesnijtmans2008-07-191-3/+3
* | | * generic/tclIOUtil.c: Removed all code delimited bydgp2008-04-211-535/+1
|/ /
* | * generic/tclTest.c: Ignore the return value of write() whenrmax2008-03-141-3/+3
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | * generic/tclTest.c (TestSetCmd2):Miguel Sofer2007-11-031-1/+37
* | * generic/tclTrace.c: Corrected broken trace reversal logic indgp2007-06-271-2/+18
* | * generic/tclTest.c (SimpleMatchInDirectory): Corrected a refcountKevin B Kenny2007-05-021-2/+1
* | * generic/tclTest.c (Testregexpobjcmd): Removed an invalid accessKevin B Kenny2007-04-231-2/+2
* | Replaced commas in varargs with string concatenation where possible [Patch 15...Kevin B Kenny2007-04-201-31/+31
* | Complete the purge of K&R function definitions from manually-written code.dkf2007-04-161-1641/+1624
* | * generic/tclCompExpr.c: fix gcc warnings about 'cast to/fromdas2006-11-131-14/+14
* | TIP#268 IMPLEMENTATIONandreas_kupries2006-09-221-2/+4
* | fix warningsdas2006-06-211-22/+22
* | * generic/tclIOUtil.c: Changed default configuration todgp2006-06-211-10/+19
* | 90% fix of file writable issues on Windowsvincentdarley2006-03-141-64/+1
* | TIP#258 IMPLEMENTATIONdgp2006-02-081-12/+3
* | * generic/tclIOUtil.c: workaround gcc warning "comparison is alwaysdas2005-12-151-1/+12
* | * generic/tclBinary.c:Miguel Sofer2005-11-041-2/+1
* | ANSIfy the test code (well, strip some of the worst offences!)dkf2005-11-021-837/+742
* | TIP#237 IMPLEMENTATIONdgp2005-10-081-1/+144
* | Squelch warningdkf2005-09-081-2/+2
* | Test suite about fixed up for TIP#254dkf2005-09-081-3/+1
* | Oops!dkf2005-09-081-19/+19
* | Added support machinery for TIP#254 testsdkf2005-09-081-8/+269
* | TIP#219 IMPLEMENTATIONandreas_kupries2005-08-241-5/+111
* | * generic/tclBasic.c: For compatibility with earlier Tcl releases,dgp2005-06-011-1/+37
* | * generic/tclInt.decls:das2005-05-141-11/+3