summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* * generic/tclInt.h: Moved TIP#268's field 'packagePrefer' to theandreas_kupries2006-09-221-11/+9
* TIP#268 IMPLEMENTATIONandreas_kupries2006-09-229-149/+930
* Fix [Bug 1562528]dkf2006-09-221-29/+29
* * generic/tclUtil.c: Dropped ParseInteger() routine.dgp2006-09-211-80/+15
* Fix nasty bug with limits, vwait's (C) traces, and interpreter restart...dkf2006-09-191-4/+6
* * generic/tclExecute.c (INST_EXPON): Native type overflow detectiondgp2006-09-191-46/+6
* * generic/tclExecute.c: Corrected INST_EXPON flaw that treateddgp2006-09-111-1/+4
* * 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]mistachkin2006-08-282-7/+12
* bugfix, docs clarification and new tests for 'namespace upvar' [Bug 1546833]msofer2006-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 1531530kennykb2006-07-311-4/+5
* Bug 1426279kennykb2006-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:msofer2006-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