Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
42 check-ins using file win/Makefile.in version e66702e95d
|
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 | |