summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Regen with autoconf 2.61Miguel Sofer2007-07-311-1/+1
* * unix/configure.in: allow use of 'inline' in Tcl sourcesMiguel Sofer2007-07-311-0/+6
* Added missing bug number. ;-)dkf2007-07-311-1/+1
* * unix/tclUnixInit.c (TclpSetVariables): Use the thread-safe getpwuiddkf2007-07-311-0/+4
* Simplify the #ifdef logic.dkf2007-07-311-0/+2
* Fix test failures.dkf2007-07-311-0/+4
* Added macros to make bit chopping clearerdkf2007-07-301-34/+38
* fix wrong TIP # in ChangelogMiguel Sofer2007-07-241-1/+1
* changelog completionMiguel Sofer2007-07-241-1/+4
* * generic/tclBasic.c (TEOvI, GetCommandSource):Miguel Sofer2007-07-241-0/+8
* * library/platform/platform.tcl: Fixed bug in 'platform::patterns'andreas_kupries2007-07-201-0/+10
* * generic/tclParse.c: In contexts where interp and parsePtr->interpdgp2007-07-191-0/+7
* * generic/tclCompExpr.c: Removed unused arguments and variables.dgp2007-07-181-0/+4
* * generic/tclCompExpr.c (ParseExpr): While adding comments todgp2007-07-171-0/+7
* * generic/tclCompExpr.c: More commentary.dgp2007-07-161-0/+7
* * generic/tclCompExpr.c: Factored out, corrected, and commenteddgp2007-07-121-0/+5
* 2007-07-11 Miguel Sofer <msofer@users.sf.net>Miguel Sofer2007-07-111-0/+8
* * generic/tclCompExpr.c: Added a "parseOnly" flag argument todgp2007-07-111-0/+12
* Renamed some variables fordgp2007-07-101-1/+2
* Removed some unused counter variables.dgp2007-07-101-0/+1
* * generic/tclCompExpr.c: Added a field for operator precedencedgp2007-07-101-0/+9
* * generic/tclCompExpr.c: Revision so that the END lexeme neverdgp2007-07-091-0/+6
* * generic/tclCompExpr.c: Added missing creation and returndgp2007-07-091-0/+5
* * library/init.tcl (unknown): Corrected inconsistent error messagedgp2007-07-051-0/+5
* * generic/tclNamesp.c (SetNsNameFromAny):Miguel Sofer2007-07-051-0/+6
* * generic/tclNamesp.c: Fix case where a FQ cmd or ns was beingMiguel Sofer2007-07-041-0/+6
* * generic/tclCompExpr.c: Revised #define values so that theredgp2007-07-031-0/+5
* * generic/tcl.h: Removed TCL_PRESERVE_BINARY_COMPATIBILITY anddgp2007-07-021-0/+7
* Simplify string hashing a little. [FRQ 951168]dkf2007-07-021-2/+9
* * generic/tclIO.c: Removed dead code.dgp2007-07-021-0/+3
* * generic/tclCompExpr.c: Removed dead code, old implementationsdgp2007-07-021-0/+6
* Plug a memory leak caused by a missing Tcl_DecrRefCount on an error path. [Bu...dkf2007-06-301-23/+28
* Prevent RemeberSyncObj() from growing the syncvasiljevic2007-06-301-0/+6
* Improved documentation of Tcl_DictObjDone to make it clearer how to use it. [...dkf2007-06-291-0/+5
* * generic/tclAlloc.c: on Darwin, ensure memory allocated bydas2007-06-291-1/+18
* * generic/tclBasic.c: Removed dead code, including thedgp2007-06-281-0/+14
* Silence constness warnings for TclStackFree when building with msvc.patthoyts2007-06-281-0/+8
* * generic/tclVar.c (UnsetVarStruct): fix possible segfault withMiguel Sofer2007-06-281-0/+4
* * generic/tclTrace.c: Corrected broken trace reversal logic indgp2007-06-271-0/+7
* * generic/tclBasic.c (TclEvalEx): Moved some arrays from thedgp2007-06-261-0/+5
* * generic/tclVar.c (UnsetVarStruct): more streamlining.Miguel Sofer2007-06-261-0/+4
* * generic/tclExecute.c: Safety checks to avoid crashes in thedgp2007-06-261-0/+6
* * generic/tclVar.c (UnsetVarStruct): fixing incomplete change,Miguel Sofer2007-06-251-1/+2
* * generic/tclVar.c (UnsetVarStruct): fixing incomplete changeMiguel Sofer2007-06-251-0/+4
* * generic/tclVar.c (TclDeleteCompiledLocalVars): removed inliningMiguel Sofer2007-06-241-0/+5
* * generic/tclVar.c (UnsetVarStruct): fixed a leak introduced inMiguel Sofer2007-06-241-0/+5
* * generic/tclVar.c (UnsetVarStruct, TclDeleteVars): made the logicMiguel Sofer2007-06-231-0/+10
* * macosx/tclMacOSXNotify.c (AtForkChild): don't call CoreFoundationdas2007-06-231-5/+9
* * generic/tclCmdIL.c: More conversions to use TclStackAlloc.dgp2007-06-221-0/+3
* * generic/tclExecute.c: Revised TclStackRealloc() signature to betterdgp2007-06-221-0/+8