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-apn-encoding-testscore-apn-encoding-tests.zip  core-apn-encoding-tests.tar.gz  core-apn-encoding-tests.tar.bz2  apnadkarni3 days
core-bug-3968086595core-bug-3968086595.zip  core-bug-3968086595.tar.gz  core-bug-3968086595.tar.bz2  pooryorick8 days
core-zipfs-consolidationcore-zipfs-consolidation.zip  core-zipfs-consolidation.tar.gz  core-zipfs-consolidation.tar.bz2  apnadkarni9 days
core-bug-fccb9f322fcore-bug-fccb9f322f.zip  core-bug-fccb9f322f.tar.gz  core-bug-fccb9f322f.tar.bz2  apnadkarni3 weeks
core-9-0-b3core-9-0-b3.zip  core-9-0-b3.tar.gz  core-9-0-b3.tar.bz2  dgp3 weeks
core-bug-0439e1e1a3core-bug-0439e1e1a3.zip  core-bug-0439e1e1a3.tar.gz  core-bug-0439e1e1a3.tar.bz2  jan.nijtmans7 weeks
core-apn-info-framecore-apn-info-frame.zip  core-apn-info-frame.tar.gz  core-apn-info-frame.tar.bz2  apnadkarni7 weeks
core-tip-699core-tip-699.zip  core-tip-699.tar.gz  core-tip-699.tar.bz2  jan.nijtmans8 weeks
core-apn-icucore-apn-icu.zip  core-apn-icu.tar.gz  core-apn-icu.tar.bz2  apnadkarni2 months
core-apn-no-injectcore-apn-no-inject.zip  core-apn-no-inject.tar.gz  core-apn-no-inject.tar.bz2  apnadkarni2 months
[...]
 
AgeCommit messageAuthorFilesLines
2015-08-03Fix the documentation comment.Coverity_CID_1251203dkf1-7/+8
2015-08-02And another problem with continue in for-step clauses, this time a problem in...dkf2-10/+17
2015-08-02Fix more problems with break and continue in for-step clauses.dkf2-10/+137
2015-08-01Fix Coverity CID 1251203: break vs continue in for-step clausedkf2-1/+41
2015-08-01explicitly ignore Tcl_PushCallFrame and TclPushStackFrame return value - it i...Miguel Sofer7-43/+11
2015-07-31fix off-by-one possible buffer overrun when looking for encodings; found by c...Miguel Sofer1-1/+1
2015-07-31fix typo found by Coverity; no effect on "most" platforms (is there anyone wh...Miguel Sofer1-2/+2
2015-07-30remove unnecessary checks found by coverityMiguel Sofer1-6/+2
2015-07-30remove self-assignment - found by CoverityMiguel Sofer1-1/+1
2015-07-30Fix bug [f00009f7ce]: memory (object) leaks in TclNativeCreateNativeRep for w...sebres1-7/+17
[...]