summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Fix [Bug 1026903] by storing what ensemble the ensemble is cached for.dkf2004-09-131-2/+7
* * generic/tclClock.c (TclMktimeObjCmd): Corrected a bad checkKevin B Kenny2004-09-112-4/+7
* * generic/tclExecute.c (INST_CONCAT1): fix for [Bug 1025834];Miguel Sofer2004-09-111-37/+55
* Minor mods to latest commit to correct bugs and compiler warnings ondgp2004-09-101-8/+11
* One less crazy long/wide aunt in the attic [Bug 868489]dkf2004-09-101-25/+155
* Fix [Bug 1025359]; make sure wide seeks don't lose errorsdkf2004-09-101-5/+5
* * generic/tcl.h: Micro formatting fixes.andreas_kupries2004-09-102-6/+6
* comment typodgp2004-09-101-2/+2
* * generic/tclNamespace.c (TclGetNamespaceForQualName): Resolveddgp2004-09-101-12/+8
* * generic/tclExecute.c (INST_CONCAT1): added a peepholeMiguel Sofer2004-09-101-1/+15
* Also corrected faulty prevention of [namespace import] cycles.dgp2004-09-091-20/+27
* * generic/tclNamesp.c (Tcl_ForgetImport): Corrected faultydgp2004-09-091-45/+78
* * generic/tclBasic.c (Tcl_CreateInterp): Removed obsoletedgp2004-09-081-228/+111
* * generic/tclClock.c (TclClockMktimeObjCmd): Fixed a bug whereKevin B Kenny2004-09-081-2/+2
* removed unused cmdInfo variableKevin B Kenny2004-09-071-2/+1
* * generic/tclTimer.c: Removed a premature optimisation thatKevin B Kenny2004-09-071-19/+4
* Completed an incomplete undo of a mistaken commit that broke the HEAD.dgp2004-08-311-9/+9
* Undo mistaken commit of code in sandbox. <:} D'oh!dkf2004-08-311-111/+3
* Grammar and spelling fixes. [Patch 1018486]dkf2004-08-311-11/+119
* two bugs fixed in filesystem docs and testsvincentdarley2004-08-311-147/+153
* Fix a crash caused by sharing in [string map]. [Bug 1018562]dkf2004-08-301-5/+22
* Make [namespace which] use newer option parsing code for more flexibility.dkf2004-08-271-27/+21
* Minor fixesdkf2004-08-271-114/+100
* Fix [Bug 1017022] by factorizing out the ensemble lookup code and fixing once.dkf2004-08-271-26/+62
* * tests/timer.test (timer-10.1): Test for Bug 1016167.dgp2004-08-251-3/+9
* Fixes to ensemble -unknown handler processing to stop [namespace import] fromdkf2004-08-251-15/+5
* * generic/tclProc.c: The routine TclProcInterpProc was a s...dgp2004-08-255-173/+29
* update out of date commentdgp2004-08-241-2/+2
* Ensure that the %ld conversion works correctly on 64-bit platforms. [Bug 1011...dkf2004-08-191-10/+5
* silence compiler warning on systems without mktimeKevin B Kenny2004-08-181-6/+6
* TIP #173 and #209 implementation - see ChangeLog for detailsKevin B Kenny2004-08-184-301/+612
* fix for [Bug 1008314]Miguel Sofer2004-08-162-6/+48
* Plug leak and clarify codedkf2004-08-031-10/+9
* Add field initialization to fix [Bug 989298]. D'oh!dkf2004-08-031-1/+2
* TIP#207 IMPLEMENTATIONdgp2004-08-025-77/+158
* * generic/tclLiteral.c (TclCleanupLiteralTable): Correcteddgp2004-08-021-21/+42
* * generic/tclEvent.c (Tcl_Finalize): Re-organized Tcl_Finalizedgp2004-07-301-24/+24
* * generic/tclVar.c: simplify tclLocalVarNameType, removing theMiguel Sofer2004-07-231-68/+39
* * generic/tclEvent.c: Correct threaded obj allocator tohobbs2004-07-213-5/+67
* 2004-07-21 Kevin Kenny <kennykb@acm.org>Kevin B Kenny2004-07-213-3/+59
* cd infinite loop bug fixedvincentdarley2004-07-171-18/+37
* * generic/tclIOCmd.c (Tcl_FcopyObjCmd): Corrected a typo in theandreas_kupries2004-07-161-3/+3
* Added new fix for the Tcl Bug #770053. Now we conditionaly performvasiljevic2004-07-151-2/+14
* * generic/tclIO.h (CHANNEL_INCLOSE): New flag. Set inandreas_kupries2004-07-152-2/+55
* * generic/tclIOCmd.c (Tcl_PutsObjCmd): Added length check to theandreas_kupries2004-07-151-2/+2
* Stuffed memory leak incurred by re-initializing of TSD slotsvasiljevic2004-07-151-6/+19
* * generic/tclLiteral.c (TclReleaseLiteral): Removed unusedKevin B Kenny2004-07-151-2/+1
* * generic/tclCompile.c (TclCompileScript):Miguel Sofer2004-07-152-20/+9
* Removed initialization of TSD for the new thread in NewThreadProc sincevasiljevic2004-07-151-10/+1
* Removed unused variable in NewThreadProc()vasiljevic2004-07-151-2/+3