summaryrefslogtreecommitdiffstats
BranchCommit messageAuthorAge
amg_string_insertSimplify implementation of non-bytecoded [string replace]andy7 years
cjo_hydramerge tip-445dgp7 years
core_zip_vfsImprovements to Tip#430 based on community input. Added a forward declaration...hypnotoad7 years
dgp_properbytearraymerge novemdgp7 years
dgp_refactorRefactor code common to merge and insert.dgp7 years
libtommath'const'ify all libtommath functions, will appear in next libtommath version. ...jan.nijtmans7 years
masterMerge latest 'const'ification changes from libtommath (develop branch, will b...jan.nijtmans7 years
novemMerge trunkjan.nijtmans7 years
tip_445More TIP 445 conversion of the "path" Tcl_ObjType.dgp7 years
vc_reformAdd default-* targetsapnadkarni7 years
[...]
 
TagDownloadAuthorAge
core-bug-0439e1e1a3core-bug-0439e1e1a3.zip  core-bug-0439e1e1a3.tar.gz  core-bug-0439e1e1a3.tar.bz2  jan.nijtmans11 days
core-apn-info-framecore-apn-info-frame.zip  core-apn-info-frame.tar.gz  core-apn-info-frame.tar.bz2  apnadkarni2 weeks
core-tip-699core-tip-699.zip  core-tip-699.tar.gz  core-tip-699.tar.bz2  jan.nijtmans3 weeks
core-apn-icucore-apn-icu.zip  core-apn-icu.tar.gz  core-apn-icu.tar.bz2  apnadkarni4 weeks
core-apn-no-injectcore-apn-no-inject.zip  core-apn-no-inject.tar.gz  core-apn-no-inject.tar.bz2  apnadkarni4 weeks
core-bug-1d26e580cfcore-bug-1d26e580cf.zip  core-bug-1d26e580cf.tar.gz  core-bug-1d26e580cf.tar.bz2  jan.nijtmans5 weeks
core-bug-407b70361ccore-bug-407b70361c.zip  core-bug-407b70361c.tar.gz  core-bug-407b70361c.tar.bz2  jan.nijtmans8 weeks
core-9-0-b2core-9-0-b2.zip  core-9-0-b2.tar.gz  core-9-0-b2.tar.bz2  dgp9 weeks
core-fix-79474c58800cdf94core-fix-79474c58800cdf94.zip  core-fix-79474c58800cdf94.tar.gz  core-fix-79474c58800cdf94.tar.bz2  sebres2 months
dkf/to-redodkf/to-redo.zip  dkf/to-redo.tar.gz  dkf/to-redo.tar.bz2  dkf2 months
[...]
 
AgeCommit messageAuthorFilesLines
2013-02-27Wrap test-case over multiple lines.off_8_4_branchjan.nijtmans1-1/+139
2013-02-27[Bug 3606139]: missing error check allows regexp to crash Tcl. Thanks to Tom ...jan.nijtmans3-0/+13
2013-02-26structs ChannelHandler ChannelHandlerEvent GetsState CopyState used locally.dgp2-83/+82
2013-02-26struct NextChannelHandler used only locally. Remove from tclIO.h.dgp2-25/+24
2013-02-25Repair linked list management in Tcl_DeleteCloseHandler(). dgp2-12/+18
2013-02-22Use iPtr field instead of source field to mark a CompileEnv as uninitialized.dgp1-4/+4
2013-02-22Shift more burden of smart cleanup onto the TclFreeCompileEnv() routine.dgp3-49/+50
2013-02-21Protect against multiple uses of a CompileEnv with only one initialization.dgp2-49/+44
2013-02-213605447 Make sure the -clear option to [namespace export] always clears,dgp3-40/+35
2013-02-21added testbug_3605447dgp1-0/+8
[...]