summaryrefslogtreecommitdiffstats
path: root/library
Commit message (Collapse)AuthorAgeFilesLines
...
* | | [f0f876c141] Improve consistency in error messages.dkf2014-06-171-4/+4
| | |
* | | [311e61d12a] Generate error code in *all* places where commands are looked up.dkf2014-06-161-1/+2
| | |
* | | [a122627849] Improve stack trace from parray on not-array.dkf2013-11-241-1/+1
|\ \ \ | |/ /
| * | [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-16/+7
|\ \ \ | |/ / | | | | | | env(ComSpec) to env(COMSPEC)) is unsetting the old one first. Long-standing bug, exposed by [219226].
| * | 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
| * | 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.8.8jan.nijtmans2013-10-252-10/+13
|\ \ \ | |/ /
| * | 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
|\ \ \ | |/ /
| * | 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
| |\ \
| * | | Bump to 8.5.15 for release.dgp2013-08-291-1/+1
| | | |
* | | | Advance to tzdata2013gKevin B Kenny2013-10-0535-1354/+413
| | | |
* | | | merge trunk; update changesdgp2013-09-162-26/+52
|\ \ \ \
| * | | | [3611643] Stop polluting the global namespace.dkf2013-09-081-26/+43
| | | | | | | | | | | | | | | | | | | | Refactor the index entry generation so it is done right, once. Handle more of [namespace ensemble create]'s behavior.
| * | | | [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. [a16752c252] Revise (partially revert) bug fix to stop crashes in buggy tclcompiler.
| | * | | [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
| | | |\ \ | | |_|/ / | |/| | |
| | | * | 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
| | | | |
* | | | | Bump version number to 8.6.1.dgp2013-08-301-1/+1
|/ / / /
* | | | 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
| * | | Never guess non-existing timezone name "America/Brasilia" on Windows. ↵jan.nijtmans2013-08-111-1/+1
| | | | | | | | | | | | | | | | Reported by Arnulf Wiedemann
| * | | http://www.iana.org/time-zones/repository/releases/tzdata2013d.tar.gzKevin B Kenny2013-07-066-197/+541
| | | |
* | | | [3611643fff]: Support TclOO in autoload mechanism.dkf2013-08-031-0/+14
| |/ / |/| |
* | | http://www.iana.org/time-zones/repository/releases/tzdata2013d.tar.gzKevin B Kenny2013-07-066-197/+541
| | |
* | | Fix [34538ba43f]jan.nijtmans2013-06-271-1/+1
|\ \ \ | |/ /
| * | Fix [34538ba43f]jan.nijtmans2013-06-271-1/+1
| | |
| * | 3036566 - Get msgcat locale for Win Vista+ first from gui language registry key.jan.nijtmans2013-05-282-18/+23
| |\ \ | | | | | | | | | | | | Bumped msgcat to version 1.5.2. Minor manpage corrections.
* | \ \ 3036566 - Get msgcat locale for Win Vista+ first from gui language registry key.oehhar2013-05-272-18/+23
|\ \ \ \ | | |/ / | |/| | | | | | Bumped msgcat to version 1.5.2. Minor manpage corrections.
| * | | Also get msgcat locale from Vista+ registry key "HCU/Control Panel/Desktop : ↵oehhar2013-05-082-18/+23
| | | | | | | | | | | | | | | | PreferredUILanguages" to honor installed language packs. msgcat now 1.5.2
* | | | Fix platform version mismatch between code and index.andreask2013-05-151-1/+1
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Fix platform version mismatch between code and index.andreask2013-05-151-1/+1
| |\ \
| | * | Fix platform version mismatch between code and index.andreask2013-05-151-1/+1
| | | |
* | | | (::platform::LibcVersion): Followup to the 2013-01-30 change. The REandreask2013-04-301-2/+2
|\ \ \ \ | |/ / / | | | | | | | | | | | | become too restrictive again. SuSe added a timestamp after the version. Loosened up a bit. Bumped package to version 1.0.12.
| * | | (::platform::LibcVersion): Followup to the 2013-01-30 change. The REandreask2013-04-301-2/+2
| |\ \ \ | | |/ / | | | | | | | | | | | | become too restrictive again. SuSe added a timestamp after the version. Loosened up a bit. Bumped package to version 1.0.12.
| | * | (::platform::LibcVersion): Followup to the 2013-01-30 change. The REandreask2013-04-301-2/+2
| | | | | | | | | | | | | | | | | | | | become too restrictive again. SuSe added a timestamp after the version. Loosened up a bit. Bumped package to version 1.0.12.
| | * | Update dde to version 1.3.3. jan.nijtmans2013-04-252-6/+6
| | | | | | | | | | | | | | | | Update registry to version 1.2.2. (the same as distributed with Tcl 8.5.14)
| | * | Allow URLs that don't have a path, but a query, e.g. ↵jan.nijtmans2013-04-092-3/+9
| | | | | | | | | | | | | | | | http://example.com?foo=bar and bump http to 2.5.8.
| * | | Allow URLs that don't have a path, but a query, max2013-04-042-6/+15
| | | | | | | | | | | | e.g. http://example.com?foo=bar and bump http to 2.7.12.
| * | | Update tzdata and release tagsdgp2013-03-2325-559/+1071
| |\ \ \
| * | | | Release branch for Tcl 8.5.14.dgp2013-03-211-1/+1
| | | | |
* | | | | Bump http to 2.8.7 in the other dozen places as well.max2013-04-041-1/+1
| | | | |
* | | | | Bump http to 2.8.7max2013-04-041-1/+1
| | | | |
* | | | | Allow URLs that don't have a path, but a query query, e.g. ↵max2013-04-041-4/+13
| | | | | | | | | | | | | | | | | | | | http://example.com?foo=bar .