summaryrefslogtreecommitdiffstats
path: root/library
Commit message (Collapse)AuthorAgeFilesLines
* Allow URLs that don't have a path, but a query query, e.g. ↵max2013-04-041-4/+13
| | | | http://example.com?foo=bar .
* Update to tzdata2013bvenkat2013-03-2225-559/+1071
|\
| * Update to tzdata2013bvenkat2013-03-2225-559/+1071
| |
* | 2102614 Add ensemble indexing support to [auto_mkindex]. Thanks Brian Griffin.dgp2013-03-211-0/+9
|\ \ | |/
| * 2102614 Add ensemble indexing support to [auto_mkindex]. Thanks Brian Griffin.dgp2013-03-211-0/+9
| |
* | [Bug 3604576]: msgcat-1.5.0.tm error on windows XPjan.nijtmans2013-02-142-10/+7
|\ \ | |/
| * [Bug 3604576]: msgcat-1.5.0.tm error on windows XPjan.nijtmans2013-02-142-10/+7
| |\
| | * Finer granulated catchbug_3604576oehhar2013-02-141-17/+13
| | |
| | * Suggested fix for bug 3604576: msgcat -1.5.0.tm error on windows XP, ↵jan.nijtmans2013-02-142-17/+18
| |/ | | | | | | | | inclusive bump to version 1.5.1. Changelog entry still missing.
* | (::platform::LibcVersion): See [Bug 3599098]: Fixed the RE extractingandreask2013-01-302-3/+3
|\ \ | |/ | | | | | | | | the version to avoid issues with recent changes to the glibc banner. Now targeting a less variable part of the string. Bumped package to version 1.0.11.
| * (::platform::LibcVersion): See [Bug 3599098]: Fixed the RE extractingandreask2013-01-302-3/+3
| |\ | | | | | | | | | | | | | | | the version to avoid issues with recent changes to the glibc banner. Now targeting a less variable part of the string. Bumped package to version 1.0.11.
| | * (::platform::LibcVersion): See [Bug 3599098]: Fixed the RE extractingandreask2013-01-302-3/+3
| | | | | | | | | | | | | | | | | | the version to avoid issues with recent changes to the glibc banner. Now targeting a less variable part of the string. Bumped package to version 1.0.11.
* | | For [package] etc., select modernizations from Patrick Fradin.dgp2013-01-302-25/+11
|\ \ \ | |/ /
| * | For [package] etc., select modernizations from Patrick Fradin.dgp2013-01-302-23/+9
| | |
* | | In the script library, selected modernizations from Patrick Fradin.dgp2013-01-303-73/+45
|\ \ \ | |/ /
| * | In the script library, selected modernizations from Patrick Fradin.dgp2013-01-303-40/+43
| | |
* | | More improvements found browsing tcltestdgp2013-01-301-11/+1
|\ \ \ | |/ /
| * | More improvements found browsing tcltest.dgp2013-01-301-11/+1
| | |
* | | For tcltest, selected modernizations and style improvements from Patrick Fradin.dgp2013-01-301-108/+100
|\ \ \ | |/ /
| * | For tcltest, selected modernizations and style improvements from Patrick Fradin.dgp2013-01-301-108/+100
| | |
* | | Fix [2911139]: connect asynchronously, but without unnecessary internal waits.jan.nijtmans2013-01-231-31/+33
|\ \ \ | |/ /
| * | Proposed fix, by kakaroto, for Bug 2911139: http::geturl abuses vwait on ↵jan.nijtmans2013-01-171-31/+33
| | | | | | | | | | | | async call
* | | [Bug 3599395]: http assumes status line is a proper tcl list.jan.nijtmans2013-01-091-1/+1
|\ \ \ | |/ /
| * | [Bug 3599395]: http assumes status line is a proper tcl list. jan.nijtmans2013-01-092-3/+3
| | | | | | | | | Bump http package to 2.7.11.
* | | Don't depend on Spencer-specific regexp syntax (/u and /U) any more in ↵jan.nijtmans2013-01-062-3/+3
| | | | | | | | | | | | | | | unrelated places . Bump http package to 2.8.6.
* | | merge trunkdgp2012-12-042-3/+5
|\ \ \
| * \ \ Disable the legacy configuration setting from $::argv only when a setting calldgp2012-12-032-3/+5
| |\ \ \ | | |/ / | | | | | | | | to [configure] is made. Queries should not disturb that support. Bump to tcltest 2.3.5.
| | * | Disable the legacy configuration setting from $::argv only when a settingdgp2012-12-032-3/+5
| | |\ \ | | | |/ | | | | | | | | call to [configure] is made. Queries should not disturb that support. Bump to tcltest 2.3.5.
| | | * Disable the legacy configuration setting from $::argv only when a settingdgp2012-12-032-3/+5
| | | | | | | | | | | | | | | | call to [configure] is made. Queries should not disturb that support. Bump to tcltest 2.2.11.
| | | * More complete purge of things only present for supporting long-dead Mac 9 ↵dgp2012-11-152-10/+1
| | | | | | | | | | | | | | | | systems.
| | * | Revert msgcat requirement bump in the "clock" module. Should be no need for it.dgp2012-11-081-1/+1
| | | |
| | * | changed msgcat version from 1.4 to 1.5 in doc/msgcat.n, tests/clock.test, ↵oehhar2012-11-081-1/+1
| | | | | | | | | | | | | | | | library/clock.tcl, win/makefile.bc and tools/tcl.wse.in
| | * | tzdata updatedgp2012-11-0711-298/+774
| | |\ \
| | * \ \ merge 8.5dgp2012-11-062-10/+8
| | |\ \ \
| | * | | | Release branch for Tcl 8.5.13.dgp2012-11-051-1/+1
| | | | | |
* | | | | | Create Tcl 8.6.0 release branchdgp2012-11-081-1/+1
|/ / / / /
* | | | | Import tzdata2012iKevin B Kenny2012-11-0711-298/+774
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Import tzdata2012iKevin B Kenny2012-11-0711-298/+774
| | |/ / | |/| |
* | | | [Bug 3581754]: Ensure that http -command callbacks are done at most once.dkf2012-11-062-10/+8
|\ \ \ \ | |/ / /
| * | | [Bug 3581754]: Ensure that http -command callbacks are done at most once.dkf2012-11-062-10/+8
| |/ /
| * | tip#404 file locale mcset: mc(fl)(m)set backport from 8.6oehhar2012-09-122-4/+80
| | |
* | | Dde version number to 1.4.0, ready for Tcl 8.6.0rc1jan.nijtmans2012-10-311-2/+2
| | |
* | | merge trunkfrq_3527238jan.nijtmans2012-09-195-8/+84
|\ \ \ | | | | | | | | <p>change dde version to 1.4.0b2
| * \ \ merge trunkdgp2012-09-122-4/+80
| |\ \ \
| | * | | Reentrant mcfl(m)set command, test, document mcflset as recommended for ↵oehhar2012-09-071-4/+8
| | | | | | | | | | | | | | | | | | | | message files
| | * | | Commit of Harald Oehlmann's TIP 404 patch without TIP 399 pieces and with somedkf2012-08-272-4/+76
| | | | | | | | | | | | | | | added documentation. No tests for new functionality yet.
| * | | | merge trunkdgp2012-08-271-1/+1
| |\ \ \ \ | | |/ / /
| | * | | [Bug 3561330]: Use the correct full name of March in Ukrainian.dkf2012-08-251-1/+1
| | |\ \ \ | | | |/ /
| | | * | [Bug 3561330]: Use the correct full name of March in Ukrainian.dkf2012-08-251-1/+1
| | | | |
| | | * | merge 8.5core_8_5_12core_8_5_12_rcdgp2012-07-251-5/+8
| | | |\ \