summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* 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
* * generic/tclParseExpr.c (removed): Moved all the code ofdgp2006-11-092-1076/+1051
* Optimize for the unshared case.dkf2006-11-092-20/+59
* Implemented [string reverse].dkf2006-11-091-5/+25
* Implemented [lreverse] from TIP#272dkf2006-11-093-3/+57
* Minor simplification of memcpy usagedkf2006-11-084-73/+110
* Rewrite for style and clarity (esp. tclPkg.c)dkf2006-11-082-624/+788
* Minor updates (whitespace police, etc.)dkf2006-11-073-29/+29
* Minor changes (whitespace police, etc.)dkf2006-11-071-59/+56
* * generic/tclStringObj.c: Changed Tcl_ObjPrintf() response todgp2006-11-051-2/+3
* TIP#274 IMPLEMENTATIONdgp2006-11-051-2/+6
* * generic/tclBasic.c (TEOVI): fix por possible leak of a CommandMiguel Sofer2006-11-041-3/+5
* * generic/tclBasic.c (TEOVI):Miguel Sofer2006-11-031-10/+14
* * doc/ParseCmd.3, doc/Tcl.n, doc/eval.n, doc/exec.n:hobbs2006-11-031-9/+15
* * generic/tclCmdAH.c: Further revisions to produce the routinesdgp2006-11-024-108/+21
* Silence compiler grumbles.dkf2006-11-024-49/+45
* Fix some comments, make selected if/while bodies clearer by inserting comments.dkf2006-11-021-9/+11
* * generic/tclBasic.c: Further revised TclAppendPrintToObj() anddgp2006-11-0218-95/+86
* Reverted tclEncoding.c commits that caused crashes and failures all overdgp2006-11-021-123/+128
* Make better use of the core's internal macros.dkf2006-11-021-89/+96
* Removed unnecessary casts and reworked some loops for more clarity.dkf2006-11-021-40/+28