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-9-0-0core-9-0-0.zip  core-9-0-0.tar.gz  core-9-0-0.tar.bz2  jan.nijtmans5 days
minorminor.zip  minor.tar.gz  minor.tar.bz2  dkf8 days
core-bug-e38dce74e2core-bug-e38dce74e2.zip  core-bug-e38dce74e2.tar.gz  core-bug-e38dce74e2.tar.bz2  jan.nijtmans9 days
core-bug-02d5d65d70adab97core-bug-02d5d65d70adab97.zip  core-bug-02d5d65d70adab97.tar.gz  core-bug-02d5d65d70adab97.tar.bz2  sebres2 weeks
core-8-6-15core-8-6-15.zip  core-8-6-15.tar.gz  core-8-6-15.tar.bz2  dgp3 weeks
core-bug-945d2387d7core-bug-945d2387d7.zip  core-bug-945d2387d7.tar.gz  core-bug-945d2387d7.tar.bz2  apnadkarni5 weeks
core-bug-a82f8b15d1core-bug-a82f8b15d1.zip  core-bug-a82f8b15d1.tar.gz  core-bug-a82f8b15d1.tar.bz2  jan.nijtmans5 weeks
core-bug-304d30677acore-bug-304d30677a.zip  core-bug-304d30677a.tar.gz  core-bug-304d30677a.tar.bz2  apnadkarni6 weeks
core-apn-encoding-testscore-apn-encoding-tests.zip  core-apn-encoding-tests.tar.gz  core-apn-encoding-tests.tar.bz2  apnadkarni6 weeks
core-bug-3968086595core-bug-3968086595.zip  core-bug-3968086595.tar.gz  core-bug-3968086595.tar.bz2  pooryorick7 weeks
[...]
 
AgeCommit messageAuthorFilesLines
2006-10-10 * tests/namespace-old.test (5.4 6.12,14,15): tip_278_branchMiguel Sofer3-24/+48
2006-10-10 * generic/tclNamesp.c (Tcl_FindNamespaceVar): second changeMiguel Sofer3-8/+30
2006-10-09* tests/var.test (var-3.4,7.5,7.8): refer to global vars explicitly (not what...Miguel Sofer2-5/+9
2006-10-09 * tests/parse.test: fixing some incomplete references to globalMiguel Sofer2-4/+7
2006-10-09 * generic/tclVar.c: minimal change, provides behaviour of TIP 278Miguel Sofer2-7/+9
2006-10-09== Miguel Sofer38-11070/+215
2006-10-06bug #1571954: avoid /RTCc flag with MSVC8tip_278_branch_rootpatthoyts3-7/+7
2006-10-06TIP #275: Support unsigned values in binary commandpatthoyts4-29/+238
2006-10-06 * library/http/http.tcl (http::geturl): only do geturl url rfchobbs2-4/+12
2006-10-06(UnicodeToUtfProc): dst must be set to (ch & 0xFF) to work on big endian systemshobbs1-2/+2
[...]