summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* More extended commentary about the data structures of the expr parser.dgp2007-07-091-43/+85
* * generic/tclCompExpr.c: Revision so that the END lexeme neverdgp2007-07-092-4/+38
* * generic/tclCompExpr.c: Added missing creation and returndgp2007-07-092-2/+16
* More work in progress commenting the expr parserdgp2007-07-051-10/+55
* Start of work adding more useful comments to the expr parser.dgp2007-07-051-20/+63
* * library/init.tcl (unknown): Corrected inconsistent error messagedgp2007-07-052-13/+16
* clarify comments for last commitMiguel Sofer2007-07-052-4/+4
* * generic/tclNamesp.c (SetNsNameFromAny):Miguel Sofer2007-07-053-42/+66
* * generic/tclNamesp.c: Fix case where a FQ cmd or ns was beingMiguel Sofer2007-07-043-2/+10
* Remove over-wide lines from nroff output.dkf2007-07-043-26/+43
* Remove over-wide lines from nroff output.dkf2007-07-047-56/+117
* Fixing some minor nroff misusesdkf2007-07-044-71/+59
* Minor formatting fixes and additional notes on portability of [file]dkf2007-07-042-13/+10
* Minor fixes (type of heading, format of SEE ALSO) and added KEYWORDSdkf2007-07-041-3/+5
* * generic/tclCompExpr.c: Revised #define values so that theredgp2007-07-032-4/+17
* Minor *roff usage fixesdkf2007-07-031-1/+4
* * 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