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-a8e4f76ce4core-bug-a8e4f76ce4.zip  core-bug-a8e4f76ce4.tar.gz  core-bug-a8e4f76ce4.tar.bz2  jan.nijtmans3 days
core-bug-f2b5f89c0dcore-bug-f2b5f89c0d.zip  core-bug-f2b5f89c0d.tar.gz  core-bug-f2b5f89c0d.tar.bz2  jan.nijtmans7 days
core-bug-e38dce74e2-214cc0eb22-v2core-bug-e38dce74e2-214cc0eb22-v2.zip  core-bug-e38dce74e2-214cc0eb22-v2.tar.gz  core-bug-e38dce74e2-214cc0eb22-v2.tar.bz2  jan.nijtmans7 days
core-bug-02977e0004-sebrescore-bug-02977e0004-sebres.zip  core-bug-02977e0004-sebres.tar.gz  core-bug-02977e0004-sebres.tar.bz2  sebres2 weeks
core-bug-02977e0004-jncore-bug-02977e0004-jn.zip  core-bug-02977e0004-jn.tar.gz  core-bug-02977e0004-jn.tar.bz2  jan.nijtmans2 weeks
core-bug-02977e0004core-bug-02977e0004.zip  core-bug-02977e0004.tar.gz  core-bug-02977e0004.tar.bz2  sebres3 weeks
core-bug-02977e0004-9.0core-bug-02977e0004-9.0.zip  core-bug-02977e0004-9.0.tar.gz  core-bug-02977e0004-9.0.tar.bz2  dkf3 weeks
core-bug-02977e0004-8.7core-bug-02977e0004-8.7.zip  core-bug-02977e0004-8.7.tar.gz  core-bug-02977e0004-8.7.tar.bz2  dkf3 weeks
core-bug-02977e0004-8.6core-bug-02977e0004-8.6.zip  core-bug-02977e0004-8.6.tar.gz  core-bug-02977e0004-8.6.tar.bz2  dkf3 weeks
core-more-encoding-testscore-more-encoding-tests.zip  core-more-encoding-tests.tar.gz  core-more-encoding-tests.tar.bz2  apnadkarni5 weeks
[...]
 
AgeCommit messageAuthorFilesLines
2012-12-12merge 8.5griffin_numlevelsdgp9-57/+44
2012-12-10Restore the initialization of tclStubsPtr from the "Tcl" package clientDatadgp1-2/+3
2012-12-10Restore the initialization of tclStubsPtr from the "Tcl" package clientDatadgp1-2/+3
2012-12-07only set tclStubsPtr when all version checks passjan.nijtmans1-32/+18
2012-12-07only set tclStubsPtr if all version checks pass. Backported from tcl 8.5.jan.nijtmans1-43/+62
2012-12-073593703 Don't crash on bad input to Tcl_PkgRequire*().dgp1-0/+4
2012-12-07Turn pkgb.so into a Tcl9 interoperability testjan.nijtmans2-6/+11
2012-12-06Tcl_InitStubs("8.5",1) would succeed in an "8.50" interp. Fixed.dgp1-1/+1
2012-12-05do some Tcl_EvalEx, for test-purposes, demonstrating a crashnovem_supportjan.nijtmans1-2/+1
2012-12-05use Tcl_PkgProvideEx everywhere (again, for testing purposes)jan.nijtmans10-13/+13
[...]