Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
106 check-ins using file generic/tclIntDecls.h version 7075e68284
|
2009-06-18
| ||
| 09:41 | Apply patch from [Bug 988703]. Many thanks to Joe Mistachkin for development. check-in: ab1f2ddc32 user: dkf tags: trunk | |
|
2009-06-17
| ||
| 19:24 | Applied a patch by George Peter Staplin drastically reducing the ambition of [exit] wrt finalization... check-in: c2300ea2ce user: ferrieux tags: trunk | |
|
2009-06-15
| ||
| 18:51 | * generic/tclStringObj.c: sprintf() -> Tcl_ObjPrintf() conversion. check-in: e3a58fe6f2 user: dgp tags: trunk | |
| 16:24 | * unix/tclUnixPort.h: Move all socket-related code from tclUnixChan.c * unix/tclUnixChan.c: to tclUn... check-in: f5db47944a user: rmax tags: trunk | |
| 09:41 | Apply last useful bit of [Patch 557486]. check-in: 5433349fc6 user: dkf tags: trunk | |
|
2009-06-13
| ||
| 14:31 | * generic/tclCompile.c: The value stashed in iPtr->compiledProcPtr * generic/tclProc... check-in: cd62c79f0e user: dgp tags: trunk | |
|
2009-06-10
| ||
| 21:39 | * generic/tclStringObj.c: Revised [format] to not overflow the integer calcula... check-in: 603364c9eb user: dgp tags: trunk | |
| 14:44 | * generic/tclStringObj.c: Corrected failures to deal with the "pure unicode" r... check-in: dfc23bce03 user: dgp tags: trunk | |
|
2009-06-09
| ||
| 13:52 | * generic/tclGetDate.y: Fixed a thread safety bug in the generated * library/clock.tcl: Bison par... check-in: 507327cfc1 user: kennykb tags: trunk | |
|
2009-06-08
| ||
| 16:28 | New DST rule for Bangladesh (Olson's tzdata2009i) check-in: 29b9a65477 user: kennykb tags: trunk | |
|
2009-06-07
| ||
| 23:33 | Fix docbug. check-in: d0eba32fc2 user: dkf tags: trunk | |
|
2009-06-03
| ||
| 23:12 | fix signed vs unsigned comparison warnings check-in: fdc9d759a3 user: das tags: trunk | |
|
2009-06-02
| ||
| 19:11 | * generic/tclExecute.c: Replace dynamically-initialized table with a table of static... check-in: 6b00189f62 user: dgp tags: trunk | |
| 17:56 | * generic/tclExecute.c: Corrected implementations and selection logic of the INST_EX... check-in: 16158f3fa3 user: dgp tags: trunk | |
|
2009-06-01
| ||
| 21:34 | * tests/expr.test: Added many tests demonstrating the broken cases of [Bug 2798... check-in: 89c130ac99 user: dgp tags: trunk | |
|
2009-05-30
| ||
| 03:32 | Applied Olson's tzdata2009h check-in: 2b04043115 user: kennykb tags: trunk | |
|
2009-05-29
| ||
| 16:28 | * library/platform/platform.tcl: Fixed handling of cpu ia64, * library/platform/pkgIndex.tcl: tak... check-in: a534adff26 user: andreas_kupries tags: trunk | |
|
2009-05-26
| ||
| 09:26 | Ascribe due credit in ChangeLog. check-in: 213269e9a8 user: ferrieux tags: trunk | |
| 09:08 | Fixed documentation of the right-associativity of the ** operator. check-in: aa662ce03d user: ferrieux tags: trunk | |
|
2009-05-16
| ||
| 03:43 | fix TCL_COMPILE_DEBUG 64bit warnings check-in: 3736ae28d2 user: das tags: trunk | |
|
2009-05-15
| ||
| 10:08 | Added more introspection: ability to look up namespace of an object. check-in: 07dfc8d118 user: dkf tags: trunk | |
| 09:14 | a little minor emacs niceness check-in: eddaf95d56 user: dkf tags: trunk | |
|
2009-05-12
| ||
| 22:53 | (With apologies to Ghostbusters...) check-in: d9d7e57840 user: dkf tags: trunk | |
| 22:48 | "There's something very important I forgot to tell you." "What?" "Don't nest the vwaits." "Why?" "It... check-in: fa2339d30b user: dkf tags: trunk | |
| 20:26 | Make our mkstemp() replacement build on IRIX 6.5. check-in: ac97ad0a2a user: dkf tags: trunk | |
|
2009-05-08
| ||
| 09:56 | Oops, forgot to do a ChangeLog entry for the fix for [Bug 2414858]. check-in: 8591698c5a user: dkf tags: trunk | |
| 08:48 | Fix [Bug 2414858]. check-in: f08e13c9de user: dkf tags: trunk | |
| 08:13 | Fix [Bug 2788468]. check-in: 98ccca352a user: dkf tags: trunk | |
| 02:21 | * generic/tclObj.c (Tcl_GetCommandFromObj): fix for bug [2785893], insure that a command in a dele... check-in: 851249078c user: msofer tags: trunk | |
| 01:02 | * generic/tclBasic.c: Let coroutines start with a much smaller * generic/tclCompile.h: stack: ... check-in: 50329efcfd user: msofer tags: trunk | |
|
2009-05-07
| ||
| 10:34 | Fix [Bug 1513659]. check-in: 386a1659b5 user: dkf tags: trunk | |
|
2009-05-06
| ||
| 20:16 | * generic/tclCmdMZ.c: Improve overflow error message from [string repeat]. [Bug 2... check-in: 2316cd35a7 user: dgp tags: trunk | |
| 15:50 | * tests/interp.test: interp-20.50 test for Bug 2486550. check-in: 0e8478bf11 user: dgp tags: trunk | |
|
2009-05-05
| ||
| 15:51 | Corrected changelog entry check-in: 433219d909 user: dkf tags: trunk | |
| 15:47 | Missed a spot. check-in: 42f5ad1fbc user: dkf tags: trunk | |
|
2009-05-04
| ||
| 17:39 | Stop deletion of support namespaces leading to a potential crash. check-in: dd2f122042 user: dkf tags: trunk | |
|
2009-05-03
| ||
| 18:05 | Fix [Bug 2538432] through clarification. check-in: 079570408e user: dkf tags: trunk | |
|
2009-05-01
| ||
| 20:18 | Tcl icon upgraded and SVG file added. Windows 7 makes significant use of large icon resources. An... check-in: e30d6f8118 user: patthoyts tags: trunk | |
|
2009-04-30
| ||
| 23:25 | * generic/tclBasic.c (TclObjInvoke): Make sure that a null objProc is not used, use Tcl_NRCallObjP... check-in: 1c2d2f66c2 user: msofer tags: trunk | |
| 22:37 | Fix 64-bit detection for zlib on Win64 check-in: 414f4feafa user: nijtmans tags: trunk | |
|
2009-04-29
| ||
| 15:24 | Revert last commit which fails to build with msvc2005 and msvc6 check-in: 2123c41cdc user: patthoyts tags: trunk | |
| 14:56 | Fix [Bug 2651823]. check-in: ee20628496 user: dkf tags: trunk | |
|
2009-04-28
| ||
| 16:46 | * unix/tcl.m4, unix/configure (SC_CONFIG_CFLAGS): harden the check to add _r to CC on AIX with thr... check-in: 830f834cae user: hobbs tags: trunk | |
|
2009-04-27
| ||
| 12:31 | Fix examples. [Bug 2780680] check-in: 14b71c7f4e user: dkf tags: trunk | |
| 09:41 | Reset internal INTERP_ALTERNATE_WRONG_ARGS flag inside the Tcl_WrongNumArgs function, so the caller ... check-in: e1dc328773 user: nijtmans tags: trunk | |
|
2009-04-24
| ||
| 15:07 | Don't chmod/exec installManPage. [Patch 2769530] check-in: 1776b4186b user: stwo tags: trunk | |
|
2009-04-19
| ||
| 18:27 | Removed newline appended to POST data. Added tests to check that the data provided by a POST is as s... check-in: dfd6051afd user: patthoyts tags: trunk | |
|
2009-04-15
| ||
| 12:31 | Doc improvements. check-in: a2213bf663 user: dkf tags: trunk | |
|
2009-04-14
| ||
| 19:57 | * library/tzdata/Asia/Karachi: Updated rules for Pakistan Summer Time (Olson's tzdata2009f... check-in: 4468f7bd90 user: kennykb tags: trunk | |
| 00:55 | update Apple copyright notice for 2009-04-10 changes check-in: 2c504309bd user: das tags: trunk | |
|
2009-04-11
| ||
| 11:18 | Clarify the rules for resolution of what forwarded methods forward to. check-in: 1c0fc91aa2 user: dkf tags: trunk | |
| 00:22 | D'oh check-in: d02b912ad7 user: das tags: trunk | |
|
2009-04-10
| ||
| 22:53 | fix warning check-in: 51a4b704be user: das tags: trunk | |
| 21:50 | Forgot to add changelog for http commit check-in: 8c8d7c542c user: patthoyts tags: trunk | |
| 21:40 | Remove unused variable (compiler warning) check-in: 199cda2257 user: dgp tags: trunk | |
| 20:46 | * unix/tclUnixChan.c: TclUnixWaitForFile(): use FD_* macros * macosx/tclMacOSXNotify.c: to manipu... check-in: 2001faff8c user: das tags: trunk | |
| 18:10 | * unix/tclLoadDyld.c: use RTLD_GLOBAL instead of RTLD_LOCAL. [Bug 1961211] check-in: bb4fb805eb user: das tags: trunk | |
| 18:04 | typo check-in: b9226e1fb4 user: das tags: trunk | |
| 18:02 | * macosx/tclMacOSXNotify.c: revise CoreFoundation notifier to allow * unix/tclUnixChan.c: embeddi... check-in: ec1a5f8686 user: das tags: trunk | |
| 18:01 | * unix/configure.in (Darwin): use Darwin SUSv3 extensions if available; remove /Network locati... check-in: 4f6862e546 user: das tags: trunk | |
| 16:59 | * macosx/tclMacOSXBundle.c: on Mac OS X 10.4 and later, replace deprecated NSModule API by dlfcn A... check-in: 5933ea7d81 user: das tags: trunk | |
| 14:19 | Improved HTTP/1.1 support and added specific HTTP/1.1 testing. This patch makes use of the 8.6 zl... check-in: e861cc28b0 user: patthoyts tags: trunk | |
| 13:14 | Fix for immediate problem in [Bug 2089279]. check-in: c3f65b131e user: dkf tags: trunk | |
| 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 | |