summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * unix/configure.in (Darwin): use Darwin SUSv3 extensions ifdas2009-04-103-5/+100
* * changes: Update for 8.5.7 release.dgp2009-04-102-1/+44
* * macosx/tclMacOSXBundle.c: on Mac OS X 10.4 and later, replacedas2009-04-102-8/+84
* * generic/tcl.h: Bump to 8.5.7 for release.dgp2009-04-1010-16/+27
* * tests/httpd: Backport new tests for http 2.7.3.dgp2009-04-103-5/+22
* Fix tzdata line terminatorsKevin B Kenny2009-04-09561-49072/+49075
* Olson's tzdata2009eKevin B Kenny2009-04-09560-48700/+49075
* * library/http/http.tcl: Backport http 2.7.3 from HEAD fordgp2009-04-095-145/+192
* * library/platform/platform.tcl: Extended the darwin sections toandreas_kupries2009-04-086-11/+59
* * library/tcltest/tcltest.tcl: Converted [eval]s (some unsafe!) todgp2009-04-085-17/+24
* * generic/tclStringObj.c: Completed backports of fixes fordgp2009-04-072-68/+117
* * doc/Alloc.3: Size argument is "unsigned int". [Bug 2556263]dgp2009-03-302-2/+4
* * generic/tclStringObj.c: Added protections from invalid memorydgp2009-03-304-4/+141
* * generic/tclPathObj.c (TclPathPart): TclPathPart() was computingdgp2009-03-273-4/+50
* typodgp2009-03-261-1/+1
* * generic/tclStringObj.c: Test stringObj-6.9 checks thatdgp2009-03-213-3/+19
* * generic/tclExecute.c (INST_CONCAT1): Panic when appends overflowdgp2009-03-202-2/+15
* * win/tclWinFile.c (TclpObjNormalizePath): Corrected Tcl_Obj leak.dgp2009-03-182-2/+16
* Added support for SIGINFO. [Patch 1513655]dkf2009-03-152-1/+12
* * generic/tclPathObj.c: Fixed mistaken logic in TclFSGetPathType()dgp2009-02-203-2/+24
* * win/tcl.m4, win/configure: Check if cl groks _WIN64 already tohobbs2009-02-173-6/+189
* * generic/tclStringObj.c: Added overflow protections to thedgp2009-02-052-4/+35
* comment typodgp2009-02-041-2/+2
* * generic/tclStringObj.c (SetUnicodeObj): Corrected failure ofdgp2009-02-042-43/+32
* * generic/tclCmdMZ.c: Prevent crashes due to int overflow of thedgp2009-02-042-11/+19
* Backport fix for [Bug 2519474]dkf2009-01-292-2/+8
* typodgp2009-01-221-1/+1
* * unix/tcl.m4: Corrected a typo ($(SHLIB_VEERSION) should be ${SHLIB_VERSION}).Kevin B Kenny2009-01-223-2/+8
* * generic/tclIORChan.c (ReflectClose): Fix for [Bug 2458202].andreas_kupries2009-01-222-8/+20
* Backport of Patch 907924Kevin B Kenny2009-01-204-12/+40
* typodgp2009-01-141-2/+2
* * generic/tclStringObj.c (STRING_SIZE): Corrected failure to limitdgp2009-01-092-4/+13
* * generic/tclStringObj.c (STRING_UALLOC): Added missing parensdgp2009-01-082-2/+8
* Corrected twiddling in internals of dictionaries so that literals can't getdkf2009-01-062-2/+6
* Fix [Bug 2006879]dkf2009-01-062-3/+7
* Backport fix for [Bug 2006884]dkf2009-01-062-124/+122
* * library/clock.tcl (tcl::clock::add): Fixed error message formattingKevin B Kenny2009-01-033-4/+21
* * generic/tcl.h: Bump to 8.5.6 for release.core_8_5_6dgp2008-12-2110-15/+26
* advance tagdgp2008-12-211-0/+2
* * changes: Update for 8.5.6 release.dgp2008-12-215-6/+51
* Backport re-fix of [2431847]ferrieux2008-12-161-5/+2
* Fix [Bug 2431847]dkf2008-12-153-45/+57
* optional argument format correctiondgp2008-12-151-2/+2
* Fix time change in Eastern Europe (not 3:00 but 4:00 local time)nijtmans2008-12-122-4/+9
* * generic/tclIO.c (SetChannelFromAny and related): Modified theandreas_kupries2008-12-113-4/+37
* Fallback to European time zone DST rules, when the timezone isnijtmans2008-12-113-8/+56
* [Bug 1929403] specify the translation mode when counting bytespatthoyts2008-12-111-1/+2
* library/tzdata/*: Update from Olson's tzdata2008i.Kevin B Kenny2008-12-1020-2038/+1015
* Tcl_MacOSXOpenVersionedBundleResources: Fix leak, simplify logicdas2008-12-071-28/+36
* * generic/tclPathObj.c (Tcl_FSGetNormalizedPath): Added anotherdgp2008-12-042-13/+82