summaryrefslogtreecommitdiffstats
path: root/library
Commit message (Collapse)AuthorAgeFilesLines
* [838e99a76d] Ensure that encodings are handled with application/xml and friends.dkf2016-10-081-1/+33
|
* Update tzdata to 2016g from ietf.orgvenkat2016-10-0269-1864/+1698
|
* Update tzdata to 2016f from ietf.orgvenkat2016-07-2022-159/+159
|
* Update to tzdata2016d from IETFvenkat2016-04-2234-313/+463
|
* 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
|\
| * Update to tzdata2015g from ietfvenkat2015-10-274-37/+192
| |
| * 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.
| * Correct bad regexp in platform::identify that causes it to return incorrect ↵Kevin B Kenny2015-10-231-1/+1
| | | | | | | | results everywhere.
* | Bump to release number 8.5.19dgp2015-10-231-1/+1
|/
* 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 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
* proposed fix for [219866c1e9]: platform::identify: regexp doesn't match platformbug_219866c1e9jan.nijtmans2015-09-252-4/+11
|
* Upgrade to tzdata2015f from IETF.venkat2015-08-127-380/+208
|
* 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.
* Update to tzdata2015d from ietf.orgvenkat2015-04-2916-1185/+1136
|
* merge 8.5dgp2015-02-1210-704/+27
|\
| * merge tzdata2015a from ietf.orgvenkat2015-02-1110-704/+27
| |
* | Bump to version 8.5.18.dgp2015-02-051-1/+1
|/
* tzdata2014j from ietf.orgvenkat2014-12-1056-543/+678
|
* Bump to 8.5.17dgp2014-10-101-1/+1
|
* merge 8.5dgp2014-08-1413-0/+65
|\
| * Put back SystemV timezone files, which were removed in previous commit. ↵jan.nijtmans2014-08-1313-0/+65
| | | | | | | | Don't know if that was by accident, but seems unwise in a Tcl patch release.
* | merge 8.5, update changesdgp2014-08-1391-2874/+3044
|\ \ | |/
| * tzdata2014f from ietf.orgKevin B Kenny2014-08-1391-2874/+3044
| |
* | merge 8.5dgp2014-08-023-22/+25
|\ \ | |/
| * Updated package "platform" to version 1.0.13. Separated theandreask2014-08-013-22/+25
| | | | | | | | | | | | | | | | identifiers "macosx*-i386-x86_64" and "macosx-universal" as incompatible with each other. Plus addition of a cast in tclIO.c to match types in a comparison which otherwise bugs a Windows debug build (warnings are errors).
* | Bump to 8.5.16 for release.dgp2014-07-231-1/+1
|/
* Fix execute-6.5 test failure on trunk: the "preserveCore" part of ↵jan.nijtmans2014-06-231-33/+33
| | | | tcltest::test assumes that the cleanup is done first, so moving the cleanup means the the "preserverCore" part needs to move with it.
* previous commit was not quite right, this one should be betterbug_2f9df4c4fajan.nijtmans2014-06-201-14/+14
|
* ticket [2f9df4c4fa]: tcltest - request to move -cleanup script execution ↵jan.nijtmans2014-06-202-8/+8
| | | | until after -output compare
* [a122627849] Improve stack trace from parray on not-array.dkf2013-11-241-1/+1
|
* The only relyable way of changing environment variables to uppercase (e.g. ↵jan.nijtmans2013-11-212-44/+39
| | | | env(ComSpec) to env(COMSPEC)) is unsetting the old one first. Long-standing bug, exposed by [219226].
* Safer clean-up of environment variables: Do removal after insertions -> ↵jan.nijtmans2013-11-202-6/+9
| | | | tcltest 2.3.7
* Bump tcltest version to 2.3.6 (should have been done just before the 8.5.15 ↵jan.nijtmans2013-10-282-2/+2
| | | | | release, just as in Tcl 8.6.1). Don't fix eol-style for Makefile.in in "make dist", if the file system is case-insensitive/case-preserving.
* Fix [3eb2ec1449]: Allow upper case scheme names in url. http -> 2.7.13jan.nijtmans2013-10-252-10/+13
|
* Fix execute permission on many files which shouldn't have it.jan.nijtmans2013-10-17145-0/+0
|
* Advance to tzdata2013gKevin B Kenny2013-10-0535-1354/+413
|
* merge 8.5. update changes.dgp2013-09-081-0/+9
|\
| * [86ceb4e2b6] Improve reaction when multiple *tm files purport to offer thedgp2013-09-071-0/+9
| |\ | | | | | | | | | | | | same version of the same package. Prefer the file that comes first on the tm path. Makes TCL*_TM_PATH variables more useful. Thanks to Gustaf Neumann for the suggestion.
| | * merge trunkbug_86ceb4e2b6dgp2013-09-074-3/+17
| | |\
| | | * Bump to tcltest 2.3.6 to account for changes since Tcl 8.6.0 release.dgp2013-08-302-2/+2
| | | |
| | | * Never guess non-existing timezone name "America/Brasilia" on Windows. ↵jan.nijtmans2013-08-111-1/+1
| | | |\ | | |_|/ | |/| | | | | | Reported by Arnulf Wiedemann
| | | * [3611643fff]: Support TclOO in autoload mechanism.dkf2013-08-031-0/+14
| | | |
| | * | Use ne instead of [string length] for less shimmer risk.dgp2013-09-051-1/+1
| | | |
| | * | Possible improvement in light of [86ceb4e2b6].dgp2013-07-151-0/+9
| | |/