summaryrefslogtreecommitdiffstats
path: root/generic/tclTest.c
Commit message (Expand)AuthorAgeFilesLines
...
| | * * generic/regcomp.c: Backported regexp bug fixes and tests. Thanksdgp2003-11-171-4/+22
| | * fix testsuite backport errorvincentdarley2003-10-311-2/+2
| | * * generic/tclIOUtil.c (FsListMounts, FsAddMountsToGlobResult): Newandreas_kupries2003-10-221-6/+11
| | * Made Tcl_NumUtfChars do the right thing with \u0000 when guessing the lengthdkf2003-10-081-2/+28
| | * * generic/tcl.h Made changes so that the "wideInt" Tcl_ObjTypedgp2003-04-161-7/+1
| * | Various mismatches between Tcl_Panic format string and its arguments,nijtmans2011-01-181-2/+2
| * | * generic/tclInt.decls: Backport of Kevin B. Kenny's work onandreas_kupries2010-11-301-1/+104
| * | better panic messagenijtmans2010-02-011-9/+9
| * | Various CYGWIN-related fixesnijtmans2010-01-311-5/+5
| * | Use correct TCL_LL_MODIFIER for CYGWIN.nijtmans2010-01-291-3/+11
| * | [Bug 942170]: Detect the st_blocks field of 'struct stat' correctly.dkf2009-12-281-3/+5
| * | Plug testing memleak. [Bug 2895367]dkf2009-12-121-89/+110
| * | * generic/tclTest.c (TestconcatobjCmd): fix use of internal-onlydas2008-08-201-3/+9
| * | * generic/tclTest.c (TestconcatobjCmd):Miguel Sofer2008-08-171-1/+282
* | | Various mismatches between Tcl_Panic format string and its arguments,nijtmans2011-01-181-2/+2
* | | fix gcc 64-bit warnings: cast from pointer to integer of different sizenijtmans2010-12-011-3/+3
* | | 2010-11-29 Kevin B. Kenny <kennykb@acm.org>Kevin B Kenny2010-11-281-1/+104
* | | * 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