summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* * 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
* Final fix for NaN != NaN bug. Thanks to Miguel Sofer for his improved patch.dkf2004-11-021-13/+54
* Make [info globals ::foo] work. [Bug 1057461]dkf2004-10-311-2/+10
* removed erroneous comment [Bug 1029518]Miguel Sofer2004-10-301-7/+1
* * generic/tclAlloc.c: Fixed [Tcl SF Bug 1030548], aandreas_kupries2004-10-282-4/+4
* * README: Bumped patch level to 8.4.8 to preparedgp2004-10-281-3/+3
* added CONST to TclpLocaltime and TclpGmtime param throughoutKevin B Kenny2004-10-283-15/+16
* * tests/socket.test (socket-13.1): Balanced [makeFile] anddgp2004-10-281-1/+2
* backport fixes for 868489 and 1026125Kevin B Kenny2004-10-272-53/+15
* * tests/compile.test (compile-12.4): Backport test for Bug 1001997.dgp2004-10-261-2/+2
* make genstubsdkf2004-10-142-2/+70
* Speed up [info <thing> <simplePattern>]dkf2004-10-143-53/+206
* * generic/tclNamesp.c (Tcl_PopCallFrame): Removed Bug 1038021dgp2004-10-051-19/+1