summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* * generic/tclUtil.c (Tcl_SplitList): optimisation, [Patch 1344747]Miguel Sofer2006-09-301-5/+16
* * generic/tclInt.decls:Miguel Sofer2006-09-305-22/+69
* * generic/tclCompile.c:Miguel Sofer2006-09-304-63/+80
* * generic/tclPkg.c (CompareVersions): Bugfix. Check string lengthsandreas_kupries2006-09-281-9/+17
* * generic/tclExecute.c: Corrected error in INST_LSHIFT in thedgp2006-09-281-2/+2
* * generic/tclIO.c (Tcl_GetsObj): added two test'n'panic guards forMiguel Sofer2006-09-281-1/+7
* * generic/tclPkg.c (CompareVersion): Flatten strcmp() results todgp2006-09-281-1/+2
* * generic/regc_color.c (uncolorchain):Miguel Sofer2006-09-272-4/+5
* changed last commit - ifdef'ing out unused mcce (multi char collationMiguel Sofer2006-09-273-6/+48
* * generic/regc_cvec.c (addmcce):Miguel Sofer2006-09-272-0/+14
* * tests/pkg.test: Added test for version comparison at the 32bitandreas_kupries2006-09-271-38/+89
* * generic/tclFileName.c (TclGlob): added a panic for a call withMiguel Sofer2006-09-271-2/+7
* TIP 27 changes for Tcl_CreateEncodingKevin B Kenny2006-09-263-7/+7
* * generic/tcl.h: As 2006-09-22 commit from Donal K. Fellowsdgp2006-09-261-5/+1
* More fixing which struct stat to refer to. Some casts from time_t to int requ...patthoyts2006-09-263-20/+20
* * generic/tclIO.c (Tcl_StackChannel): Fixed [SF Tcl Bug 1564642],andreas_kupries2006-09-251-2/+2
* Minor change: Improved code styledkf2006-09-251-14/+21
* yet another stab at 1564777Kevin B Kenny2006-09-251-2/+2
* yet another stab at 1564777Kevin B Kenny2006-09-251-9/+29
* fix line endingsdgp2006-09-251-1127/+1127
* Fix [Bug 1564677]dkf2006-09-251-1123/+1127
* * generic/tclStringObj.c (STRING_SIZE): fix allocation forMiguel Sofer2006-09-241-2/+4
* * generic/tclParse.c (Tcl_ParseCommand): also return an error ifMiguel Sofer2006-09-241-2/+2
* * generic/tclInt.h: Moved TIP#268's field 'packagePrefer' to theandreas_kupries2006-09-221-11/+9
* TIP#268 IMPLEMENTATIONandreas_kupries2006-09-229-149/+930
* Fix [Bug 1562528]dkf2006-09-221-29/+29
* * generic/tclUtil.c: Dropped ParseInteger() routine.dgp2006-09-211-80/+15
* Fix nasty bug with limits, vwait's (C) traces, and interpreter restart...dkf2006-09-191-4/+6
* * generic/tclExecute.c (INST_EXPON): Native type overflow detectiondgp2006-09-191-46/+6
* * generic/tclExecute.c: Corrected INST_EXPON flaw that treateddgp2006-09-111-1/+4
* * generic/tclCompExpr.c: Removed much complexity that isdgp2006-09-051-292/+88
* * generic/tclCompExpr.c: Corrected flawed logic fordgp2006-08-311-1/+3
* * generic/tclParseExpr.c: Dropped the old expr parser.dgp2006-08-301-1965/+8
* * generic/tclBasic.c (Tcl_CreateInterp): init iPtr->threadIdhobbs2006-08-301-1/+2
* * generic/tclIOGT.c (ExecuteCallback):hobbs2006-08-302-5/+6
* * generic/tclFileName.c (DoGlob): match incrs with decrs.hobbs2006-08-301-1/+3
* silence compiler warndgp2006-08-291-2/+2
* undo mistaken commitdgp2006-08-291-2/+2
* * generic/tclParseExpr.c: Use the "parent" field ofdgp2006-08-291-6/+11
* add casts to make gcc2 happy with previous commit [Bug 1548330]das2006-08-292-31/+31
* fixed [ 1548263 ] NULL return from Tcl_FSGetNormalizedPath segvcoldstore2006-08-292-13/+17
* * generic/tclStringObj.c: Revised ObjPrintfVA to take caredgp2006-08-282-25/+35
* * generic/tclStringObj.c: Corrected TclFormatObj's failuredgp2006-08-281-4/+11
* undo last commit.dgp2006-08-281-2/+2
* simplification of previous commit, whitespace cleanupdas2006-08-281-13/+8
* fixed printf format warnings from gcc4 when TCL_COMPILE_STATS defineddas2006-08-282-10/+10
* Fixes for [Bug 1547662] and [Bug 1547681]Joe Mistachkin2006-08-282-7/+12
* bugfix, docs clarification and new tests for 'namespace upvar' [Bug 1546833]Miguel Sofer2006-08-261-2/+14
* * generic/tclParseExpr.c: Minimal collection of new testsdgp2006-08-231-43/+36
* * generic/tclParseExpr.c: Revised mistaken call todgp2006-08-211-7/+12