Timeline
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

49 check-ins using file win/Makefile.in version 31fb8c115a

2009-04-07
18:37
* generic/tclStringObj.c: Completed backports of fixes for [Bug 2494093] and [... check-in: b72d2c661c user: dgp tags: core-8-5-branch
2009-03-30
18:48
* doc/Alloc.3: Size argument is "unsigned int". [Bug 2556263] check-in: ef3ce5cbff user: dgp tags: core-8-5-branch
17:47
* generic/tclStringObj.c: Added protections from invalid memory * generic/tclT... check-in: f0785bb73d user: dgp tags: core-8-5-branch
2009-03-27
19:16
* generic/tclPathObj.c (TclPathPart): TclPathPart() was computing * tests/fileName... check-in: 6f05a3d648 user: dgp tags: core-8-5-branch
2009-03-26
19:58
typo check-in: 4639b76c8b user: dgp tags: core-8-5-branch
2009-03-21
02:54
* generic/tclStringObj.c: Test stringObj-6.9 checks that * tests/stringObj.tes... check-in: 2ad13d8bb6 user: dgp tags: core-8-5-branch
2009-03-20
14:35
* generic/tclExecute.c (INST_CONCAT1): Panic when appends overflow the max length o... check-in: 0344586f37 user: dgp tags: core-8-5-branch
2009-03-18
17:13
* win/tclWinFile.c (TclpObjNormalizePath): Corrected Tcl_Obj leak. Thanks to Jo... check-in: de4d16a450 user: dgp tags: core-8-5-branch
2009-03-15
15:38
Added support for SIGINFO. [Patch 1513655] check-in: b60628dc1d user: dkf tags: core-8-5-branch
2009-02-20
18:19
* generic/tclPathObj.c: Fixed mistaken logic in TclFSGetPathType() * tests/fileName.... check-in: 703b79a976 user: dgp tags: core-8-5-branch
2009-02-17
18:06
* win/tcl.m4, win/configure: Check if cl groks _WIN64 already to avoid CC manipulation that can sc... check-in: 3bcaf7209e user: hobbs tags: core-8-5-branch
2009-02-05
13:59
* generic/tclStringObj.c: Added overflow protections to the AppendUtfToUtfRep routin... check-in: 9d19b12984 user: dgp tags: core-8-5-branch
2009-02-04
21:43
comment typo check-in: f22e328814 user: dgp tags: core-8-5-branch
20:21
* generic/tclStringObj.c (SetUnicodeObj): Corrected failure of Tcl_SetUnicodeO... check-in: d7975f5bcd user: dgp tags: core-8-5-branch
18:57
* generic/tclCmdMZ.c: Prevent crashes due to int overflow of the length of the res... check-in: dd591b8fbb user: dgp tags: core-8-5-branch
2009-01-29
16:08
Backport fix for [Bug 2519474] check-in: a14bcc8666 user: dkf tags: core-8-5-branch
2009-01-22
05:06
typo check-in: dbcb28419b user: dgp tags: core-8-5-branch
02:16
* unix/tcl.m4: Corrected a typo ($(SHLIB_VEERSION) should be ${SHLIB_VERSION}). * unix/configure: Au... check-in: 8f5e46e66c user: kennykb tags: core-8-5-branch
00:05
* generic/tclIORChan.c (ReflectClose): Fix for [Bug 2458202]. Closing a channel may supply NULL f... check-in: 68c5f6b579 user: andreas_kupries tags: core-8-5-branch
2009-01-20
03:54
Backport of Patch 907924 check-in: 678a111c20 user: kennykb tags: core-8-5-branch
2009-01-14
14:13
typo check-in: d2c1426979 user: dgp tags: core-8-5-branch
2009-01-09
15:12
* generic/tclStringObj.c (STRING_SIZE): Corrected failure to limit memory allocation... check-in: 5d56bba354 user: dgp tags: core-8-5-branch
2009-01-08
17:55
* generic/tclStringObj.c (STRING_UALLOC): Added missing parens required to get corr... check-in: 026b245cf3 user: dgp tags: core-8-5-branch
2009-01-06
16:07
Corrected twiddling in internals of dictionaries so that literals can't get destroyed. check-in: 1dbc152ce3 user: dkf tags: core-8-5-branch
15:23
Fix [Bug 2006879] check-in: 4009a11fc2 user: dkf tags: core-8-5-branch
15:12
Backport fix for [Bug 2006884] check-in: ba5e364c89 user: dkf tags: core-8-5-branch
2009-01-03
04:36
* library/clock.tcl (tcl::clock::add): Fixed error message formatting in the case where [clock add] ... check-in: 0be5ec88b7 user: kennykb tags: core-8-5-branch
2008-12-21
20:59
* generic/tcl.h: Bump to 8.5.6 for release. * library/init.tcl: * too... check-in: 1c19753e16 user: dgp tags: core-8-5-6, core-8-5-branch
20:22
advance tag check-in: 8c0e8c6a97 user: dgp tags: core-8-5-branch
20:13
* changes: Update for 8.5.6 release. * library/tclIndex: Removed reference to ... check-in: b37bbeae84 user: dgp tags: core-8-5-branch
2008-12-16
22:04
Backport re-fix of [2431847] check-in: 93b6cd83b3 user: ferrieux tags: core-8-5-branch
2008-12-15
23:26
Fix [Bug 2431847] check-in: d54c5ed1a6 user: dkf tags: core-8-5-branch
15:43
optional argument format correction check-in: e1b3253334 user: dgp tags: core-8-5-branch
2008-12-12
17:46
Fix time change in Eastern Europe (not 3:00 but 4:00 local time) [Bug 2207436] check-in: 148de9595c user: nijtmans tags: core-8-5-branch
2008-12-11
17:27
* generic/tclIO.c (SetChannelFromAny and related): Modified the * tests/io.test: internal represe... check-in: cfad9b09d7 user: andreas_kupries tags: core-8-5-branch
14:05
Fallback to European time zone DST rules, when the timezone is between 0 and -12 [Bug 2207436]. check-in: 51c9709271 user: nijtmans tags: core-8-5-branch
01:20
[Bug 1929403] specify the translation mode when counting bytes check-in: e718b6bacb user: patthoyts tags: core-8-5-branch
2008-12-10
19:03
library/tzdata/*: Update from Olson's tzdata2008i. check-in: e23bcfbd54 user: kennykb tags: core-8-5-branch
2008-12-07
16:39
Tcl_MacOSXOpenVersionedBundleResources: Fix leak, simplify logic check-in: aeae3e7517 user: das tags: core-8-5-branch
2008-12-04
17:45
* generic/tclPathObj.c (Tcl_FSGetNormalizedPath): Added another flag value TC... check-in: 1b223784cd user: dgp tags: core-8-5-branch
2008-12-03
07:03
* generic/tclFileName.c (DoGlob): One of the Tcl_FSMatchInDirectory() calls did n... check-in: 12a697308f user: dgp tags: core-8-5-branch
2008-12-02
18:23
* generic/tclIO.c (TclFinalizeIOSubsystem): Replaced Alexandre Ferrieux's first patch for [Bug 22... check-in: 485f324427 user: andreas_kupries tags: core-8-5-branch
2008-12-01
22:39
* generic/tclParse.c: Backport fix for [Bug 2251175]. check-in: 0fe1dac073 user: dgp tags: core-8-5-branch
2008-11-30
19:25
* library/clock.tcl (format, ParseClockScanFormat): Added a [string map] to get rid of namespace del... check-in: 544e7d8b85 user: kennykb tags: core-8-5-branch
2008-11-25
22:16
* generic/tclIO.c (TclFinalizeIOSubsystem): Applied Alexandre Ferrieux's patch for [Bug 2270477... check-in: 5b28ad3f61 user: andreas_kupries tags: core-8-5-branch
2008-11-23
19:29
* generic/tclIO.c: Backport of fix for [Bug 2333466]. check-in: 845be4dce9 user: andreas_kupries tags: core-8-5-branch
2008-11-18
07:02
fix [Bug 2308236] signature of Tcl_HashStats() wrong check-in: bf29d13c08 user: nijtmans tags: core-8-5-branch
2008-11-14
00:22
Fixed [Bug 2269431]: load of shared objects leaves emporary files on windows check-in: c651428b00 user: nijtmans tags: core-8-5-branch
2008-11-10
17:57
* doc/platform_shell.n: Fixed [Bug 2255235], reported by Ulrich * library/platform/pkgIndex.tcl: ... check-in: 3fa0548ccc user: andreas_kupries tags: core-8-5-branch