Timeline
Not logged in

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

46 check-ins using file unix/tclUnixFile.c version c6bdca4ee9

2013-02-07
13:53
Tcl_InvalidateStringRep -> TclInvalidateStringRep check-in: c7fb5aa3b9 user: jan.nijtmans tags: core-8-5-branch
2013-02-05
16:55
[Bug 3603434] Make sure TclpObjNormalizePath() properly declares "a:/" to be normalized, even when n... check-in: 111464a29c user: dgp tags: core-8-5-branch
13:26
fix broken lset tests, now all test-cases pass! Closed-Leaf check-in: fd6c05968f user: jan.nijtmans tags: no-shimmer-string-length
12:37
Enable "list" optimize, fix cmdIL-1.29 test case check-in: 31e1aab3cd user: jan.nijtmans tags: no-shimmer-string-length
10:35
Merge core-8-5-branch. If the string representation is invalidated, the Unicode intRep must be inval... check-in: e24015d79a user: jan.nijtmans tags: no-shimmer-string-length
09:17
[Bug 3433012]: Added dummy version of TclpLoadMemory to use in the event that a platform thinks it c... check-in: f8694d903a user: dkf tags: core-8-5-branch
2013-02-04
18:51
Fix for Bug 3602706. check-in: 1e3399e347 user: dgp tags: core-8-5-branch
18:38
Cherrypick again. Add test. Closed-Leaf check-in: 19aee948a2 user: dgp tags: bug-3602706
17:13
Cherrypick the refcount fixes and comments from mig-review. I also find the revised "createPart2" v... check-in: 1c7e20e653 user: dgp tags: bug-3602706
2013-02-03
11:37
merge core-8-5-branch check-in: 70f410f71f user: jan.nijtmans tags: no-shimmer-string-length
11:31
re-apply [8aca9a8e96], while backporting [d91c86d0da] from trunk. This fixes bugs #3601260 and #3602... check-in: 8e90418421 user: jan.nijtmans tags: core-8-5-branch
2013-02-01
08:15
Real bug-fix! Closed-Leaf check-in: aa0c2910c0 user: jan.nijtmans tags: bug-3602706
2013-01-31
15:04
cherry-pick [0f098031c3] check-in: 3a2f83fa6f user: jan.nijtmans tags: bug-3602706
14:57
Branch for fixing 3602706 check-in: 895132af47 user: dgp tags: bug-3602706
13:52
Bug [3598282]: Stop using installData.tcl to install the timezone files. check-in: 0f098031c3 user: stwo tags: core-8-5-branch
11:41
Merge core-8-5-branch. Optimize tclCmdNameType the same way. check-in: b4cdb58176 user: jan.nijtmans tags: no-shimmer-string-length
09:49
Fix bug #3601260 and #3602706 by reverting [8aca9a8e96]. This gives time to investigate the issue wi... check-in: 703a29ceb2 user: jan.nijtmans tags: core-8-5-branch
09:42
Use twoPtrValue.ptr1 in stead of otherValuePtr everywhere. This is exactly the same field, but it al... check-in: 17354de1e8 user: jan.nijtmans tags: core-8-5-branch
07:56
Merge trunk Handle caching of string intRep in more internal objTypes check-in: c5f0ac6cc3 user: jan.nijtmans tags: no-shimmer-string-length
04:29
For embedding support, select modernizations from Patrick Fradin check-in: ee70052c43 user: dgp tags: core-8-5-branch
2013-01-30
21:34
For traces, select modernizations from Patrick Fradlin. check-in: 8062ae03bd user: dgp tags: core-8-5-branch
20:49
For msgcat, select modernizations from Patrick Fradin + -debug fix. check-in: 927b8c4de9 user: dgp tags: core-8-5-branch
20:42
For Parse/eval, select modernizations from Patrick Fradin. check-in: 529efda549 user: dgp tags: core-8-5-branch
19:18
(::platform::LibcVersion): See [Bug 3599098]: Fixed the RE extracting the version to avoid issues w... check-in: e70b932ea4 user: andreask tags: core-8-5-branch
18:58
For [package] etc., select modernizations from Patrick Fradin. check-in: e7ef315c2f user: dgp tags: core-8-5-branch
17:46
In the script library, selected modernizations from Patrick Fradin. check-in: df3aac7d79 user: dgp tags: core-8-5-branch
17:15
More improvements found browsing tcltest. check-in: 38058afdf7 user: dgp tags: core-8-5-branch
16:51
Fradin improvements in test suite too. check-in: 43a0a934b5 user: dgp tags: core-8-5-branch
16:27
For tcltest, selected modernizations and style improvements from Patrick Fradin. check-in: 1209ebb68f user: dgp tags: core-8-5-branch
2013-01-29
11:53
Prevent shimmering of "byte length" for ByteArray, Dict and List objs, by keeping the string interna... check-in: 621e03a369 user: jan.nijtmans tags: no-shimmer-string-length
10:46
Change core to use repr->twoPtrValue.ptr1 in stead of repr->otherValuePtr (which is exactly the same... check-in: 4918a10d3d user: jan.nijtmans tags: no-shimmer-string-length
2013-01-26
16:53
[Bug 3601804]: platformCPUID segmentation fault on Darwin check-in: 2be066838a user: jan.nijtmans tags: core-8-5-branch
2013-01-24
22:01
new version of cpuid, which doesn't use the edi register any more. Hopefully that works better on so... check-in: 8750be345c user: jan.nijtmans tags: core-8-5-branch
21:29
revert [f3509c3d35]: it doesn't work on i386 check-in: 5aa72128a9 user: jan.nijtmans tags: core-8-5-branch
20:25
Bug 3599789: Proposed fix by Serg G. Brester Closed-Leaf check-in: dc427c5f49 user: jan.nijtmans tags: bug-3599789
19:09
Silence come compiler warnings. check-in: 846d6d7575 user: dgp tags: core-8-5-branch
14:56
merge core-8-5-branch Closed-Leaf check-in: ae2e423023 user: jan.nijtmans tags: bug-3601260
08:05
Simplify STRING_AT macro. Protect Tcl_GetIndexFromObjStruct from invalid "offset" values, like 0 or ... check-in: 8d90ad34d1 user: jan.nijtmans tags: core-8-5-branch
2013-01-23
09:03
Fix [2911139]: connect asynchronously, but without unnecessary internal waits. check-in: 5562d8bc15 user: dkf tags: core-8-5-branch
2013-01-22
22:53
Now really fix test-case http-4.14 Closed-Leaf check-in: 1bbf0da818 user: jan.nijtmans tags: bug-2911139
21:57
Bug [3601804]: platformCPUID segmentation fault on Darwin check-in: f3509c3d35 user: jan.nijtmans tags: core-8-5-branch
08:16
Fix test-case http-4.14 check-in: a34d23182d user: jan.nijtmans tags: bug-2911139
2013-01-19
22:25
merge main 8.5 branch check-in: b1d119dd70 user: dkf tags: bug-2911139
17:48
fix Bug 3598300 on MacOSX too check-in: db771d0a61 user: jan.nijtmans tags: core-8-5-branch
2013-01-18
15:07
Proposed solution for Bug 3598300 on MacOSX Closed-Leaf check-in: 51d35815e9 user: jan.nijtmans tags: bug-3598300
14:30
... and fix cygwin build check-in: 6ad2f4f258 user: jan.nijtmans tags: core-8-5-branch