summaryrefslogtreecommitdiffstats
path: root/library
Commit message (Collapse)AuthorAgeFilesLines
* [Bug 473946]: special characters not correctly sentjan.nijtmans2012-05-101-2/+2
|\
| * [Bug 473946]: special characters not correctly sentjan.nijtmans2012-05-101-2/+2
| |\
| | * Increase version to 1.2.5bug_473946jan.nijtmans2012-05-091-2/+2
| | | | | | | | | | | | | | | Now should work on Win95 as well Use Tcl_GetUnicodeFromObj in stead of Tcl_Win* functions, so we no longer have to detect whether we are on WinNT+
* | | Make 'auto_execok START' do the Right Thingdkf2012-04-271-1/+1
|\ \ \ | |/ /
| * | Make 'auto_execok START' do the Right Thingdkf2012-04-271-1/+1
| |\ \ | | |/
| | * Make 'auto_execok START' do the Right Thingdkf2012-04-271-1/+1
| | |
| | |
| \ \
*-. \ \ [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-04-242-4/+4
|\ \ \ \ | | |/ / | | | | | | | | Implement TclWinGetSockOpt, TclWinGetServByName and TclWinCPUID for Cygwin
| | * | [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-04-242-4/+4
| | |\ \ | |/ / / | | | _ | | | Implement TclWinGetSockOpt, TclWinGetServByName and TclWinCPUID for Cygwin
| | * [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-04-242-4/+4
| | | | | | | | | | | | Implement TclWinGetSockOpt, TclWinGetServByName and TclWinCPUID for Cygwin
| * | Apply tzdata2012cKevin B Kenny2012-04-185-88/+270
| | |
* | | Apply tzdata2012cKevin B Kenny2012-04-185-88/+270
| | |
* | | [Bug 3448512]: clock scan "1958-01-01" fails only in debug compilationjan.nijtmans2012-04-112-4/+4
|\ \ \ | |/ /
* | | Update to tzdata 2012bvenkat2012-03-1927-382/+43
|\ \ \ | |/ /
| * | Update to tzdata 2012bvenkat2012-03-1927-382/+43
| | |
* | | Merged from 8.5 branch -- http package. Fix Bug 3498327. Generate upper-case ↵andreask2012-03-072-4/+4
|\ \ \ | |/ / | | | | | | hexadecimal output for compliance with RFC 3986. Bumped version to 2.8.4.
| * | Merged from 8.4 branch -- http package. Fix Bug 3498327. Generate upper-case ↵andreask2012-03-072-4/+4
| |\ \ | | |/ | | | | | | hexadecimal output for compliance with RFC 3986. Bumped version to 2.7.9.
| | * http package. Fix Bug 3498327. Generate upper-case hexadecimal output for ↵andreask2012-03-072-4/+4
| | | | | | | | | | | | compliance with RFC 3986. Bumped version to 2.5.7.
* | | 3480599 Make [source] and [load] order of multi-file package happen in ↵dgp2012-01-271-1/+1
|\ \ \ | |/ / | | | | | | sorted order of the file names.
| * | 3480599 Make [source] and [load] order of multi-file package happen in sortedbug_3480599dgp2012-01-271-1/+1
| | | | | | | | | order of the file names.
| * | Bump to version 2.7.8dgp2012-01-172-2/+2
| |\ \ | | |/
| | * Bump to 2.5.6dgp2012-01-172-2/+2
| | |
* | | Ensure that error messages are always set, even in believed-unreachable code.dkf2012-01-161-0/+1
|\ \ \ | |/ /
| * | Ensure that error messages are always set, even in believed-unreachable code.dkf2012-01-161-0/+1
| |\ \ | | |/
| | * Ensure that error messages are always set, even in believed-unreachable code.dkf2012-01-161-0/+1
| | |
* | | * library/http/http.tcl (http::Connect): [Bug 3472316]: Ensure that wedkf2012-01-131-3/+2
|\ \ \ | |/ / | | | only try to read the socket error exactly once.
| * | * library/http/http.tcl (http::Connect): [Bug 3472316]: Ensure that wedkf2012-01-131-3/+2
| |\ \ | | |/ | | | only try to read the socket error exactly once.
| | * * library/http/http.tcl (http::Connect): [Bug 3472316]: Ensure that wedkf2012-01-131-3/+2
| | | | | | | | | only try to read the socket error exactly once.
* | | Fix loading of timezones where one abbreviation is a proper suffix of ↵Kevin B Kenny2012-01-081-3/+5
|\ \ \ | |/ / | | | | | | another [Bug 3470928]
| * | Fix loading of timezones where one abbreviation is a proper suffix of ↵Kevin B Kenny2012-01-081-3/+5
| | | | | | | | | | | | another [Bug 3470928]
* | | Update to Olson's tzdata2011nvenkat2011-12-307-6/+891
|\ \ \ | |/ /
| * | Actually check in the files, not just the Changelog.venkat2011-12-307-6/+891
| | |
* | | [Bug 967195]: Make tcltest work when tclsh is compiled without using the ↵jan.nijtmans2011-11-302-4/+12
|\ \ \ | |/ / | | | | | | setargv() function on mingw.
| * | [Bug 967195]: Make tcltest work when tclsh is compiled without using the ↵jan.nijtmans2011-11-302-4/+12
| |\ \ | | |/ | | | | | | setargv() function on mingw.
| | * [Bug 967195]: Make tcltest work when tclsh is compiled without using the ↵jan.nijtmans2011-11-301-2/+10
| | | | | | | | | | | | | | | setargv() function on mingw (no need to incr the version, since 2.2.10 is never released)
| * | Release candidate branch for Tcl 8.5.11.dgp2011-10-201-1/+1
| | |
| * | Update changes toward 8.5.11 release. Bump to http 2.7.7.dgp2011-10-202-2/+2
| | |
| * | Don't cache the system timezone when it was derived from TCL_TZ or TZ.max2011-10-181-11/+16
| | |
* | | * library/history.tcl (history): Simplify the dance of variabledkf2011-11-251-1/+1
| | | | | | | | | management used when chaining to the implementation command.
* | | Update changes toward 8.6b3 release. Bump to http 2.8.3.dgp2011-10-202-2/+2
| | |
* | | Don't cache the system timezone when it was derived from TCL_TZ or TZ.max2011-10-181-11/+16
| | |
* | | Update to Olson's tzdata2011lvenkat2011-10-153-2/+106
|\ \ \ | |/ /
| * | Update to Olson's tzdata2011lvenkat2011-10-153-2/+106
| | |
* | | Update to Olson's tzdata2011kvenkat2011-10-0411-1078/+18
|\ \ \ | |/ /
| * | Update to Olson's tzdata2011kvenkat2011-10-0411-1078/+18
| | |
* | | [Bug 3391977]: Ensure that the -headers option to http::geturl overrides the dkf2011-09-161-1/+7
|\ \ \ | |/ / | | | | | | -type option (important because -type has a default that is not always appropriate, and the header must not be duplicated).
| * | [Bug 3391977]: Ensure that the -headers option to http::geturl overrides thedkf2011-09-161-1/+7
| | | | | | | | | | | | -type option (important because -type has a default that is not always appropriate, and the header must not be duplicated).
* | | Update to Olson's tzdata2011ivenkat2011-09-078-774/+584
|\ \ \ | |/ /
| * | Update to Olson's tzdata2011ivenkat2011-09-078-774/+584
| | |
* | | merge to rcdgp2011-07-2818-2848/+26
|\ \ \
| * \ \ Update tzdata. Update changes.dgp2011-07-2818-2848/+26
| |\ \ \ | | |/ /