summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * generic/tcl.h: Removed TCL_PRESERVE_BINARY_COMPATIBILITY anddgp2007-07-024-128/+21
* Simplify string hashing a little. [FRQ 951168]dkf2007-07-022-16/+11
* * generic/tclIO.c: Removed dead code.dgp2007-07-023-84/+5
* * generic/tclCompExpr.c: Removed dead code, old implementationsdgp2007-07-021-30/+1
* * generic/tclCompExpr.c: Removed dead code, old implementationsdgp2007-07-024-1490/+56
* fix typo ... donal broke the buildMiguel Sofer2007-07-011-2/+2
* Plug a memory leak caused by a missing Tcl_DecrRefCount on an error path. [Bu...dkf2007-06-302-32/+39
* Prevent RemeberSyncObj() from growing the syncvasiljevic2007-06-302-4/+22
* Improved documentation of Tcl_DictObjDone to make it clearer how to use it. [...dkf2007-06-292-14/+23
* * generic/tclAlloc.c: on Darwin, ensure memory allocated bydas2007-06-293-69/+100
* * generic/tclGetDate.y: use ckalloc/ckfree instead of malloc/free.das2007-06-292-108/+174
* * generic/tclBasic.c (TclEvalEx): fix warnings.das2007-06-291-6/+5
* * macosx/Tcl.xcodeproj/project.pbxproj: improve support for renamed tcldas2007-06-294-22/+70
* unsigned int type matchingdgp2007-06-281-4/+4
* * generic/tclBasic.c: Removed dead code, including thedgp2007-06-2811-3479/+32
* Silence constness warnings for TclStackFree when building with msvc.patthoyts2007-06-286-12/+20
* * generic/tclVar.c (UnsetVarStruct): fix possible segfault withMiguel Sofer2007-06-282-5/+10
* * generic/tclTrace.c: Corrected broken trace reversal logic indgp2007-06-274-7/+34
* * generic/tclBasic.c (TclEvalEx): Moved some arrays from thedgp2007-06-262-24/+40
* * generic/tclVar.c (UnsetVarStruct): more streamlining.Miguel Sofer2007-06-262-10/+12
* * generic/tclExecute.c: Safety checks to avoid crashes in thedgp2007-06-262-8/+13
* * generic/tclVar.c (UnsetVarStruct): fixing incomplete change,Miguel Sofer2007-06-252-25/+27
* * generic/tclVar.c (UnsetVarStruct): fixing incomplete changeMiguel Sofer2007-06-252-2/+6
* * generic/tclVar.c (TclDeleteCompiledLocalVars): removed inliningMiguel Sofer2007-06-242-57/+67
* * generic/tclVar.c (UnsetVarStruct): fixed a leak introduced inMiguel Sofer2007-06-242-1/+13
* fix warningsdas2007-06-231-3/+4
* * generic/tclVar.c (UnsetVarStruct, TclDeleteVars): made the logicMiguel Sofer2007-06-232-177/+100
* * macosx/tclMacOSXNotify.c (AtForkChild): don't call CoreFoundationdas2007-06-232-8/+31
* * generic/tclCmdIL.c: More conversions to use TclStackAlloc.dgp2007-06-224-37/+18
* * generic/tclExecute.c: Revised TclStackRealloc() signature to betterdgp2007-06-224-36/+40
* * generic/tclBasic.c: Move most instances of the Tcl_Parse structdgp2007-06-215-212/+243
* * generic/tclBasic.c (TEOvI): Made sure that leaveMiguel Sofer2007-06-214-99/+127
* Fix comments referring to {expand}. [Bug 1600859]dkf2007-06-214-12/+17
* * generic/tclVar.c: streamline namespace vars deletion: onlyMiguel Sofer2007-06-202-11/+51
* correct pointer type mismatch in latest commitdgp2007-06-201-2/+2
* * generic/tclInt.decls: Revised the interfaces of the routinesdgp2007-06-2020-93/+154
* * tools/tcltk-man2html.tcl: revamp of html doc output to use CSS,hobbs2007-06-202-163/+254
* improve comments on Tcl stack managementMiguel Sofer2007-06-191-1/+12
* adding comments to GrowEvaluationStackMiguel Sofer2007-06-191-1/+13
* * tools/tcltk-man2html.tcl: clean up copyright merging and output.hobbs2007-06-192-89/+119
* * generic/tclCmdIL.c (InfoFrameCmd):Miguel Sofer2007-06-186-69/+94
* * generic/tclExecute.c (TEBC): Moved the CmdFrame off the C stackMiguel Sofer2007-06-182-21/+27
* * generic/tclBasic.c (TclEvalEx,TclEvalObjEx): Moved the CmdFrame offdgp2007-06-182-31/+36
* * generic/tclBasic.c (TclEvalEx): Moved the CmdFrame off the C ...dgp2007-06-182-32/+38
* Fix [Bug 1738542]dkf2007-06-173-142/+186
* * generic/tclProc.c (TclObjInterpProcCore): Use switch instead of adkf2007-06-162-88/+98
* * generic/tclCompCmds.c: Simplified [variable] compiler andMiguel Sofer2007-06-153-47/+45
* * generic/tclCompile.c: reverted TclEvalObjvInternal andMiguel Sofer2007-06-155-277/+114
* * generic/trace.test: added tests 36.* for dynamic trace creationMiguel Sofer2007-06-152-1/+59
* Tidy up a bitdkf2007-06-151-67/+66