summaryrefslogtreecommitdiffstats
path: root/generic/tclTest.c
Commit message (Expand)AuthorAgeFilesLines
* * generic/tclBasic.c: [Patch 3072080] (minus the itclMiguel Sofer2010-09-271-3/+3
* Remove many type casts which are no longernecessary as a result of [Patch 300...nijtmans2010-08-221-2/+2
* [Bug 3029891] Functions that don't belong in the stub table.nijtmans2010-07-241-3/+3
* Use function prototypes from the FS API.nijtmans2010-04-201-49/+30
* Remove unnecessary '&' decoration for functionnijtmans2010-03-111-29/+29
* test that tclOO stubs are present in stub librarynijtmans2010-03-071-3/+6
* remove presence of tclTomMathStubsPtr in tclStubLib.cnijtmans2010-03-061-2/+5
* [ tcl-Feature Requests-2958832 ] Furthernijtmans2010-02-251-81/+77
* Pure whitespace changes, changing to follow Engineering Manual style.dkf2010-02-241-3/+3
* Remove unnecessary EXTERN's, which alreadynijtmans2010-02-221-2/+2
* Follow-up to earlier commit today:nijtmans2010-02-051-3/+3
* Fix gcc warning: ignoring return value of ‘write’,nijtmans2009-12-161-3/+11
* Plug testing memleak. [Bug 2895367]dkf2009-12-121-77/+98
* #undef STATIC_BUILD in tclWin(Dde|Reg).c, in order to makenijtmans2009-11-231-1/+2
* Test-case for fixed [Bug 2849797]nijtmans2009-11-191-3/+1
* 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