summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* * generic/tclCompCmds.c: Tolerate [append] syntax errorsdgp2004-09-221-6/+2
* * generic/tclBasic.c: Reworked management of the interpdgp2004-09-214-30/+7
* * generic/tclExecute.c (TclCompEvalObj): Simplifieddgp2004-09-211-62/+13
* * generic/tclCmdAH.c: removed outdated comment [Bug 1029518].Miguel Sofer2004-09-191-7/+1
* Fix silly mistakes :} and make sure that the original bug is a test case.dkf2004-09-181-13/+17
* Make sure large shifts shift for real. [Bug 868467]dkf2004-09-181-7/+72
* * generic/tclBasic.c (Tcl_AddObjErrorInfo, Tcl_LogCommandInfo):dgp2004-09-175-46/+28
* more changes for bison supportKevin B Kenny2004-09-173-132/+197
* make tclGetDate.y use bison instead of yaccKevin B Kenny2004-09-172-1258/+1836
* silence compiler warning in tclClock.cKevin B Kenny2004-09-141-2/+2
* * doc/interp.n:Miguel Sofer2004-09-141-16/+34
* 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