summaryrefslogtreecommitdiffstats
path: root/library
Commit message (Expand)AuthorAgeFilesLines
* * generic/tclGetDate.y: Fixed a thread safety bug in the generatedKevin B Kenny2009-06-091-2/+2
* New DST rule for Bangladesh (Olson's tzdata2009i)Kevin B Kenny2009-06-081-0/+2
* Applied Olson's tzdata2009hKevin B Kenny2009-05-302-105/+105
* * library/platform/platform.tcl: Fixed handling of cpu ia64,andreas_kupries2009-05-292-4/+4
* * library/tzdata/Asia/Karachi: Updated rules for Pakistan SummerKevin B Kenny2009-04-141-0/+2
* * generic/tcl.h: Bump to 8.5.7 for release.dgp2009-04-101-2/+2
* Fix tzdata line terminatorsKevin B Kenny2009-04-09559-49071/+49071
* Olson's tzdata2009eKevin B Kenny2009-04-09559-48700/+49071
* * library/http/http.tcl: Backport http 2.7.3 from HEAD fordgp2009-04-092-139/+179
* * library/platform/platform.tcl: Extended the darwin sections toandreas_kupries2009-04-082-2/+40
* * library/tcltest/tcltest.tcl: Converted [eval]s (some unsafe!) todgp2009-04-082-11/+11
* * library/clock.tcl (tcl::clock::add): Fixed error message formattingKevin B Kenny2009-01-031-3/+3
* * generic/tcl.h: Bump to 8.5.6 for release.core_8_5_6dgp2008-12-211-2/+2
* * changes: Update for 8.5.6 release.dgp2008-12-211-1/+0
* Fix time change in Eastern Europe (not 3:00 but 4:00 local time)nijtmans2008-12-121-3/+3
* Fallback to European time zone DST rules, when the timezone isnijtmans2008-12-111-7/+26
* library/tzdata/*: Update from Olson's tzdata2008i.Kevin B Kenny2008-12-1019-2038/+1011
* * library/clock.tcl (format, ParseClockScanFormat): Added aKevin B Kenny2008-11-301-3/+5
* * doc/platform_shell.n: Fixed [Bug 2255235], reported by Ulrichandreas_kupries2008-11-103-3/+15
* fix typo: s/ZoneinfoFile/LoadZoneinfoFile/das2008-11-011-2/+2
* Backported a fix for reading HTTP-like protocols that used to work andpatthoyts2008-10-232-8/+11
* * generic/tcl.h: Bump version number to 8.5.6b1 to distinguishdgp2008-10-231-2/+2
* silence Alexdgp2008-10-161-2/+5
* * library/init.tcl: Revised [unknown] so that it carefullydgp2008-10-161-3/+8
* * generic/tcl.h: Bump to 8.5.5 for release.dgp2008-10-101-2/+2
* * library/init.tcl: export min and max commands from the mathfuncMiguel Sofer2008-09-171-1/+2
* * generic/tcl.h: Bump version number to 8.5.5b1 to distinguishdgp2008-08-281-2/+2
* * library/http/http.tcl: Remove 8.5 requirement.dgp2008-08-112-3/+3
* Remove the 8.5+ requirement to avoid problems with shipping http as a tcl mod...patthoyts2008-08-111-4/+4
* * library/tm.tcl: Added a 'package provide' command to theandreas_kupries2008-08-111-1/+2
* &#(*& typo!dgp2008-08-111-1/+1
* * library/http/http.tcl: Bump http version to 2.7.1 to accountdgp2008-08-112-5/+5
* crc field from zlib data should be treated as unsigned for 64bit support [Bug...patthoyts2008-08-111-2/+2
* Olson's tzdata2008eKevin B Kenny2008-08-081-0/+36
* Olson's tzdata2008eKevin B Kenny2008-08-0812-15/+29
* * generic/tcl.h: Bump to 8.5.4 for release.dgp2008-08-081-2/+2
* * library/package.tcl: Removed [file readable] testing fromdgp2008-07-031-11/+29
* * generic/tcl.h: Bump to 8.5.3 for release.core_8_5_3dgp2008-06-301-2/+2
* * library/tm.tcl: Modified the handling of Tcl Modules and of theandreas_kupries2008-06-253-19/+149
* * generic/tcl.h: Bump version number to 8.5.3b1 to distinguishdgp2008-04-111-2/+2
* * generic/tcl.h: Bump to 8.5.2 for release.core_8_5_2dgp2008-03-281-2/+2
* Changes up to and including Olson's tzdata2008bKevin B Kenny2008-03-2723-478/+2232
* * library/tm.tcl (::tcl::tm::UnknownHandler): Changed 'source' toandreas_kupries2008-03-181-1/+1
* Fix oops. Use ::list, not list, prevent use of the namespace local command.andreas_kupries2008-03-181-1/+1
* * library/tm.tcl (::tcl::tm::Defaults): Modified handling ofandreas_kupries2008-03-181-2/+5
* change http::geturl -keepalive default to 0 as it has poor true pipeline supporthobbs2008-03-121-2/+3
* * unix/Makefile.in (install-libraries): Bump http to 2.7hobbs2008-03-122-130/+478
* * library/http/http.tcl (http::geturl): add -method option to supporthobbs2008-03-121-4/+9
* * library/http/http.tcl: whitespace changes, code cleanup. Allowhobbs2008-03-121-49/+50
* bug #705956 - fix inverted logic when cleaning up socket error in geturl. Doc...patthoyts2008-02-271-16/+28