summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* * generic/tclCmdMZ.c (TclCheckExecutionTraces): Corrected mistakendgp2005-11-011-14/+16
* * generic/tclCmdMZ.c (TraceVarProc): [Bug 1337229], partialMiguel Sofer2005-10-291-4/+6
* * generic/tclExecute.c (ExprRoundFunc):mdejong2005-10-281-2/+2
* * generic/tclBasic.c:Miguel Sofer2005-10-2312-76/+123
* * generic/tclExecute.c (INST_CONCAT): disable the optimisation forMiguel Sofer2005-10-221-3/+5
* Backed off change from 2005-10-04 (see ChangeLog and Tcl Bug# 1323992vasiljevic2005-10-141-14/+2
* Fix [Bug 1284178] and tweak tests to accommodate.dkf2005-10-131-2/+6
* Added some more clarifying comments in Tcl_ClearChannelHandlers()vasiljevic2005-10-131-6/+5
* Temporary ifdef TCL_THREADS changes done to de-activate pendingvasiljevic2005-10-131-1/+8
* ensure MODULE_SCOPE declhobbs2005-10-101-1/+14
* * generic/tclPipe.c (TclCreatePipeline): Fixed [SF Tcl Bugandreas_kupries2005-10-051-7/+11
* * win/tclWinPort.h: define USE_PUTENV_FOR_UNSET 1hobbs2005-10-051-13/+32
* * generic/tclIOUtil.c (TclFSNormalizeAbsolutePath): make statichobbs2005-10-052-6/+6
* Tcl_ClearChannelHandlers(): now deletes any outstandingvasiljevic2005-10-041-2/+14
* Tcl_ClearChannelHandlers(): bail out early if passed NULL argumentvasiljevic2005-10-041-3/+6
* * generic/tclMain.c: Separate encoding conversion of command linedgp2005-09-301-26/+23
* Fix [Bug 1116542]dkf2005-09-271-2/+18
* * generic/tclUtf.c (Tcl_UniCharToUtf): Corrected handling of negativedgp2005-09-071-36/+38
* Bug 1275043Kevin B Kenny2005-08-291-10/+23
* Backport of fix for [Bug 1267380]dkf2005-08-251-1/+7
* * generic/tclFCmd.c (TclFileMakeDirsCmd): fix to race condition inhobbs2005-08-171-5/+31
* backport of 2005-08-10 fix to tclEvent.cKevin B Kenny2005-08-161-19/+19
* fix abs(MIN_INT) [Bug 1241572]Kevin B Kenny2005-08-051-4/+14
* silence compiler warningdgp2005-08-041-2/+2
* * generic/tclObj.c: Simplified routines that manage the typeTable.dgp2005-08-041-36/+25
* * 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