From: Don P. <dg...@us...> - 2010-10-19 12:33:07
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv18836 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge |
From: Donal K. F. <dk...@us...> - 2010-10-19 21:23:40
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv23365 Modified Files: ChangeLog Log Message: * generic/tclZlib.c: Purge code that wrote to the object returned by Tcl_GetObjResult, as we don't want to do that anti-pattern no more. |
From: Donal K. F. <dk...@us...> - 2010-10-19 22:50:44
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv8307 Modified Files: ChangeLog Log Message: * generic/tclZlib.c (Tcl_ZlibStreamGet): [Bug 3081008]: Ensure that when a bytearray gets its internals entangled with zlib for more than a passing moment, that bytearray will never be shimmered away. This increases the amount of copying but is simple to get right, which is a reasonable trade-off. * generic/tclStringObj.c (Tcl_AppendObjToObj): Added some special cases so that most of the time when you build up a bytearray by appending, it actually ends up being a bytearray rather than shimmering back and forth to string. * tests/http11.test (check_crc): Use a simpler way to express the functionality of this procedure. |
From: Kevin B K. <ke...@us...> - 2010-10-20 01:50:25
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv5532 Modified Files: Tag: dogeen-assembler-branch ChangeLog Log Message: merge |
From: Don P. <dg...@us...> - 2010-10-20 11:26:59
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv4269 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge |
From: Donal K. F. <dk...@us...> - 2010-10-20 13:34:17
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv25226 Modified Files: ChangeLog Log Message: * generic/tclCompCmds.c (TclCompileDictForCmd): Update the compilation * generic/tclCompile.c (tclInstructionTable): of [dict for] so that * generic/tclExecute.c (TEBCresume): it no longer makes any use of INST_DICT_DONE now that's not needed, and make it clearer in the implementation of the instruction that it's just a deprecated form of unset operation. Followup to my commit of 2010-10-16. |
From: Don P. <dg...@us...> - 2010-10-20 13:48:37
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv27711 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge |
From: Alexandre F. <fer...@us...> - 2010-10-20 20:52:33
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv28778 Modified Files: ChangeLog Log Message: [Patch 2995655] Report inner contexts in [info errorstack] |
From: Don P. <dg...@us...> - 2010-10-21 12:08:47
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv4114 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge |
From: Jan N. <nij...@us...> - 2010-10-23 07:32:30
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv7171 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: [Bug 3085863]: tclUniData 9 years old Upgrade everything to Unicode 6.0, except non-BMP characters > 0xFFFF |
From: Jan N. <nij...@us...> - 2010-10-23 14:41:30
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv4284 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: [Bug 3085863]: tclUniData 9 years old Upgrade everything to Unicode 6.0, except non-BMP characters > 0xFFFF |
From: Kevin B K. <ke...@us...> - 2010-10-23 15:50:01
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv28757 Modified Files: Tag: dogeen-assembler-branch ChangeLog Log Message: merge |
From: Kevin B K. <ke...@us...> - 2010-10-23 16:14:31
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv3786 Modified Files: Tag: dogeen-assembler-branch ChangeLog Log Message: removed useless separation between tclAssembly.h and tclAssembly.c |
From: Jan N. <nij...@us...> - 2010-10-23 21:28:43
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv24851 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: Update for VS10 |
From: Jan N. <nij...@us...> - 2010-10-23 21:42:22
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv32371 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: Update for VS10 |
From: Kevin B K. <ke...@us...> - 2010-10-24 01:46:49
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv21086 Modified Files: Tag: dogeen-assembler-branch ChangeLog Log Message: * tclAssembly.c: * assembly.test (assemble-17.15): Reworked branch handling so that forward branches can use jump1 (jumpTrue1, jumpFalse1). Added test cases that the forward branches will expand to jump4, jumpTrue4, jumpFalse4 when needed. |
From: Reinhard M. <rm...@us...> - 2010-10-26 13:14:16
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv17996 Modified Files: ChangeLog Log Message: Add support for ::tcl::unsupported::noReverseDNS |
From: Don P. <dg...@us...> - 2010-10-26 13:42:09
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv22397 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge |
From: Donal K. F. <dk...@us...> - 2010-10-26 13:59:34
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv24916 Modified Files: ChangeLog Log Message: * unix/tclUnixSock.c (TcpGetOptionProc): Prevent crash if interp is * win/tclWinSock.c (TcpGetOptionProc): NULL (a legal situation). |
From: Reinhard M. <rm...@us...> - 2010-10-26 16:14:26
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv15154 Modified Files: ChangeLog Log Message: * Changelog.2008: Split off from Changelog. * generic/tclIOSock.c (TclCreateSocketAddress): The interp != NULL check is needed for ::tcl::unsupported::socketAF as well. |
From: Don P. <dg...@us...> - 2010-10-26 17:54:09
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv31537 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge |
From: Don P. <dg...@us...> - 2010-10-28 16:22:47
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv4346 Modified Files: ChangeLog Log Message: * unix/tclUnixSock.c: Prevent calls freeaddrinfo(NULL) which can crash some systems. Thanks Larry Virden. [Bug 3093120] |
From: Don P. <dg...@us...> - 2010-10-28 16:38:19
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv7647 Modified Files: ChangeLog Log Message: * tests/http.test: Make http-4.15 pass in isolation [Bug 3097490] |
From: Don P. <dg...@us...> - 2010-10-28 16:41:05
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv9604 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge |
From: Kevin B K. <ke...@us...> - 2010-10-28 19:40:19
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv12933 Modified Files: Tag: dogeen-assembler-branch ChangeLog Log Message: * generic/tclAssembly.c: * tests/assembly.test (assemble-31.*): Added jump tables. |