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.nijtmans2 weeks
core-apn-info-framecore-apn-info-frame.zip  core-apn-info-frame.tar.gz  core-apn-info-frame.tar.bz2  apnadkarni3 weeks
core-tip-699core-tip-699.zip  core-tip-699.tar.gz  core-tip-699.tar.bz2  jan.nijtmans4 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  apnadkarni5 weeks
core-bug-1d26e580cfcore-bug-1d26e580cf.zip  core-bug-1d26e580cf.tar.gz  core-bug-1d26e580cf.tar.bz2  jan.nijtmans6 weeks
core-bug-407b70361ccore-bug-407b70361c.zip  core-bug-407b70361c.tar.gz  core-bug-407b70361c.tar.bz2  jan.nijtmans9 weeks
core-9-0-b2core-9-0-b2.zip  core-9-0-b2.tar.gz  core-9-0-b2.tar.bz2  dgp2 months
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-05-22Fixed the weird edge case.bug_3613609dkf2-12/+28
2013-05-22Improved tests.dkf1-2/+5
2013-05-21Slight improvement: if cs = "\xC0\x80" and ct = "\x00", loop would continue a...jan.nijtmans1-4/+4
2013-05-21Proposed solution for 3613609: lsort -nocase does not sort non-ASCII correctlyjan.nijtmans5-6/+37
2013-05-19Don't #define VOID on VxWorks, as it is already typdef'd to void. Eliminate p...jan.nijtmans3-11/+13
2013-05-19Fix for FreeBSD, and remove support for older FreeBSD versions. Patch by Piet...jan.nijtmans4-93/+13
2013-05-19Don't #define VOID on VxWorks, as it is already typdef'd to voidjan.nijtmans2-7/+9
2013-05-19Fix for FreeBSD, and remove support for older FreeBSD versions. Patch by Piet...jan.nijtmans3-501/+350
2013-05-17<sys/stat.h> inclusion is only needed when compiling for Win32, don't bother ...jan.nijtmans1-1/+1
2013-05-17- eliminate compiler warning when compiling with Visual Studio.jan.nijtmans2-2/+3
[...]