| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | typo | dgp | 2009-03-26 | 1 | -1/+1 |
|
|
* | * generic/tclStringObj.c: Test stringObj-6.9 checks that | dgp | 2009-03-21 | 3 | -3/+19 |
|
|
* | * generic/tclExecute.c (INST_CONCAT1): Panic when appends overflow | dgp | 2009-03-20 | 2 | -2/+15 |
|
|
* | * win/tclWinFile.c (TclpObjNormalizePath): Corrected Tcl_Obj leak. | dgp | 2009-03-18 | 2 | -2/+16 |
|
|
* | Added support for SIGINFO. [Patch 1513655] | dkf | 2009-03-15 | 2 | -1/+12 |
|
|
* | * generic/tclPathObj.c: Fixed mistaken logic in TclFSGetPathType() | dgp | 2009-02-20 | 3 | -2/+24 |
|
|
* | * win/tcl.m4, win/configure: Check if cl groks _WIN64 already to | hobbs | 2009-02-17 | 3 | -6/+189 |
|
|
* | * generic/tclStringObj.c: Added overflow protections to the | dgp | 2009-02-05 | 2 | -4/+35 |
|
|
* | comment typo | dgp | 2009-02-04 | 1 | -2/+2 |
|
|
* | * generic/tclStringObj.c (SetUnicodeObj): Corrected failure of | dgp | 2009-02-04 | 2 | -43/+32 |
|
|
* | * generic/tclCmdMZ.c: Prevent crashes due to int overflow of the | dgp | 2009-02-04 | 2 | -11/+19 |
|
|
* | Backport fix for [Bug 2519474] | dkf | 2009-01-29 | 2 | -2/+8 |
|
|
* | typo | dgp | 2009-01-22 | 1 | -1/+1 |
|
|
* | * unix/tcl.m4: Corrected a typo ($(SHLIB_VEERSION) should be ${SHLIB_VERSION}). | Kevin B Kenny | 2009-01-22 | 3 | -2/+8 |
|
|
* | * generic/tclIORChan.c (ReflectClose): Fix for [Bug 2458202]. | andreas_kupries | 2009-01-22 | 2 | -8/+20 |
|
|
* | Backport of Patch 907924 | Kevin B Kenny | 2009-01-20 | 4 | -12/+40 |
|
|
* | typo | dgp | 2009-01-14 | 1 | -2/+2 |
|
|
* | * generic/tclStringObj.c (STRING_SIZE): Corrected failure to limit | dgp | 2009-01-09 | 2 | -4/+13 |
|
|
* | * generic/tclStringObj.c (STRING_UALLOC): Added missing parens | dgp | 2009-01-08 | 2 | -2/+8 |
|
|
* | Corrected twiddling in internals of dictionaries so that literals can't get | dkf | 2009-01-06 | 2 | -2/+6 |
|
|
* | Fix [Bug 2006879] | dkf | 2009-01-06 | 2 | -3/+7 |
|
|
* | Backport fix for [Bug 2006884] | dkf | 2009-01-06 | 2 | -124/+122 |
|
|
* | * library/clock.tcl (tcl::clock::add): Fixed error message formatting | Kevin B Kenny | 2009-01-03 | 3 | -4/+21 |
|
|
* | * generic/tcl.h: Bump to 8.5.6 for release.core_8_5_6 | dgp | 2008-12-21 | 10 | -15/+26 |
|
|
* | advance tag | dgp | 2008-12-21 | 1 | -0/+2 |
|
|
* | * changes: Update for 8.5.6 release. | dgp | 2008-12-21 | 5 | -6/+51 |
|
|
* | Backport re-fix of [2431847] | ferrieux | 2008-12-16 | 1 | -5/+2 |
|
|
* | Fix [Bug 2431847] | dkf | 2008-12-15 | 3 | -45/+57 |
|
|
* | optional argument format correction | dgp | 2008-12-15 | 1 | -2/+2 |
|
|
* | Fix time change in Eastern Europe (not 3:00 but 4:00 local time) | nijtmans | 2008-12-12 | 2 | -4/+9 |
|
|
* | * generic/tclIO.c (SetChannelFromAny and related): Modified the | andreas_kupries | 2008-12-11 | 3 | -4/+37 |
|
|
* | Fallback to European time zone DST rules, when the timezone is | nijtmans | 2008-12-11 | 3 | -8/+56 |
|
|
* | [Bug 1929403] specify the translation mode when counting bytes | patthoyts | 2008-12-11 | 1 | -1/+2 |
|
|
* | library/tzdata/*: Update from Olson's tzdata2008i. | Kevin B Kenny | 2008-12-10 | 20 | -2038/+1015 |
|
|
* | Tcl_MacOSXOpenVersionedBundleResources: Fix leak, simplify logic | das | 2008-12-07 | 1 | -28/+36 |
|
|
* | * generic/tclPathObj.c (Tcl_FSGetNormalizedPath): Added another | dgp | 2008-12-04 | 2 | -13/+82 |
|
|
* | * generic/tclFileName.c (DoGlob): One of the | dgp | 2008-12-03 | 2 | -3/+11 |
|
|
* | * generic/tclIO.c (TclFinalizeIOSubsystem): Replaced Alexandre | andreas_kupries | 2008-12-02 | 2 | -3/+9 |
|
|
* | * generic/tclParse.c: Backport fix for [Bug 2251175]. | dgp | 2008-12-01 | 2 | -10/+30 |
|
|
* | * library/clock.tcl (format, ParseClockScanFormat): Added a | Kevin B Kenny | 2008-11-30 | 3 | -4/+28 |
|
|
* | * generic/tclIO.c (TclFinalizeIOSubsystem): Applied Alexandre | andreas_kupries | 2008-11-25 | 2 | -2/+8 |
|
|
* | * generic/tclIO.c: Backport of fix for [Bug 2333466]. | andreas_kupries | 2008-11-23 | 2 | -2/+9 |
|
|
* | fix [Bug 2308236] signature of Tcl_HashStats() wrong | nijtmans | 2008-11-18 | 5 | -9/+16 |
|
|
* | Fixed [Bug 2269431]: load of shared objects | nijtmans | 2008-11-14 | 4 | -16/+21 |
|
|
* | * doc/platform_shell.n: Fixed [Bug 2255235], reported by Ulrich | andreas_kupries | 2008-11-10 | 7 | -13/+35 |
|
|
* | * generic/tclPort.h: remove the ../win/ header dir as the build | hobbs | 2008-11-04 | 2 | -4/+11 |
|
|
* | fix typo: s/ZoneinfoFile/LoadZoneinfoFile/ | das | 2008-11-01 | 1 | -2/+2 |
|
|
* | Removed a rogue ^M from the end of a line | patthoyts | 2008-10-24 | 1 | -2/+2 |
|
|
* | Backported a fix for reading HTTP-like protocols that used to work and | patthoyts | 2008-10-23 | 5 | -14/+22 |
|
|
* | * generic/tcl.h: Bump version number to 8.5.6b1 to distinguish | dgp | 2008-10-23 | 10 | -16/+29 |
|
|