summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Cleanup to follow engineering manual guidelinesdkf2006-12-133-552/+663
* * generic/tclCompExpr.c: Now that the new internal structsdgp2006-12-121-3/+3
* * generic/tclBasic.c: Final step routing all direct evaluation formsdgp2006-12-124-35/+156
* * generic/tclBasic.c: Another step with all sorting operator commandsdgp2006-12-113-9/+67
* * generic/tclBasic.c: Another step down the path of re-usingdgp2006-12-084-59/+110
* * generic/tclCompExpr.c: Revised implementation of TclInvertOpCmddgp2006-12-084-31/+63
* * generic/tclMathOp.c: More revisions to make tests pass.dgp2006-12-081-3/+14
* Fix [Bug 1571056] and silence a GCC warningdkf2006-12-081-2/+5
* * generic/tclCompCmds.c: Additional commits correct mostdgp2006-12-073-11/+79
* Handle the export of the commands from tcl::mathop more efficientlydkf2006-12-071-3/+3
* * generic/tclBasic.c: Biggest source of TIP 174 failures was thatdgp2006-12-071-28/+33
* More #174 bits and piecesdkf2006-12-072-411/+267
* More TIP 174 compilation bug fixes, consolidations, and improvements.dgp2006-12-061-93/+77
* * generic/tclCompCmds.c: Revised and consolidated into utilitydgp2006-12-061-113/+105
* * generic/tclBasic.c: TIP #291. Define tcl_platform element forandreas_kupries2006-12-051-1/+5
* * generic/tclPkg.c: When no requirements are supplied to adgp2006-12-051-1/+3
* Implement TIP#267dkf2006-12-041-9/+13
* * generic/tclCompExpr.c: Added implementation for thedgp2006-12-041-24/+260
* * generic/tclCompExpr.c: Added expr parsing routines thatdgp2006-12-031-6/+1089
* fix warningdas2006-12-021-3/+4
* removed BZ_DIV_CUTOFF declaration now that it's gone from libtommathdas2006-12-021-4/+3
* TIP#299 IMPLEMENTATIONKevin B Kenny2006-12-011-1/+119
* TIP#287 IMPLEMENTATIONdgp2006-12-013-3/+78
* TIP#298 IMPLEMENTATIONdgp2006-12-016-178/+50
* declare new BZ_DIV_CUTOFF global as MODULE_SCOPEdas2006-12-011-3/+4
* fix warningsdas2006-12-012-6/+6
* * generic/tclBasic.c (Tcl_AppendObjToErrorInfo): Addeddgp2006-11-291-1/+2
* * generic/tclBasic.c: TIP #280 implementation.andreas_kupries2006-11-2819-196/+2165
* * generic/tclExecute.c (TclIncrObj): Correct failure to detectdgp2006-11-271-2/+2
* Finished coding part of TIP#174. Still have tests and docs to do.dkf2006-11-252-1392/+2894
* Added some more implementationsdkf2006-11-241-3/+274
* Supply missing #ifdefdgp2006-11-241-1/+3
* Added Mod implementationdkf2006-11-231-2/+209
* Added implementations of the interpreted comparison operatorsdkf2006-11-231-15/+561
* Added some interpreted operator implementationsdkf2006-11-231-7/+61
* *Partial* implementation of TIP#174. Still needs non-compiled versions of mostdkf2006-11-233-4/+1129
* whitespacedas2006-11-231-5/+5
* TIP#269 implementationdkf2006-11-221-10/+65
* * generic/tcl.h: Remove mention of win/README.binary in comment.dgp2006-11-221-2/+1
* * generic/tcl.h: Moved TCL_REG_BOSONLY #define from tcl.h todgp2006-11-222-12/+14
* Make the guts of [chan] more robust.dkf2006-11-201-17/+45
* * generic/tclExecute.c (INST_EXPON): Corrected crash ondgp2006-11-171-1/+6
* TIP#270 IMPLEMENTATIONdgp2006-11-1524-116/+199
* * tools/genStubs.tcl: Updated script to no longer produce thedgp2006-11-156-2565/+2355
* TIP#261 IMPLEMENTATIONdgp2006-11-141-1/+23
* Silence a compiler warining about presenting a volatile pointer to 'memset'Kevin B Kenny2006-11-131-3/+3
* * generic/tclIO.c: When [gets] on a binary channel needs to usedgp2006-11-131-12/+41
* * generic/tclCompExpr.c: fix gcc warnings about 'cast to/fromdas2006-11-1312-54/+79
* Regendkf2006-11-122-2/+30
* Transfer TclPtrMakeUpvar and TclObjLookupVar to the internal stubs table.dkf2006-11-122-9/+11