summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* * generic/tclCompExpr.c: Removed much complexity that isdgp2006-09-051-292/+88
* * generic/tclCompExpr.c: Corrected flawed logic fordgp2006-08-311-1/+3
* * generic/tclParseExpr.c: Dropped the old expr parser.dgp2006-08-301-1965/+8
* * generic/tclBasic.c (Tcl_CreateInterp): init iPtr->threadIdhobbs2006-08-301-1/+2
* * generic/tclIOGT.c (ExecuteCallback):hobbs2006-08-302-5/+6
* * generic/tclFileName.c (DoGlob): match incrs with decrs.hobbs2006-08-301-1/+3
* silence compiler warndgp2006-08-291-2/+2
* undo mistaken commitdgp2006-08-291-2/+2
* * generic/tclParseExpr.c: Use the "parent" field ofdgp2006-08-291-6/+11
* add casts to make gcc2 happy with previous commit [Bug 1548330]das2006-08-292-31/+31
* fixed [ 1548263 ] NULL return from Tcl_FSGetNormalizedPath segvcoldstore2006-08-292-13/+17
* * generic/tclStringObj.c: Revised ObjPrintfVA to take caredgp2006-08-282-25/+35
* * generic/tclStringObj.c: Corrected TclFormatObj's failuredgp2006-08-281-4/+11
* undo last commit.dgp2006-08-281-2/+2
* simplification of previous commit, whitespace cleanupdas2006-08-281-13/+8
* fixed printf format warnings from gcc4 when TCL_COMPILE_STATS defineddas2006-08-282-10/+10
* Fixes for [Bug 1547662] and [Bug 1547681]Joe Mistachkin2006-08-282-7/+12
* bugfix, docs clarification and new tests for 'namespace upvar' [Bug 1546833]Miguel Sofer2006-08-261-2/+14
* * generic/tclParseExpr.c: Minimal collection of new testsdgp2006-08-231-43/+36
* * generic/tclParseExpr.c: Revised mistaken call todgp2006-08-211-7/+12
* * generic/tclIOUtil.c: Revisions to complete the thread finalizationdgp2006-08-211-1/+3
* * generic/tclClock.c (ClockClicksObjCmd): add support for Darwindas2006-08-213-8/+29
* * unix/tcl.m4 (Darwin): add support for --enable-64bit on x86_64, fordas2006-08-183-5/+17
* * generic/tclCompile.c: Revised the new set of expressiondgp2006-08-172-104/+84
* * generic/tclParseExpr.c: Replace PrecedenceOf() functiondgp2006-08-161-76/+14
* It seems that the original submitter of the patch didn't test it. Add a dkf2006-08-111-1/+9
* Applied [Patch 1352382]dkf2006-08-111-150/+150
* D'oh! Fix silly mistakes.dkf2006-08-101-3/+3
* Various minor object file size efficiency fixes. [Bug 1530474]dkf2006-08-1019-246/+241
* * generic/tclEncoding.c: Replace buffer copy in for loopdgp2006-08-091-4/+2
* Error message consistency improvements. [Bug 1534628]dkf2006-08-091-3/+3
* Fix silly error in error handling for uncompiled [dict for]. [Bug 1531184]dkf2006-08-091-11/+11
* typodas2006-08-021-2/+2
* Bug 1531530Kevin B Kenny2006-07-311-4/+5
* Bug 1426279Kevin B Kenny2006-07-311-12/+37
* * generic/tclExecute.c: Corrected flawed overflow detection indgp2006-07-261-2/+5
* undo mistaken commitdgp2006-07-212-20/+17
* * generic/tclExecute.c:Miguel Sofer2006-07-213-21/+29
* * generic/regc_locale.c (cclass):das2006-07-208-47/+47
* Made Tcl_AsyncDelete() more tolerant when called after all thread TSDvasiljevic2006-07-111-14/+23
* Improvements to error context messagesdgp2006-07-051-3/+9
* * generic/tclParseExpr.c: Completely new expression parserdgp2006-07-053-27/+1192
* fix warningsdas2006-06-211-22/+22
* * generic/tclIOUtil.c: Changed default configuration todgp2006-06-218-158/+78
* * generic/tclCmdAH.c: Removed dead code that was old implementationdgp2006-06-201-484/+1
* typodgp2006-06-161-2/+2
* * generic/tcl.h (Tcl_DecrRefCount): use if/else construct to allowhobbs2006-05-301-2/+5
* Silence compiler warning.dgp2006-05-151-2/+3
* * generic/tclProc.c (ProcCompileProc): When a bump of the compiledgp2006-05-131-5/+83
* * generic/tclEvent.c (HandleBgErrors): fix leak. [Coverity issue 86]das2006-05-121-1/+2