summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Tightening up declaration scopes, improving some comments with xrefs to bugDBdkf2007-03-121-44/+49
* Fix [Bug 1675044]dkf2007-03-111-3/+15
* Move 'return' in TclListObjSetElement into correct place!dkf2007-03-101-31/+27
* * generic/tclCmdIL (Tcl_LsortObjCmd): changed fix to [Bug 1675116]Miguel Sofer2007-03-101-10/+13
* Fix [Bug 1675116]dkf2007-03-091-13/+20
* * generic/tclListObj.c (TclLsetList): Rewrite so that the routinedgp2007-03-081-70/+26
* Moved [lindex] guts to tclListObj.c, same as [lset] guts.dkf2007-03-082-188/+189
* * generic/tclCmdIL.c (TclLindex*): Rewrites to make efficient pr...dgp2007-03-071-180/+66
* various "const" additions in implementationnijtmans2007-03-071-22/+22
* * generic/tclObj.c (Tcl_AppendAllObjTypes): Converted to simplerdgp2007-03-071-4/+3
* Make [regexp -about] produce its result using Tcl_Objs instead of strings.dkf2007-03-071-31/+31
* Minor comment cleaning updkf2007-03-071-42/+41
* Added macro to conceal at least some of the pointer hackery.dkf2007-03-031-56/+64
* * generic/tclCmdIL.c (Tcl_LreverseObjCmd): Added missingdgp2007-03-021-1/+2
* Added comments warning against certain optimizationsdgp2007-03-022-2/+19
* * generic/tclCmdIL.c (Tcl_JoinObjCmd): Revised [join] implementationdgp2007-03-021-20/+11
* * generic/tclCmdIL.c (Info*Cmd): Code simplifications anddgp2007-03-021-28/+20
* Added a scheme to allow aux-data to be printed out for debugging. For this to...dkf2007-03-024-71/+271
* * generic/tclCmdIL.c (Tcl_LinsertObjCmd): Code simplificationsdgp2007-03-011-15/+6
* * generic/tclCmdIL.c (Tcl_LreplaceObjCmd): Code simplificationsdgp2007-03-011-19/+5
* Remove line with no effectdgp2007-03-011-2/+1
* * generic/tclCmdIL.c (Tcl_LrangeObjCmd): Rewrite in the samedgp2007-03-011-47/+24
* * generic/tclCmdAH.c (Tcl_ForeachObjCmd): Stop throwing awaydgp2007-03-011-5/+5
* * 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