summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* * generic/tclCmdIL.c (Tcl_LassignObjCmd): Rewrite to make andgp2007-03-011-63/+28
* * generic/tclCmdAH.c (Tcl_ForeachObjCmd): Rewrite to makedgp2007-03-011-26/+28
* Fix [Bug 1671138]dkf2007-03-011-1/+14
* A few more very minor changesdkf2007-02-271-20/+11
* Assorted cleanup, mostly of comments.dkf2007-02-271-195/+227
* Stop using C++ keywords...dkf2007-02-271-25/+25
* * generic/tclIORChan.c (FreeReflectedChannel): Added the missingandreas_kupries2007-02-261-1/+10
* * generic/tclCmdAH.c (Tcl_ForeachObjCmd): Removed surplus copyingdgp2007-02-261-33/+6
* * generic/tclBasic.c: Use new interface in Tcl_EvalObjEx so thatdgp2007-02-243-31/+53
* various "const" additions, in line with TIP #27nijtmans2007-02-233-122/+123
* various "const" additions, in line with TIP #27nijtmans2007-02-2023-626/+630
* Bug #1479814. Handle extended paths on Windows NT and above.patthoyts2007-02-202-6/+63
* (Tcl_FSEvalFileEx): safe incr of objPtr refhobbs2007-02-191-1/+2
* 2007-02-13 Kevin Kenny <kennykb@acm.org>Kevin B Kenny2007-02-141-4/+4
* * tools/fix_tommath_h.tcl: Added code to patch out a check forKevin B Kenny2007-02-131-15/+5
* * generic/tclNamesp.c: Corrected broken logic in Tcl_DeleteNamespace()dgp2007-02-081-4/+4
* Minor syntax/efficiency stuffdkf2007-02-061-22/+35
* Silence a trivial warningdkf2007-02-061-2/+3
* Function header/whitespace police/general format fixesdkf2007-02-063-847/+893
* * generic/tclNamesp.c: Corrected broken implementation of thedgp2007-02-061-2/+6
* * generic/tclResult.c: Added optimization case to TclTransferResultdgp2007-01-291-5/+17
* * generic/tclLink.c: Broken linked float logic corrected. Thanksdgp2007-01-291-2/+2
* * macosx/Tcl.xcodeproj/project.pbxproj: extract build settings thatdas2007-01-281-4/+3
* More efficient issuing of INST_START_CMD instructions. See ChangeLog for disc...dkf2007-01-192-9/+21
* Code style improvementsdkf2007-01-182-133/+148
* Fix minor fault (made by aku, caught by aku)dkf2007-01-181-2/+2
* Whitespace policing, and adding comments so that it is clearer what TclMarkList dkf2007-01-181-30/+61
* Minor fix to make bytecodes print out properlydkf2007-01-181-2/+2
* Fix [Bug 1638414] and make bytecode of expansion betterdkf2007-01-181-71/+103
* Missed a spot; thanks to Andreas Kupries for spotting this one.dkf2007-01-171-5/+10
* Added macros to make usage of ChannelBuffers clearer.dkf2007-01-171-81/+128
* Arrange for RE engine workspace to be held in TSD. This is safe, lessdkf2007-01-104-8/+49
* Fix [lindex] argument ordering. [bug 1631364]dkf2007-01-091-9/+13
* Regenerated tclDate.cKevin B Kenny2007-01-031-18/+18
* * generic/tclIO.c (Tcl_GetsObj):mdejong2006-12-271-14/+20
* * generic/tclEncoding.c (EscapeFromUtfProc):mdejong2006-12-271-3/+14
* Reapplied the Engineering Manual-ification, but this time without the (small) dkf2006-12-141-295/+311
* Revert the commits that broke the HEAD.dgp2006-12-131-307/+293
* Silly mistake correcteddkf2006-12-131-3/+3
* 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