summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* * generic/tclCompExpr.c: Untangled some dependencies in thedgp2005-08-034-27/+43
* Take care with globals that have an entry in the var table but "don't exist"dkf2005-07-291-3/+6
* Backport of fix for [Bug 1245953]dkf2005-07-281-2/+8
* * generic/tclBasic.c (Tcl_CallWhenDeleted): Converted to usedgp2005-07-261-9/+6
* * generic/tclNamesp.c (TclTeardownNamespace): Re-ordering so thatdgp2005-07-261-16/+16
* * generic/tclCmdAH.c New "encoding" Tcl_ObjType (not registered)dgp2005-07-053-11/+98
* * generic/tclNamesp.c: Allow for [namespace import] of a commanddgp2005-07-051-1/+11
* finalize Tcl_Preserve after exit handlersKevin B Kenny2005-06-243-17/+12
* bug 1225727Kevin B Kenny2005-06-223-3/+20
* * generic/tclInt.h: Followup to change made on 2005-06-18 byandreas_kupries2005-06-221-1/+2
* bugs 1194458 and 1225044Kevin B Kenny2005-06-211-9/+15
* * generic/tclBasic.c: Made the walk of the active trace list awaredgp2005-06-213-8/+31
* * generic/tclBasic.c (Tcl_DeleteTrace): Added missing walk of thedgp2005-06-211-1/+15
* *** 8.4.11 TAGGED FOR RELEASE ***das2005-06-181-1/+26
* * README: Bump version number to 8.4.11dgp2005-06-181-3/+3
* Fix bug in [format %hx] handling on selected platforms. [Bug 1154163]dkf2005-06-171-16/+22
* * README: Bumped patchlevel to 8.4.10hobbs2005-05-271-4/+4
* * generic/tclCmdMZ.c (Tcl_TimeObjCmd): add necessary casthobbs2005-05-251-2/+3
* * generic/tclIOUtil.c (TclLoadFile):das2005-05-242-2/+61
* * generic/tclCmdMZ.c (Tcl_TimeObjCmd): change [time] called with adas2005-05-241-6/+11
* Removed unreferenced stack variablevasiljevic2005-05-201-3/+2
* * generic/tclParseExpr.c: Corrected parser to recognize alldgp2005-05-201-61/+37
* * tests/string.test: string-10.[21-30]hobbs2005-05-111-2/+5
* * compat/string.h: fixed memchr() protoype for __APPLE__ so that wedas2005-04-261-3/+6
* * generic/tclCmdMZ.c: Corrected intrep-dependence ofdgp2005-04-221-9/+3
* * generic/tclGet.c (Tcl_GetInt): Corrected error that did notdgp2005-04-202-38/+23
* * generic/tclIO.c (Tcl_SetChannelBufferSize): Lowest size limitdavygrvy2005-04-141-8/+9
* Modified TclFinalizeThreadAlloc() to explicitly callvasiljevic2005-04-071-1/+3
* Added prototypes for TclpFreeAllocCache() and TclFreeAllocCache().vasiljevic2005-04-071-1/+3
* * generic/tclExecute.c (ExprSrandFunc): Replaced incursions into thedgp2005-04-052-49/+5
* purge outdated commentdgp2005-03-231-4/+2
* * generic/tclBasic.c (Tcl_EvalEx,TclEvalTokensStandard):dgp2005-03-182-16/+29
* * generic/tclCompCmds.c (TclCompileIncrCmd): Corrected checksdgp2005-03-181-15/+11
* more tests and a fix to bug 1158199vincentdarley2005-03-151-4/+7
* fix to file norm, file pathtype on windows reserved filenames - ensure build ...vincentdarley2005-03-151-4/+10
* fix to file norm, file pathtype on windows reserved filenamesvincentdarley2005-03-151-18/+19
* replaced 'long' times with wides, to cope with Win64Kevin B Kenny2005-03-155-35/+35
* * generic/tclCmdMZ.c (TclCheckInterpTraces): Corrected mistakendgp2005-03-101-12/+11
* added commentsMiguel Sofer2005-02-101-1/+6
* * generic/tclBasic.c (Tcl_EvalObjEx):Miguel Sofer2005-02-101-3/+20
* * generic/tclExecute.c (TclCompEvalObj): Removed stray statementdgp2005-02-011-2/+1
* * generic/tclBasic.c (Tcl_ExprBoolean, Tcl_ExprDouble)hobbs2005-01-281-4/+46
* TIP#218 IMPLEMENTATIONandreas_kupries2005-01-276-22/+350
* filesystem, glob, tilde fixvincentdarley2004-12-021-4/+26
* bumped patchlevel to 8.4.9hobbs2004-11-251-3/+3
* * generic/tclCmdIL.c (InfoVarsCmd): Corrected segfault in newdgp2004-11-241-6/+8
* backport file join fixvincentdarley2004-11-231-3/+13
* * generic/tclCmdMZ.c (Tcl_TraceObjCmd): Fixed Bug 1065378 which faileddgp2004-11-151-87/+36
* * generic/tclEncoding.c (TableFromUtfProc): correct crashhobbs2004-11-121-2/+13
* * generic/tclListObj.c (Tcl_ListObjReplace): use memmove() insteaddas2004-11-112-17/+12