summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Introduce modern formatting standards; no need for rebuild of tclDate.cdkf2007-03-201-640/+684
* Fix trivial error in comment.dkf2007-03-201-2/+2
* * generic/tclCompile.c: Revise the various expansion routines fordgp2007-03-201-67/+61
* * generic/tclBinary.c (Tcl_SetByteArrayLength): Replaced ckalloc() /dgp2007-03-191-9/+5
* * generic/tclBasic.c (Tcl_CreateMathFunc): Replaced somedgp2007-03-193-8/+7
* added missing panicdgp2007-03-171-1/+4
* fix warningsdas2007-03-162-3/+5
* * generic/tclIOUtil.c (Tcl_Stat): Reimplement workaroundmdejong2007-03-161-17/+20
* * generic/tclExecute.c (INST_FOREACH_STEP4): Make private copydgp2007-03-121-3/+5
* * generic/tclEvent.c (HandleBgErrors): Make efficient private copydgp2007-03-121-5/+10
* * generic/tclNamesp.c (NsEnsembleImplementationCmd): Make efficientdgp2007-03-121-2/+4
* * generic/tclVar.c (TclArraySet): Make efficient private copy ofdgp2007-03-121-3/+6
* Fix [Bug 1679072]dkf2007-03-121-33/+43
* Plug a leak of encodingsdkf2007-03-121-27/+27
* 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