|
From: Kevin B K. <ke...@us...> - 2005-04-10 23:32:13
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5075 Modified Files: ChangeLog Log Message: Olson's tzdata2005h |
|
From: Kevin B K. <ke...@us...> - 2005-04-11 00:23:42
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29929 Modified Files: Tag: kennykb-numerics-branch ChangeLog Log Message: Updated to libtommath 0.35 |
|
From: miguel s. <ms...@us...> - 2005-04-11 00:40:35
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7361 Modified Files: Tag: msofer-wcodes-branch ChangeLog Log Message: * generic/tclCompCmds.c: * generic/tclCompile.c: * generic/tclExecute.c: * generic/tclInt.h: * generic/tclProc.c: * generic/tclVar.c: part 2 of variable reform. Removed the flags VAR_SCALAR and VAR_UNDEFINED. * generic/tclExecute.c: missing semicolons under TCL_COMPILE_DEBUG * generic/tclInt.h: missing macros TclAllocObjsStorage and TclFreeObjStorage, not needed under MEM_DEBUG for Tcl_Objs but required for the new Var allocation model. Thanks dgp! |
|
From: Kevin B K. <ke...@us...> - 2005-04-11 00:58:31
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17270 Modified Files: Tag: kennykb-numerics-branch ChangeLog Log Message: updated to libtommath 0.35 |
|
From: miguel s. <ms...@us...> - 2005-04-11 09:11:51
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6551 Modified Files: Tag: msofer-wcodes-branch ChangeLog Log Message: * generic/tclExecute.c: * generic/tclInt.h: * generic/tclTrace.c: * generic/tclVar.c: part 3 of variable reform. New flags VAR_DIRECT_READABLE and VAR_DIRECT_WRITABLE for faster checks in TEBC. Added code to maintain the flags when handling the variable and its traces. |
|
From: Donal K. F. <dk...@us...> - 2005-04-11 10:02:33
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv875 Modified Files: ChangeLog Log Message: Revamp the zone-info compiler to make better use of the facilities available |
|
From: miguel s. <ms...@us...> - 2005-04-12 18:23:17
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31794 Modified Files: Tag: msofer-wcodes-branch ChangeLog Log Message: * generic/tclCompile.c: * generic/tclExecute.c: * generic/tclProc.c: * generic/tclVar.c: fixing setting of the new flags |
|
From: Kevin B K. <ke...@us...> - 2005-04-12 18:29:09
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2333 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: added definition of NULL to strstr.c for Bug 1175161 |
|
From: Kevin B K. <ke...@us...> - 2005-04-12 18:33:04
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4750 Modified Files: ChangeLog Log Message: added definition of NULL to strstr.c for Bug 1175161 |
|
From: Don P. <dg...@us...> - 2005-04-12 20:28:52
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7817 Modified Files: ChangeLog Log Message: * generic/tclInterp.c: Corrected bad syntax of Tcl_Panic() call. * generic/tclUtil.c (TclGetProcessGlobalValue): More robust handling of bad TclInitProcessGlobalValueProc behavior; an immediate panic rather than a mysterious crash later. * generic/tclEncoding.c: Several changes to the way the encodingFileMap cache is maintained. Previously, it was attempted to keep the file map filled and up to date with changes in the encoding search path. This contributed to slow startup times since it required an expensive "glob" operation to fill the cache. Now the validity of items in the cache are checked at the time they are used, so the cache is permitted to fall out of sync with the encoding search path. Only [encoding names] and Tcl_GetEncodingNames() now pay the full expense. [Bug 1177363] |
|
From: miguel s. <ms...@us...> - 2005-04-12 21:10:09
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29047 Modified Files: Tag: msofer-wcodes-branch ChangeLog Log Message: 2005-04-12 Miguel Sofer <ms...@us...> * generic/tclCmdIL (AppendLocals): * generic/tclCompile.c: * generic/tclExecute.c: * generic/tclInt.h: * generic/tclProc.c: * generic/tclTrace.c: * generic/tclVar.c: part 4 of variable reform. Compiled local vars are half-length with respect to normal vars (missing refCount, tracePtr and searchPtr). When a trace or search is done for the first time on a compiled local, a new extension Var structure is created and the local is linked to it. New flags VAR_SHORT and VAR_EXTENDED are defined to indicate these special variable structs. |
|
From: miguel s. <ms...@us...> - 2005-04-13 02:42:36
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19114 Modified Files: Tag: msofer-wcodes-branch ChangeLog Log Message: * generic/tclCompile.c: * generic/tclExecute.c: Commented out the code to store pointers to literals in INST_PUSH: it breaks TclPrintInstruction. |
|
From: miguel s. <ms...@us...> - 2005-04-13 09:39:37
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv615 Modified Files: ChangeLog Log Message: * generic/tclCompile.c:Commented out the functions TclPrintInstruction(), TclPrintObject() and TclPrintSource() when not debugging the compiler, as they are never called in that case. |
|
From: miguel s. <ms...@us...> - 2005-04-13 09:40:12
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv944 Modified Files: Tag: msofer-wcodes-branch ChangeLog Log Message: *** FROM HEAD *** * generic/tclCompile.c:Commented out the functions TclPrintInstruction(), TclPrintObject() and TclPrintSource() when not debugging the compiler, as they are never called in that case. * generic/tclCompile.c: * generic/tclExecute.c: Commented out the code to store pointers to literals in INST_PUSH: it breaks TclPrintInstruction. RESTORED in a second commit, when !defined(TCL_COMPILE_DEBUG). |
|
From: Donal K. F. <dk...@us...> - 2005-04-13 10:54:07
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9046 Modified Files: ChangeLog Log Message: Improve documentation of -encoding binary option to [fconfigure]. |
|
From: Donal K. F. <dk...@us...> - 2005-04-13 11:06:38
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15465 Modified Files: ChangeLog Log Message: Also improved [fcopy] docs |
|
From: Kevin B K. <ke...@us...> - 2005-04-13 19:28:57
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5922 Modified Files: ChangeLog Log Message: Performance improvement in [clock] - FR 1182459 |
|
From: Don P. <dg...@us...> - 2005-04-13 21:26:21
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5050 Modified Files: ChangeLog Log Message: * unix/tclUnixInit.c (TclpGetEncodingNameFromEnvironment): Reversed order of verifying candidate [encoding system] value, checking against a table in memory first before calling Tcl_GetEncoding and potentially scanning through the filesystem. Also ordered the table so that a binary search could be used within it. Improves startup time a bit more on some systems. |
|
From: David G. <dav...@us...> - 2005-04-14 04:43:30
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32084 Modified Files: ChangeLog Log Message: no message |
|
From: David G. <dav...@us...> - 2005-04-14 07:09:50
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5840 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tclIO.c (Tcl_SetChannelBufferSize): Lowest size limit * tests/io.test: changed from ten bytes to one byte. Need * tests/iogt.test: for this change was proven by Ross Cartlidge <ro...@ci...> where [read stdin 1] was grabbing 10 bytes followed by starting a child process that was intended to continue reading from stdin. Even with -buffersize set to one, nine chars were getting lost by the buffersize over reading for the native read() caused by [read]. |
|
From: miguel s. <ms...@us...> - 2005-04-14 18:39:05
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22480 Modified Files: Tag: msofer-wcodes-branch ChangeLog Log Message: * generic/tclCmdIL (AppendLocals): * generic/tclExecute.c: * generic/tclInt.h: * generic/tclProc.c: * generic/tclVar.c: part 5 of variable reform. Compiled local vars are now (1int+1ptr). |
|
From: miguel s. <ms...@us...> - 2005-04-15 02:38:45
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17626 Modified Files: ChangeLog Log Message: * generic/tclExecute.c: missing semicolons caused failure to compile with TCL_COMPILE_DEBUG. |
|
From: miguel s. <ms...@us...> - 2005-04-15 02:40:55
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19073 Modified Files: Tag: msofer-wcodes-branch ChangeLog Log Message: * generic/tclExecute.c: fix for bad stack management |
|
From: Don P. <dg...@us...> - 2005-04-15 15:50:41
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6333 Modified Files: ChangeLog Log Message: * library/init.tcl: Use auto-loading to bring in Tcl Module * library/tclIndex: support as needed. This reduces startup * library/tm.tcl: time by delaying this initialization to a later time. |
|
From: Don P. <dg...@us...> - 2005-04-15 22:41:49
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32303 Modified Files: ChangeLog Log Message: * tests/unixInit.test: Disabled obsolete tests and removed code * tests/encoding.test: that supported them. * generic/tclInterp.c: |