Tcl Source Code

Timeline
Login

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

50 check-ins occurring around e188de7032ac2c17.

2009-02-24
14:42
Update to installed module version number check-in: 8b2ebb5ed0 user: dkf tags: trunk
14:39
Added support for 8.6's zlib integration. check-in: 282f1151e4 user: dkf tags: trunk
2009-02-23
17:20
merge updates from HEAD check-in: 453286efe3 user: dgp tags: dgp-refactor
2009-02-22
17:45
Revert commits of 20080723. Those were speed tests, that are inherently brittle. check-in: 1ee78aeeae user: ferrieux tags: trunk
04:38
* generic/tclStringObj.c: Several revisions to the shimmering patterns between...
check-in: 76f96f2a4c user: dgp tags: trunk
2009-02-20
18:25
merge updates from HEAD check-in: 277683274b user: dgp tags: dgp-refactor
18:24
* generic/tclPathObj.c: Fixed mistaken logic in TclFSGetPathType() * tests/fileName....
check-in: f8a85ea635 user: dgp tags: core-8-4-branch
18:19
* generic/tclPathObj.c: Fixed mistaken logic in TclFSGetPathType() * tests/fileName....
check-in: 703b79a976 user: dgp tags: core-8-5-branch
18:19
* generic/tclPathObj.c: Fixed mistaken logic in TclFSGetPathType() * tests/fileName....
check-in: c8c2551b94 user: dgp tags: trunk
2009-02-19
15:13
merge updates from HEAD check-in: 7ee406757c user: dgp tags: dgp-refactor
14:55
alternative solution to the signed/unsigned warnings check-in: a6265b9b52 user: dgp tags: trunk
06:35
fix signed/unsigned comparison warnings check-in: a5b3726442 user: das tags: trunk
02:47
merge updates from HEAD check-in: 6f1abd1b1b user: dgp tags: dgp-refactor
2009-02-18
20:10
* generic/tclStringObj.c: Simplify the logic of the Tcl_*SetObjLength() routin...
check-in: b2511db171 user: dgp tags: trunk
19:47
another TODO check-in: e8f8bf65a5 user: dgp tags: trunk
18:43
merge updates from HEAD check-in: 1466ff4bd2 user: dgp tags: dgp-refactor
18:31
* generic/tclStringObj.c: Rewrite GrowStringBuffer() so that it has parallel s...
check-in: 3f462e6880 user: dgp tags: trunk
17:45
* generic/tclStringObj.c: Another round of simplification on the allocation ma...
check-in: e352a00e67 user: dgp tags: trunk
06:26
* generic/tclStringObj.c: Another round of simplification on the allocation ma...
check-in: 61fb6cf251 user: dgp tags: trunk
2009-02-17
21:40
* generic/tclStringObj.c: Pare back the length of the unicode array in a non-e...
check-in: 8754f4357d user: dgp tags: trunk
21:05
* generic/tclStringObj.c: Factor out common GrowUnicodeBuffer() and solve over...
check-in: cfe9911057 user: dgp tags: trunk
18:10
* win/tcl.m4, win/configure: Check if cl groks _WIN64 already to avoid CC manipulation that can sc...
check-in: e587ee7ca9 user: hobbs tags: trunk
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
17:17
* generic/tclStringObj.c: Factor out common GrowStringBuffer().
* generic/tcl...
check-in: 820ba0e29a user: dgp tags: trunk, potential incompatibility
14:28
merge updates from HEAD check-in: 8b78d4ea6c user: dgp tags: dgp-refactor
06:52
* generic/tclStringObj.c: Revise buffer growth implementation in ExtendStringR...
check-in: e188de7032 user: dgp tags: trunk
2009-02-16
23:03
fix [Feature Request 2605263] use official zlib build. check-in: 77fa325ce4 user: nijtmans tags: trunk
22:56
fix [Feature Request 2605263] use official zlib build. check-in: 8f34b18e0c user: nijtmans tags: trunk
21:41
fix [Bug 2605232] tdbc doesn't build when Tcl is compiled with --disable-shared. check-in: b12ff1f84a user: nijtmans tags: trunk
04:33
* generic/tclTestObj.c: Replace the [teststringobj ualloc] testing * tests/stringObj...
check-in: e0e22cfc3b user: dgp tags: trunk
04:06
* generic/tclStringObj.c: Added protections from invalid memory * generic/tclT...
check-in: 1c3c3be74a user: dgp tags: trunk
2009-02-15
23:13
* generic/tclStringObj.c: Factor out duplicate code from Tcl_AppendObjToObj.
check-in: dac012d276 user: dgp tags: trunk
22:32
* generic/tclStringObj.c: Replace the 'size_t uallocated' field of the String ...
check-in: 14abdb946c user: dgp tags: trunk
16:49
* generic/tclStringObj.c: Removed limitation in Tcl_AppendObjToObj where the c...
check-in: 24a9c9e7b5 user: dgp tags: trunk
2009-02-14
23:07
* generic/tclStringObj.c: Revisions so that we avoid creating the strange repr...
check-in: 59f23bd2a8 user: dgp tags: trunk
22:54
* generic/tclTestObj.c: Revise updates to [teststringobj] so we don't get blocked by...
check-in: 701671c72e user: dgp tags: trunk
20:30
Const correctness fixes in the debug build. check-in: 5f4a54eded user: dgp tags: trunk
2009-02-13
14:45
Remove all "register" keywords. check-in: 8676898b20 user: dgp tags: trunk
04:01
New utility routine UnicodeLength(), to compute the length of unicode buffer argumen...
check-in: 42a8e6fdf2 user: dgp tags: trunk
03:22
* generic/tclStringObj.c: Rewrites of the routines Tcl_GetCharLength, Tcl_GetU...
check-in: d2191985b4 user: dgp tags: trunk
2009-02-12
17:08
* generic/tclStringObj.c: Simplified Tcl_GetCharLength by * generic/tclTestObj...
check-in: 215d13fc4c user: dgp tags: trunk
14:45
* generic/tclStringObj.c: Re-implemented AppendUtfToUnicodeRep so that we no l...
check-in: 7d98b7fffc user: dgp tags: trunk
09:27
Fix tricky point that meant it was next to impossible to extend [oo::define]. check-in: ac61ee3958 user: dkf tags: trunk
04:35
Revise latest commit to better maintain stringPtr->numChars. check-in: f9db57a39e user: dgp tags: trunk
03:46
* generic/tclStringObj.c: Re-implemented AppendUnicodeToUtfRep so that we no l...
check-in: ed8007db13 user: dgp tags: trunk
2009-02-11
19:33
Removed casts now unnecessary after type of stringPtr->allocated changed. check-in: 0bc9529c8f user: dgp tags: trunk
18:07
* generic/tclStringObj.c: Changed type of the 'allocated' field * generic/tclT...
check-in: d0225f51c9 user: dgp tags: trunk
17:27
merge updates from HEAD check-in: f07460d448 user: dgp tags: dgp-refactor
15:28
* generic/tclStringObj.c: Changed type of the 'allocated' field of the String struct...
check-in: 93efedde3f user: dgp tags: trunk
2009-02-10
23:08
- eliminate some unnessary type casts - some internal const decorations - spacing check-in: a45c7b126b user: nijtmans tags: trunk