summaryrefslogtreecommitdiffstats
path: root/library
Commit message (Collapse)AuthorAgeFilesLines
* tzdata2016fdgp@users.sourceforge.net2016-07-1222-159/+159
|
* Start RC branch for Tcl 8.6.6dgp@users.sourceforge.net2016-07-121-1/+1
|
* Fixup the ensemble rewrite conversions (merge fork)nijtmans@users.sourceforge.net2016-07-051-1/+1
|
* [09fabeb1fd] test subdirs in sorted order.dgp@users.sourceforge.net2016-07-021-1/+1
|
* (cherry-pick) Merge TIP #447: Execution Time Verbosity Levels in ↵nijtmans@users.sourceforge.net2016-06-022-6/+32
| | | | tcltest::configure. Tcltest 2.3.8 -> 2.4.0.
* Make tclreg13.dll work in any Unicode environment (either with 32-bit or ↵nijtmans@users.sourceforge.net2016-05-131-2/+2
| | | | 64-bit characters). Adopted from Androwish. Thanks to Christian Werner. version -> 1.3.2
* Update to tzdata2016d from IETFvenkat@comit.com2016-04-2234-313/+463
|\
| * Update to tzdata2016d from IETFvenkat@comit.com2016-04-2234-313/+463
| |
* | Update to tzdata 2016c from ietf.orgdonal.k.fellows@manchester.ac.uk2016-03-268-186/+522
|\ \ | |/
| * Update to tzdata 2016c from ietf.orgvenkat@comit.com2016-03-268-186/+522
| |
| * (cherry-pick): Fix [f1253530cdd83e66]: Different Windows / *nix default ↵nijtmans@users.sourceforge.net2016-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.orgvenkat@comit.com2016-03-1615-798/+689
| |
| * merge 8.5dgp@users.sourceforge.net2015-10-295-38/+193
| |\
| * | Bump to release number 8.5.19dgp@users.sourceforge.net2015-10-231-1/+1
| | |
* | | (cherry-pick): Fix [f1253530cdd83e66]: Different Windows / *nix default ↵nijtmans@users.sourceforge.net2016-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.orgnijtmans@users.sourceforge.net2016-03-169-340/+387
| | |
* | | Update to tzdata2016a.dgp@users.sourceforge.net2016-02-196-458/+302
| | |
* | | Bump to 8.6.5dgp@users.sourceforge.net2016-01-281-1/+1
| | |
* | | Make ::tcl::tm::roots work for alpha/beta Tcl releases. (backported from ↵nijtmans@users.sourceforge.net2015-11-241-1/+1
| | | | | | | | | | | | "novem", will be needed anyway for whatever future developments)
* | | Merge tzdata2015g from ietfvenkat@comit.com2015-10-274-37/+192
|\ \ \ | | |/ | |/|
| * | Update to tzdata2015g from ietfvenkat@comit.com2015-10-274-37/+192
| | |
* | | Bring back regexp to what it was in latest release. This is the correct fix ↵nijtmans@users.sourceforge.net2015-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 ↵nijtmans@users.sourceforge.net2015-10-241-1/+1
| | | | | | | | | | | | for kbk's attempt.
* | | Mend problems with [platform::identify] formatting.donal.k.fellows@manchester.ac.uk2015-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 ↵harald.oehlmann@elmicron.de2015-10-211-0/+36
| | | | | | | | change [4a0c163d24]
* | Mutch simpler solution to [219866c1e9]: In stead of filtering out version ↵nijtmans@users.sourceforge.net2015-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 ↵nijtmans@users.sourceforge.net2015-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 windowsnijtmans@users.sourceforge.net2015-09-301-6/+2
|\ \ | |/
| * Fix [738bc50e93]: auto_execok doesn't recognise mklink on windows. Remove ↵nijtmans@users.sourceforge.net2015-09-307-132/+128
| | | | | | | | some unnecessary end-of-line spacing.
* | Fix [b1f19286f0]: for command documentation. nijtmans@users.sourceforge.net2015-09-301-0/+1
|\ \ | |/ | | Minor addendum to previous commit: Make OS version number available in ::platform::generic for Cygwin
| * Fix [b1f19286f0]: for command documentation. nijtmans@users.sourceforge.net2015-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 -> ↵nijtmans@users.sourceforge.net2015-09-292-4/+11
|\ \ | |/ | | | | platform 1.0.14
| * proposed fix for [219866c1e9]: platform::identify: regexp doesn't match platformnijtmans@users.sourceforge.net2015-09-252-4/+11
| |
* | Whitespace reduction in Tcl scripts. No functional change.nijtmans@users.sourceforge.net2015-09-017-35/+35
| |
* | Merge tzdata2015fvenkat@comit.com2015-08-127-380/+208
|\ \ | |/
| * Upgrade to tzdata2015f from IETF.venkat@comit.com2015-08-127-380/+208
| |
* | "mcpackagelocale present" is more elegantharald.oehlmann@elmicron.de2015-06-301-1/+1
| |
* | [TIP 412] msgcat dynamic locale change and package private locale (msgcat 1.6.0)harald.oehlmann@elmicron.de2015-06-293-162/+705
|\ \
| * | Added tests for mcforgetpackage, mcpackagelocale and mcpackageconfigharald.oehlmann@elmicron.de2015-06-291-3/+4
| | |
| * | Tests for mcexists and mcloadedlocalesharald.oehlmann@elmicron.de2015-06-261-1/+1
| | |
| * | Manpage, callback fail calls bgerror, clean catalog on packagelocale unsetharald.oehlmann@elmicron.de2015-06-261-7/+28
| | |
| * | Make all msgcat tests passharald.oehlmann@elmicron.de2015-06-011-1/+1
| | |
| * | clock.tcl modified that all clock tests passharald.oehlmann@elmicron.de2015-05-311-12/+5
| | |
| * | merge trunkharald.oehlmann@elmicron.de2015-05-31197-6318/+6268
| |\ \
| * | | clock uses new msgcat featuresharald.oehlmann@elmicron.de2012-09-202-605/+686
| | | |
| * | | (proposal) msgcat with dynamic mc file load on locale changeharald.oehlmann@elmicron.de2012-09-191-103/+620
| | | |
| * | | TIP#399 implementation: mcconfig may add additional glob pattern for mcloadharald.oehlmann@elmicron.de2012-09-192-15/+54
| | | |
* | | | Merge tzdata2015e from ietf.orgvenkat@comit.com2015-06-283-51/+216
|\ \ \ \ | | |_|/ | |/| |
| * | | Summary: Update to tzdata2015e from ietf.orgvenkat@comit.com2015-06-283-51/+216
| | | |