Timeline
Not logged in

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

243 check-ins using file doc/StringObj.3 version 8dcb69de7a

2009-04-10
09:37
Specific check for [Bug 26245326] This bug is caused by receiving a partial HTTP response line whi... check-in: cb97cbffd0 user: patthoyts tags: trunk
2009-04-09
20:07
Olson's tzdata2009e check-in: 112f6af617 user: kennykb tags: trunk
17:01
* library/http/http.tcl: Handle incomplete lines in the "connecting" state. ... check-in: 7e2b73c3e1 user: dgp tags: trunk
2009-04-08
19:17
* library/platform/platform.tcl: Extended the darwin sections to * library/platform/pkgIndex.tcl:... check-in: 0aca619525 user: andreas_kupries tags: trunk
16:05
* library/tcltest/tcltest.tcl: Converted [eval]s (some unsafe!) to * library/tcltes... check-in: f054da9f0c user: dgp tags: trunk
2009-04-07
18:45
* generic/tclStringObj.c: Correction so that value of TCL_GROWTH_MIN_ALLOC is ... check-in: 24eea28193 user: dgp tags: trunk
2009-04-04
17:31
Fix [Bug 1910136]. check-in: d99c0d9aba user: dkf tags: trunk
2009-03-30
18:49
* doc/Alloc.3: Size argument is "unsigned int". [Bug 2556263] check-in: 730ead76b9 user: dgp tags: trunk
2009-03-27
19:17
* generic/tclPathObj.c (TclPathPart): TclPathPart() was computing * tests/fileName... check-in: 5771cd9994 user: dgp tags: trunk
2009-03-26
19:58
typo check-in: 210ea34e35 user: dgp tags: trunk
10:43
Some small improvements to the last example check-in: a2a666124d user: dkf tags: trunk
2009-03-25
23:24
bring doc and tools in line with http://wiki.tcl.tk/812 check-in: e35ad2ae2d user: nijtmans tags: trunk
23:22
bring doc and tools in line with http://wiki.tcl.tk/812 check-in: 1a4d23cb9e user: nijtmans tags: trunk
10:26
Documented [coroutine] and [yield]. [Bug 2152285] check-in: db491127c0 user: dkf tags: trunk
2009-03-24
10:46
Fix [Bug 2704302] check-in: 477196cdad user: dkf tags: trunk
09:30
Fix [Bug 2673163] check-in: 1c6d19544d user: dkf tags: trunk
2009-03-22
14:46
* generic/tclBasic.c: NR-enable the handling of unknown commands [Bug 2502037]. check-in: f45dcb7151 user: msofer tags: trunk
2009-03-21
12:56
removed extra cleanupTests call check-in: 582d42dfed user: msofer tags: trunk
12:26
forgot one file :} check-in: 723c5799ca user: msofer tags: trunk
12:24
* generic/tclBasic.c: fixed "leaks" in aliases, imports and * generic/tclInt.h: ensembles. O... check-in: 5da5e7593d user: msofer tags: trunk
11:46
* tclInt.h: comments * tests/tailcall.test: added tests to show that [tailcall] does not current... check-in: 0dece95289 user: msofer tags: trunk
10:20
* tests/nre.test: [foreach] has been NR-enabled for a while, the test was marked 'knownBug': unmar... check-in: ab4bd3df9b user: msofer tags: trunk
09:42
* generic/tclBasic.c: Fix for (among others) [Bug 2699087] * generic/tclCmdAH.c: Tailcalls now... check-in: 8145ecc0e6 user: msofer tags: trunk
06:55
* generic/tclExecute.c: proper fix for [Bug 2415422]. Reenabled * tests/nre.test: the failin... check-in: 5682bc5adb user: msofer tags: trunk
03:43
* generic/tclExecute.c: fix both test and code for tailcall * tests/tailcall.test: from within ... check-in: c8742315d4 user: msofer tags: trunk
02:55
* tests/stringObj.test: Test stringObj-6.9 checks that Tcl_AppendStringsToOb... check-in: 289c2e97cd user: dgp tags: trunk
01:23
* tests/tailcall.test: slightly improved tests check-in: 30cc07ecb7 user: msofer tags: trunk
2009-03-20
14:43
* generic/tclExecute.c (INST_CONCAT1): Panic when appends overflow the max length o... check-in: 0f56647140 user: dgp tags: trunk
2009-03-19
23:31
* generic/tcl.h: * generic/tclInt.h: * generic/tclBasic.c: * generic/tclExecute.c: * generic/tc... check-in: 588ba19772 user: msofer tags: trunk
16:14
Added documentation for tailcall. check-in: 187f1bee39 user: dkf tags: trunk
2009-03-18
17:08
* win/tclWinFile.c (TclpObjNormalizePath): Corrected Tcl_Obj leak. Thanks to Jo... check-in: 5f1bd5c647 user: dgp tags: trunk
16:52
* generic/tclVar.c (TclLookupSimpleVar): Shift all calls to Tcl_SetErrorCode(... check-in: 0d2e7ec808 user: dgp tags: trunk
2009-03-16
10:21
Fix [Bug 2688063] check-in: c4abf357d6 user: dkf tags: trunk
00:43
revise fix for [Bug 2687952] check-in: f409096899 user: mistachkin tags: trunk
2009-03-15
22:34
Fix [Bug 2687952] check-in: 520dda1d96 user: dkf tags: trunk
15:35
Added support for SIGINFO. [Patch 1513655] check-in: 064364a737 user: dkf tags: trunk
2009-03-14
17:41
regen check-in: 8aa9ce14ff user: dkf tags: trunk
17:20
Added support for reporting TEA-like info via pkg-config. check-in: c54059aaad user: dkf tags: trunk
2009-03-11
10:44
* generic/tclBasic.c (TclNRCoroutineObjCmd): fix Tcl_Obj leak. Diagnose and fix thx to GPS. check-in: 2f85b847a1 user: msofer tags: trunk
2009-03-09
09:12
Move the implementation of [try] from Tcl to C. Not yet bytecoded. check-in: 7b446f39b0 user: dkf tags: trunk
2009-03-04
17:52
Related corrections check-in: 2693844b2e user: dkf tags: trunk
17:26
Fix bug 2662434 check-in: 9b6e8a380e user: dkf tags: trunk
2009-02-27
23:03
[Bug 218977] Tcl_DbCkfree needs a return value don't use CONST84/CONST86 in internal header files check-in: 23ff81a854 user: nijtmans tags: trunk
2009-02-25
19:59
* generic/tclUtil.c (TclStringMatchObj): Revised the branching on the strObj-... check-in: b1137fbe41 user: dgp tags: trunk
14:55
* generic/tclCmdMZ.c: Since Tcl_GetCharLength() has its own * generic/tclExecute.c... check-in: b7bc652fdf user: dgp tags: trunk
2009-02-24
21:04
General minor documentation improvements. check-in: e68a3507e0 user: dkf tags: trunk
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-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:19
* generic/tclPathObj.c: Fixed mistaken logic in TclFSGetPathType() * tests/fileName.... check-in: c8c2551b94 user: dgp tags: trunk
2009-02-19
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
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: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
17:17
* generic/tclStringObj.c: Factor out common GrowStringBuffer(). * generic/tcl... check-in: 820ba0e29a user: dgp tags: trunk, potential incompatibility
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
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
22:49
- eliminate some unnessary type casts - some internal const decorations - spacing check-in: 160bcb1152 user: nijtmans tags: trunk
21:57
fix [tcl-Bug 2502365] Building of head on HPUX is broken when using the native CC. check-in: 3023b7c8ff user: nijtmans tags: trunk
21:04
Removed handling of (objPtr->bytes != NULL) from UpdateStringOfString, which is only... check-in: 1f05ccc310 user: dgp tags: trunk
17:37
Simplify Tcl_SetObjLength by removing unreachable code. check-in: 927c8dae6c user: dgp tags: trunk
17:28
Simplify SetStringFromAny() by removing unreachable and duplicate code. check-in: f811987143 user: dgp tags: trunk
17:09
* generic/tclObj.c (Tcl_GetString): Added comments and validity checks following... check-in: 78d89e677c user: dgp tags: trunk
15:37
Convert all Tcl_InvalidateStringRep() calls into macros. check-in: e1cda5d2cf user: dgp tags: trunk
14:59
* generic/tclStringObj.c: Reduce code duplication in Tcl_GetUnicode*. Restrict Appen... check-in: 84a1bb328a user: dgp tags: trunk
14:38
* generic/tclStringObj.c (Tcl_GetUnicode*): Reduce code duplication. check-in: 0fb18eb9e7 user: dgp tags: trunk
03:55
formatting check-in: 03085a5401 user: dgp tags: trunk
2009-02-09
22:55
fix [Bug 2555129] const compiler warning (as error) in tclCompile.c check-in: a844523f95 user: nijtmans tags: trunk
2009-02-07
22:42
Improve error messages. [Bug 2573172] check-in: 6397952565 user: dkf tags: trunk
2009-02-06
00:59
Fix for [Bug 2544618] check-in: bdd187e3de user: mistachkin tags: trunk
2009-02-05
22:12
Simplify the implementation of some commands now that the underlying string API knows more about byt... check-in: ee4709ceaf user: dkf tags: trunk
21:27
Add missing cast check-in: 9cef9aac53 user: dkf tags: trunk
14:21
Fix [Bug 2568434] check-in: f783e3b9ff user: dkf tags: trunk
11:57
More/better/cleaner handling of the bytearray special casing for string ops. check-in: 174db4e4cd user: dkf tags: trunk
01:21
Improve efficiency of Tcl_AppendObjToObj's bytearray handling. check-in: 94be40db3a user: dkf tags: trunk
2009-02-04
21:45
comment typo check-in: 0a9d076582 user: dgp tags: trunk
19:59
* generic/tclStringObj.c: Added overflow protections to the AppendUtfToUtfRep routin... check-in: 50800297d9 user: dgp tags: trunk
18:15
* generic/tclCmdMZ.c: Prevent crashes due to int overflow of the length of the res... check-in: cf87a8291e user: dgp tags: trunk
2009-02-03
23:34
- eliminate some unnessary type casts - some internal const decorations - spacing check-in: 4e6ad69d53 user: nijtmans tags: trunk
23:10
- eliminate some unnessary type casts - some internal const decorations - spacing check-in: 4ad5e07e8e user: nijtmans tags: trunk
18:48
Added missing declaration of tclCmdNameType check-in: f72414bcb8 user: dkf tags: trunk
18:16
Fix for [Bug 2558422] though this area is still a mess. check-in: 3e5eb95379 user: dkf tags: trunk
18:10
* generic/tclStringObj.c (SetUnicodeObj): Corrected failure of Tcl_SetUnicodeO... check-in: b0fc858575 user: dgp tags: trunk
17:15
* generic/tclObj.c (Tcl_GetStringFromObj): Reduce code duplication. check-in: 237d9f22c5 user: dgp tags: trunk
2009-02-02
06:02
* generic/tclInterp.c: Reverted the conversion of [interp] into an * tests/interp.t... check-in: 419a8c1538 user: dgp tags: trunk
05:54
* generic/tclStringObj.c (STRING_NOMEM): Add missing cast of NULL to (char *) that ... check-in: 75bf4b19b7 user: dgp tags: trunk
05:47
* generic/tclStringObj.c (Tcl_(Attempt)SetObjLength): Added protections against ca... check-in: 2a6367e1b9 user: dgp tags: trunk
05:44
Revert unreleased improvements to pkgs/itcl . check-in: 75729d9a20 user: dgp tags: trunk
2009-02-01
19:36
no message check-in: f8d96d4bb1 user: davygrvy tags: trunk
19:35
* win/makefile.vc: Allow nmake flags such as -a (rebuild all) to pass down to the pkgs targets, to... check-in: 84588b5ce4 user: davygrvy tags: trunk
17:57
no message check-in: ccfe88b393 user: davygrvy tags: trunk
2009-01-31
15:11
remove accidental typo check-in: e6bc97edbd user: dkf tags: trunk
2009-01-30
16:01
improved test fixes check-in: 80965d4042 user: dgp tags: trunk
11:34
Added another example. [Bug 1216074] check-in: 162596d230 user: dkf tags: trunk
11:18
Added example. check-in: c0f0334598 user: dkf tags: trunk
2009-01-29
22:14
Fix [Bug 2006888] check-in: 259603c6a0 user: dkf tags: trunk
17:13
* generic/tclInterp.c: Convert the [interp] command into a * tests/interp.test: ... check-in: ab2e541228 user: dgp tags: trunk
15:57
Fix [Bug 2519474] check-in: a1b195f5d2 user: dkf tags: trunk
14:53
Fix [Bug 2537839] check-in: 0140eb5ef5 user: dkf tags: trunk
14:45
* generic/tclInterp.c: Convert the [interp] command into a [namespace ensemble]. W... check-in: e0463ea7f5 user: dgp tags: trunk
11:28
Fix [Bug 2529117] check-in: ead5164915 user: dkf tags: trunk
2009-01-28
16:28
Apply resolution for [Bug 2529157]. Fix another location in tclBasic.c where only the objProc case w... check-in: 2694a37e98 user: dkf tags: trunk
2009-01-27
11:11
Fix [Bug 2531577] check-in: ff97a151d3 user: dkf tags: trunk
00:01
Fix [Bug 1028264]: WSACleanup() too early. The fix introduces "late exit handlers" for similar late... check-in: 12792e6ea9 user: ferrieux tags: trunk
2009-01-26
22:57
Fix [Bug 2446662]: resync Win behavior on RST with that of unix (EOF). check-in: 3022658c78 user: ferrieux tags: trunk
16:42
minor formatting improvements check-in: 96c5ce1f39 user: dkf tags: trunk
16:25
Fix [Bug 2536400] check-in: 45b68fba26 user: dkf tags: trunk
2009-01-24
00:03
Added a note that 'zlib push' is reversed by 'chan pop'. check-in: 0641f0dfe8 user: dkf tags: trunk
2009-01-22
06:42
CONSTify TclPrintInstruction and TclpNativeJoinPath (TIP #27) {unix win} in *.decls is equivalent to... check-in: b4d9520da5 user: nijtmans tags: trunk
05:07
typo check-in: 15291e35f5 user: dgp tags: trunk
02:11
* unix/tcl.m4: Corrected a typo ($(SHLIB_VEERSION) should be ${SHLIB_VERSION}). * unix/configure: Au... check-in: 7c74da2b81 user: kennykb tags: trunk
00:11
* generic/tclIORChan.c (ReflectClose): Fix for [Bug 2458202]. * generic/tclIORTrans.c (ReflectClo... check-in: e96c03080e user: andreas_kupries tags: trunk
2009-01-21
21:29
* generic/tclStringObj.c: New fix for [Bug 2494093] replaces the flawed attempt comm... check-in: 17135c11fc user: dgp tags: trunk
2009-01-20
03:38
Patch 907924 check-in: c905b776df user: kennykb tags: trunk
2009-01-19
22:13
no message check-in: 8f48c4d13a user: davygrvy tags: trunk
22:10
Addressed the over-building nature of the htmlhelp target by moving from a pseudo target to a real t... check-in: 7b6199f027 user: davygrvy tags: trunk
19:55
no message check-in: 35a94fbf85 user: davygrvy tags: trunk
19:54
* win/build.vc.bat: Improved tools detection and error message. * win/makefile.vc: Reorganized the... check-in: 8898dfcee4 user: davygrvy tags: trunk
2009-01-18
00:07
The converter author should not be assigned copyright for transformed documents check-in: 53d907e750 user: patthoyts tags: trunk
2009-01-16
20:49
correct the commit message check-in: bcc4a2e0a5 user: dgp tags: trunk
20:44
* generic/tcl.h: Bump patchlevel to 8.6b1.1 to distinguish * library/init.tcl... check-in: c8cfc118c3 user: dgp tags: trunk
09:20
[Bug 2512659] patch for typo applied check-in: 3bbaf4de79 user: patthoyts tags: trunk
2009-01-14
14:14
typo check-in: b0777357cf user: dgp tags: trunk
06:10
* generic/tclBasic.c (Tcl_DeleteCommandFromToken): Reverted most of the substan... check-in: e0ace167c0 user: dgp tags: trunk
2009-01-13
22:35
fix [tcl-Bug 2502365] Building of head on HPUX is broken when using the native CC check-in: e7b65e5e4c user: nijtmans tags: trunk
20:30
Move [throw] implementation into C. check-in: edad258731 user: dkf tags: trunk
2009-01-12
16:50
* generic/tclBasic.c (Tcl_DeleteCommandFromToken): One consequence of the NRE rewrit... check-in: 860d062f15 user: dgp tags: trunk
2009-01-09
15:34
* generic/tclStringObj.c (STRING_SIZE): Corrected failure to limit memory allocation... check-in: 3b1f4e78cd user: dgp tags: trunk
15:00
Fix [Bug 1558654] check-in: e8ce6096bc user: dkf tags: trunk
11:21
Style fixes (unfouling whitespace, sorting comments, removing useless casts, etc.) check-in: cd3c38f00a user: dkf tags: trunk
2009-01-08
17:58
* generic/tclStringObj.c (STRING_UALLOC): Added missing parens required to get corr... check-in: 2663be2b32 user: dgp tags: trunk
16:41
Generate errorcodes for more cases. check-in: a12728cbb9 user: dkf tags: trunk
2009-01-07
13:50
Added more examples. [Tk Bug 2491235] check-in: f8b07d0ed8 user: dkf tags: trunk
11:58
Narrow the focus of a failing test so that it succeeds (by only testing that which is supposed to be... check-in: f94c80a9d6 user: dkf tags: trunk
2009-01-06
17:20
* tests/stringObj.test: Revise tests that demand a NULL Tcl_ObjType in certain value... check-in: 79358a4faf user: dgp tags: trunk
16:03
Corrected twiddling in internals of dictionaries so that literals can't get destroyed. check-in: 37ceba02a0 user: dkf tags: trunk
15:24
Fix [Bug 2006879] check-in: 0a57255dbc user: dkf tags: trunk
14:30
Fix [Bug 2489836] check-in: ee4e4fe8d0 user: dkf tags: trunk
10:20
Fix [Bug 2481109] check-in: dc504e5b79 user: dkf tags: trunk
10:08
Formatting improvements (comments, whitespace) check-in: 3fa95308b4 user: dkf tags: trunk
09:49
Comment formatting improvements. check-in: 04b750c442 user: dkf tags: trunk
2009-01-05
14:04
Convert tabs to spaces for reliable display with nroff check-in: 1bbc94799a user: dkf tags: trunk
11:27
Added a test, correct a dumb blunder. check-in: 42090a4d62 user: dkf tags: trunk
09:48
Make [source] NRE-aware to enable [yield]. [Bug 2412068] check-in: 4242c5e4c4 user: dkf tags: trunk
2009-01-04
22:57
More coding style improvements. check-in: d95dc006c7 user: dkf tags: trunk
22:55
Generalize mysterious comment about causes for ::env misses check-in: 5e1cadd4f2 user: ferrieux tags: trunk
2009-01-03
14:20
autoconf-2.59 check-in: 81aa5041a6 user: das tags: trunk
13:55
autoheader-2.59 check-in: 7990c98984 user: das tags: trunk
13:55
autoconf-2.59 check-in: d99c6aab8d user: das tags: trunk
13:55
use correct autconf magic to pass configure args & environment to pkg sub-configures (in particular ... check-in: 888d28167f user: das tags: trunk
04:38
make test case work, correct date of commit in ChangeLog check-in: a6720f400d user: kennykb tags: trunk
04:26
* library/clock.tcl (tcl::clock::add): Fixed error message formatting in the case where [clock add] ... check-in: 338849bf17 user: kennykb tags: trunk
2009-01-02
16:45
regen check-in: 30a2e9c34a user: dkf tags: trunk
16:43
Fix various mkstemp()-related issues. [Bugs 741967,878333] check-in: b7a0a9fa28 user: dkf tags: trunk
2008-12-31
18:22
* unix/Makefile.in: Set TCLLIBPATH in SHELL_ENV so that targets like `make shell... check-in: ccf1ebd7bd user: dgp tags: trunk
2008-12-28
17:37
Plug memory leak. check-in: a666bdae88 user: dkf tags: trunk
2008-12-27
10:07
Fix my silly blunders. [Bug 2470237] check-in: 5ddf0f02bb user: dkf tags: trunk
00:04
Assorted minor corrections to the Zlib C API to make it work with the PNG implementation better. check-in: 723a16de60 user: dkf tags: trunk, potential incompatibility
2008-12-26
09:51
Updated comments in tcl.decls based on code archaeology. check-in: 64cea92e63 user: dkf tags: trunk
2008-12-23
16:46
fix build of zlib objects with msvc check-in: aa4031f7f1 user: nijtmans tags: trunk
08:55
Fix [Bug 2459725] check-in: 553bc7d052 user: dkf tags: trunk
2008-12-22
16:57
advance tag check-in: f02cdbbdc2 user: dgp tags: trunk, core-8-6-b1
15:45
Drop lone @ line from test: target check-in: b5dc4e2c82 user: dgp tags: trunk
14:49
[Bug 2458395] Ensure pkgs directories are suitable and quote the paths. check-in: 8061d208d3 user: patthoyts tags: trunk
13:20
- add more missing symbols from zlib.def - mark dll build as being a modified verson Both changes ba... check-in: 1da4d0c96f user: nijtmans tags: trunk
13:04
Fix for [Bug 2330040] check-in: e0bfcc2fb2 user: mistachkin tags: trunk
12:50
- add more missing symbols from zlib.def - mark dll build as being a modified verson Both changes ba... check-in: 3325d742fb user: nijtmans tags: trunk
01:40
Support the pkgs tree check-in: a983ca9a1f user: patthoyts tags: trunk
01:39
Silence signed unsigned warning check-in: 36e1f380bc user: patthoyts tags: trunk
2008-12-21
22:05
MINOR CHANGE: Tidy up changelog formatting. check-in: d7fa62e091 user: dkf tags: trunk
21:19
Fixed Stuart Cassoff's name in ChangeLog check-in: 05903d73ec user: kennykb tags: trunk
21:17
fix 64bit test failures check-in: 437f8a7cb6 user: das tags: trunk
20:55
* unix/Makefile.in: Fix broken build of bundled packages when path to build dir contains spaces... check-in: c6476a9ec5 user: das tags: trunk
20:55
* unix/configure: autoconf-2.59 check-in: d6cf62736f user: das tags: trunk
20:55
* unix/configure.in: Preserve configure environment variables for sub-configures of bundled pac... check-in: f6f76c1e37 user: das tags: trunk
16:22
advance tag check-in: cd5c522069 user: dgp tags: trunk
08:17
Fix minor typo. [Bug 2455165] check-in: 8bf6100e5e user: dkf tags: trunk
05:12
advance tag check-in: 97a621c865 user: dgp tags: trunk
2008-12-20
22:06
Revised the zlib objects so that they are built directly into the build dir, without building an i... check-in: 4a665e7ca6 user: kennykb tags: trunk
21:40
* win/Makefile.in: * win/configure.in: Renamed the static library libtcl86s.a to have a name di... check-in: a8f12a587b user: kennykb tags: trunk, potential incompatibility
17:29
advance tag check-in: f3ebaf3e7c user: dgp tags: trunk
16:32
Minor updates to make building work better with msys on Windows. (Apparently the gcc used doesn't li... check-in: 55ab56983a user: dkf tags: trunk
11:49
Assign a base address for tdbc check-in: 64a879f05e user: patthoyts tags: trunk
05:30
* changes: Updates for 8.6b1 release. check-in: b21fc9248d user: dgp tags: trunk
02:27
test packages after testing tcl check-in: c30816e3dc user: das tags: trunk
02:02
sync file additions/removals with Tcl.xcodeproj check-in: 27f7094398 user: das tags: trunk
01:56
add new files check-in: 5df8cf0560 user: das tags: trunk
01:21
fix warnings check-in: 2b3316aba9 user: das tags: trunk
01:11
* unix/Makefile.in: make package install directory of bundled * unix/configure.in packages configu... check-in: 73610625e4 user: das tags: trunk
01:03
fix warning check-in: 0bd8dfb117 user: das tags: trunk
2008-12-19
18:23
* doc/NRE.3: Formatting errors found by `make html` * doc/Tcl_Main.3: ... check-in: 8f43cdead8 user: dgp tags: trunk
17:54
tag for 8.6b1 release check-in: 25dde48d55 user: dgp tags: trunk
17:07
* tests/io.test: Add missing [close $f] to io-73.2. check-in: 07a4414fd2 user: dgp tags: trunk
16:20
Move log entry regarding tdbc from ChangeLog to pkgs/tdbc/ChangeLog check-in: ee9ee7b8e8 user: dgp tags: trunk
16:19
regen with autoconf-2.59 (why dkf just did another regen I don't understand) check-in: 900eabacab user: dgp tags: trunk
16:01
* tests/chanio.test: Add missing [removeFile] cleanups. check-in: 6c62c0ca9c user: dgp tags: trunk
15:39
fix odbc build on mingw32 TODO: re-generate tclconfig/configure! (I don't have autoconf-2.59, could... check-in: fd54878fab user: nijtmans tags: trunk
14:44
Add previously omitted files so we have a complete zlib 1.2.3 distro... check-in: 8b8d3f1e88 user: dkf tags: trunk
14:10
whitespace check-in: 53a41d2fb8 user: dgp tags: trunk
11:20
regen (with autoconf 2.61, since that's what I've got...) check-in: 444fe5f732 user: dkf tags: trunk
10:55
More autoconf hacking; now seems to be working fully on Unix... check-in: 49013bf97f user: dkf tags: trunk
09:33
CONSTify TclGetLoadedPackages second param check-in: fa03a357a1 user: nijtmans tags: trunk
09:14
add symbols deflateSetHeader and inflateGetHeader to win32/zlib.def Modify ChangeLog, README and zl... check-in: a46a709191 user: nijtmans tags: trunk
07:01
* unix/Makefile.in: Update `make dist` target to include the files from the comp... check-in: 97fede5250 user: dgp tags: trunk
03:54
* README: Bump version number to 8.6b1 * generic/tcl.h: * libr... check-in: 448b87b688 user: dgp tags: trunk
03:31
* tests/chanio.test: Replaced [chan event] handlers that returned TCL_RETURN retu... check-in: ecb6fb9204 user: dgp tags: trunk
02:46
* win/configure.in: * win/Makefile.in: Added build of packages in the 'pkgs/' directory. * win/confi... check-in: 489cccf8a0 user: kennykb tags: trunk
01:34
nmake build file support for zlib check-in: 136cc996d7 user: patthoyts tags: trunk
2008-12-18
23:48
* generic/tclIO.c (Tcl_CloseEx,CloseWrite,CloseChannelPart,ChanCloseHalf): Rewrite the half-close... check-in: 2cb6ab45d5 user: andreas_kupries tags: trunk
23:00
* generic/tclExecute.c: Disabled apparently faulty assertion. [Bug 2415422]. check-in: 8216d1eb5c user: dgp tags: trunk
22:47
Corrections to make things work with msys check-in: bafa2fddd9 user: dkf tags: trunk
22:21
regen check-in: 3fb80cc319 user: dkf tags: trunk
22:20
Wizzardry need more backslash! check-in: 8c24a98150 user: dkf tags: trunk
21:23
Formatting cleanup. check-in: d95fd6c805 user: dkf tags: trunk