summaryrefslogtreecommitdiffstats
path: root/library
Commit message (Collapse)AuthorAgeFilesLines
* Make tclreg13.dll work in any Unicode environment (either with 32-bit or ↵jan.nijtmans2016-05-131-2/+2
| | | | 64-bit characters). Adopted from Androwish. Thanks to Christian Werner. version -> 1.3.2
* Update to tzdata2016d from IETFvenkat2016-04-2234-313/+463
|\
| * Update to tzdata2016d from IETFvenkat2016-04-2234-313/+463
| |
* | Update to tzdata 2016c from ietf.orgdkf2016-03-268-186/+522
|\ \ | |/
| * Update to tzdata 2016c from ietf.orgvenkat2016-03-268-186/+522
| |
| * (cherry-pick): Fix [f1253530cdd83e66]: Different Windows / *nix default ↵jan.nijtmans2016-03-231-4/+12
| | | | | | | | | | | | | | | | bindings for text widget See: [https://groups.google.com/forum/#!topic/comp.lang.tcl/ZZ_WwfQdmoE]. People like Eric Brunel, who want the most logical behavior for any Tcl release can simply do: set ::tcl_wordchars {\w} set ::tcl_nonwordchars {\W}
| * Update tzdata to 2016b from ietf.orgvenkat2016-03-1615-798/+689
| |
| * merge 8.5dgp2015-10-295-38/+193
| |\
| * | Bump to release number 8.5.19dgp2015-10-231-1/+1
| | |
* | | (cherry-pick): Fix [f1253530cdd83e66]: Different Windows / *nix default ↵jan.nijtmans2016-03-231-4/+12
| | | | | | | | | | | | | | | | | | | | | | | | bindings for text widget See: [https://groups.google.com/forum/#!topic/comp.lang.tcl/ZZ_WwfQdmoE]. People like Eric Brunel, who want the most logical behavior for any Tcl release can simply do: set ::tcl_wordchars {\w} set ::tcl_nonwordchars {\W}
* | | (cherry-pick from trunk): Update tzdata to 2016b from ietf.orgjan.nijtmans2016-03-169-340/+387
| | |
* | | Update to tzdata2016a.dgp2016-02-196-458/+302
| | |
* | | Bump to 8.6.5dgp2016-01-281-1/+1
| | |
* | | Make ::tcl::tm::roots work for alpha/beta Tcl releases. (backported from ↵jan.nijtmans2015-11-241-1/+1
| | | | | | | | | | | | "novem", will be needed anyway for whatever future developments)
* | | Merge tzdata2015g from ietfvenkat2015-10-274-37/+192
|\ \ \ | | |/ | |/|
| * | Update to tzdata2015g from ietfvenkat2015-10-274-37/+192
| | |
* | | Bring back regexp to what it was in latest release. This is the correct fix ↵jan.nijtmans2015-10-241-1/+1
|\ \ \ | |/ / | | | | | | for the problem noted by kbk. Thanks! And thanks to dkf for the test-case
| * | Bring back regexp to wat it was in latest release. This is the correct fix ↵jan.nijtmans2015-10-241-1/+1
| | | | | | | | | | | | for kbk's attempt.
* | | Mend problems with [platform::identify] formatting.dkf2015-10-231-1/+1
|\ \ \ | |/ /
| * | Correct bad regexp in platform::identify that causes it to return incorrect ↵Kevin B Kenny2015-10-231-1/+1
| |/ | | | | | | results everywhere.
* | Change "clock format -format %x -locale current" output on msgcat locale ↵oehhar2015-10-211-0/+36
| | | | | | | | change [4a0c163d24]
* | Mutch simpler solution to [219866c1e9]: In stead of filtering out version ↵jan.nijtmans2015-09-301-7/+6
|\ \ | |/ | | | | information from the string, make sure that ::platform::generic doesn't contain this version information in the first place.
| * Mutch simpler solution to [219866c1e9]: In stead of filtering out version ↵jan.nijtmans2015-09-301-7/+6
| | | | | | | | information from the string, make sure that ::platform::generic doesn't contain this version information in the first place.
* | Fix [738bc50e93]: auto_execok doesn't recognise mklink on windowsjan.nijtmans2015-09-301-6/+2
|\ \ | |/
| * Fix [738bc50e93]: auto_execok doesn't recognise mklink on windows. Remove ↵jan.nijtmans2015-09-307-132/+128
| | | | | | | | some unnecessary end-of-line spacing.
* | Fix [b1f19286f0]: for command documentation. jan.nijtmans2015-09-301-0/+1
|\ \ | |/ | | Minor addendum to previous commit: Make OS version number available in ::platform::generic for Cygwin
| * Fix [b1f19286f0]: for command documentation. jan.nijtmans2015-09-301-0/+1
| | | | | | Minor addendum to previous commit: Make OS version number available in ::platform::generic for Cygwin
* | Fix [219866c1e9]: platform::identify: regexp doesn't match platform -> ↵jan.nijtmans2015-09-292-4/+11
|\ \ | |/ | | | | platform 1.0.14
| * proposed fix for [219866c1e9]: platform::identify: regexp doesn't match platformbug_219866c1e9jan.nijtmans2015-09-252-4/+11
| |
* | Whitespace reduction in Tcl scripts. No functional change.jan.nijtmans2015-09-017-35/+35
| |
* | Merge tzdata2015fvenkat2015-08-127-380/+208
|\ \ | |/
| * Upgrade to tzdata2015f from IETF.venkat2015-08-127-380/+208
| |
* | "mcpackagelocale present" is more elegantoehhar2015-06-301-1/+1
| |
* | [TIP 412] msgcat dynamic locale change and package private locale (msgcat 1.6.0)oehhar2015-06-293-162/+705
|\ \
| * | Added tests for mcforgetpackage, mcpackagelocale and mcpackageconfigtip_412msgcat_dyn_localeoehhar2015-06-291-3/+4
| | |
| * | Tests for mcexists and mcloadedlocalesoehhar2015-06-261-1/+1
| | |
| * | Manpage, callback fail calls bgerror, clean catalog on packagelocale unsetoehhar2015-06-261-7/+28
| | |
| * | Make all msgcat tests passoehhar2015-06-011-1/+1
| | |
| * | clock.tcl modified that all clock tests passoehhar2015-05-311-12/+5
| | |
| * | merge trunkoehhar2015-05-31197-6318/+6268
| |\ \
| * | | clock uses new msgcat featuresoehhar2012-09-202-605/+686
| | | |
| * | | (proposal) msgcat with dynamic mc file load on locale changeoehhar2012-09-191-103/+620
| | | |
| * | | TIP#399 implementation: mcconfig may add additional glob pattern for mcloadoehhar2012-09-192-15/+54
| | | |
* | | | Merge tzdata2015e from ietf.orgvenkat2015-06-283-51/+216
|\ \ \ \ | | |_|/ | |/| |
| * | | Summary: Update to tzdata2015e from ietf.orgvenkat2015-06-283-51/+216
| | | |
* | | | Fix bug in "make dist" when system-encoding is UTF-8: eolFix will then ↵jan.nijtmans2015-06-251-6/+6
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | translate some windows-specific files to UTF-8 too. Solution: commit those files with CRLF line-ending, which eliminates the need for eolFix altgether. See als: [495120] for the reason why eolFix was introduced in the first place. No longer needed with fossil.
| * | | Fix bug in "make dist" when system-encoding is UTF-8: eolFix will then ↵jan.nijtmans2015-06-251-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | translate some windows-specific files to UTF-8 too. Solution: commit those files with CRLF line-ending, which eliminates the need for eolFix altgether. See als: [495120] for the reason why eolFix was introduced in the first place. No longer needed with fossil.
* | | | Registry extension 1.3.0 -> 1.3.1: SendMessageTimeoutA -> ↵jan.nijtmans2015-06-231-2/+2
| |_|/ |/| | | | | | | | SendMessageTimeout, so make sure only win32 UNICODE API is used.
* | | [c11a51c482] Stop race condition with -accept config option, and allow ↵dkf2015-05-181-10/+31
| | | | | | | | | | | | overriding of it via -headers option.
* | | Bump to http 2.8.9dgp2015-05-142-2/+2
| | |