|
From: Don P. <dg...@us...> - 2008-05-31 21:01:49
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv4090 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
|
From: Donal K. F. <dk...@us...> - 2008-05-31 22:29:39
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv6446 Modified Files: ChangeLog Log Message: Plug method-related memory leaks pointed out by Miguel. |
|
From: Daniel A. S. <da...@us...> - 2008-05-31 23:35:19
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv31194 Modified Files: ChangeLog Log Message: * generic/tclOOStubLib.c: ensure use of tcl stubs; include in * unix/Makefile.in: stub lib; disable broken tclOO genstubs * generic/tclOO.c: make tclOO stubs tables 'static const' * generic/tclOODecls.h: and stub table pointers MODULE_SCOPE * generic/tclOOIntDecls.h: (change generated files manually * generic/tclOOStubInit.c: pending genstubs support for tclOO). * generic/tclOOStubLib.c: * generic/tclOO.c: fix warnings for 'int<->ptr conversion' * generic/tclOOCall.c: and 'signed vs unsigned comparison'. * generic/tclOOMethod.c: |
|
From: Donal K. F. <dk...@us...> - 2008-06-01 00:01:56
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv9915 Modified Files: ChangeLog Log Message: Fix generation of stubs for the OO API. |
|
From: Donal K. F. <dk...@us...> - 2008-06-01 00:32:57
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv22635 Modified Files: ChangeLog Log Message: More patches to make stub generation work. |
|
From: Kevin B K. <ke...@us...> - 2008-06-01 02:02:40
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv26788 Modified Files: ChangeLog Log Message: * generic/tclOODecls.h: Added the swizzling of DLLEXPORT and * generic/tclOOIntDecls.h: DLLIMPORT needed to make EXTERN work. |
|
From: Kevin B K. <ke...@us...> - 2008-06-01 02:42:14
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv10604 Modified Files: ChangeLog Log Message: * generic/tclDictObj.c: Added missing initializers to the ensemble map to silence a compiler warning. Thanks to George Peter Staplin for the report. |
|
From: Joe M. <mis...@us...> - 2008-06-01 02:44:50
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv11432 Modified Files: ChangeLog Log Message: Add tclOO genstubs to Windows makefiles |
|
From: Kevin B K. <ke...@us...> - 2008-06-01 05:09:29
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv6704 Modified Files: ChangeLog Log Message: * generic/tclOOMethod.c: Fix a bug where the refcount of a method was reset if the method was redefined while there was an active invocation. [Bug #1981001] |
|
From: Donal K. F. <dk...@us...> - 2008-06-01 08:10:58
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv13787 Modified Files: ChangeLog Log Message: Complete fix of [Bug 1981001] |
|
From: Kevin B K. <ke...@us...> - 2008-06-02 02:19:43
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv15796 Modified Files: ChangeLog Log Message: * generic/tclOO.c (ReleaseClassContents): Fix the one remaining valgrind complaint about oo.test, caused by failing to protect the Object as well as the Class corresponding to a subclass being deleted and hence getting a freed-memory read when attempting to delete the class command. [Bug 1981001] |
|
From: Don P. <dg...@us...> - 2008-06-02 05:34:53
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv27732 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge update from HEAD |
|
From: Pat T. <pat...@us...> - 2008-06-03 23:52:42
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv25826 Modified Files: ChangeLog Log Message: TIP #317 implementation |
|
From: Andreas K. <and...@us...> - 2008-06-06 19:46:33
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv1808 Modified Files: ChangeLog Log Message: TIP #230 IMPLEMENTATION * generic/tclIOCmd.c: Integration of transform commands into 'chan' ensemble. * generic/tclInt.h: Definitions of the transform commands. * generic/tclIORTrans.c: Implementation of the reflection transforms. * tests/chan.test: Tests updated for new sub-commands of 'chan'. * tests/ioCmd.test: Tests updated for new sub-commands of 'chan'. * tests/ioTrans.test: Whole new set of tests for the reflection transform. * unix/Makefile.in: Integration of new files into build rules. * win/Makefile.in: Integration of new files into build rules. * win/makefile.vc: Integration of new files into build rules. NOTE: The file 'tclIORTrans.c' has a lot of code in common with the file 'tclIORChan.c', as that made it much easier to develop the reference implementation as a separate module. Now that the transforms have been committed the one thing left to do is to go over both modules and see which of the common parts we can factor out and share. |
|
From: miguel s. <ms...@us...> - 2008-06-08 03:21:23
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv21279 Modified Files: ChangeLog Log Message: * generic/tclBasic.c: Compilation of uplevel scripts, allow * generic/tclCompCmds.c: non-body compiled scripts to access the * generic/tclCompile.c: LVT (but not to extend it) and enable the * generic/tclCompile.h: canonical list opt to sidestep the * generic/tclExecute.c: compiler. This is [Patch 1973096] * generic/tclProc.c: * tests/uplevel.test: |
|
From: Donal K. F. <dk...@us...> - 2008-06-08 23:13:01
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv28934 Modified Files: ChangeLog Log Message: Plug leak. [Bug 1987817] |
|
From: Andreas K. <and...@us...> - 2008-06-10 03:35:15
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv17926 Modified Files: ChangeLog Log Message: * generic/tclIORTrans.c (ReflectInput): Fixed a bug triggered by Pat Thoyts <pat...@us...>. Reset the EOF flag after draining the Tcl level into the result buffer, to make sure that the result buffer will be drained as well by repeated calls to ReflectInput should it contain more than one buffer-full of data. Without that reset the higher I/O system will not call on ReflectInput anymore due to the assumed EOF, thus losing the data which did not fit in the buffer of the call which caused the eof and drain. |
|
From: Andreas K. <and...@us...> - 2008-06-10 18:52:37
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv9105 Modified Files: ChangeLog Log Message: * tests/ioTrans.test (iortrans.tf-6.1): Fixed the [Bug 1988552], reported by Kevin. Have to close the channel before removal of the file. Fixed same bug in test 'iortrans.tf-11.0', after fixing missing cleanup of the file in 'iortrans.tf-11.*'. Lastly fixed the names of the threaded tests 'iortrans-8.*' to the correct 'iortrans.tf-8.*'. |
|
From: Joe E. <jen...@us...> - 2008-06-11 01:30:08
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv31598 Modified Files: ChangeLog Log Message: UtfToUtfProc: Avoid unwanted sign extension when converting incomplete UTF-8 sequences. See [Bug 1908443] for details. |
|
From: Daniel A. S. <da...@us...> - 2008-06-12 06:29:08
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv9041 Modified Files: ChangeLog Log Message: * generic/tclOO.c: use TclOOStubs hooks field to retrieve * generic/tclOODecls.h: TclOOIntStubs pointer. [Bug 1980953] * generic/tclOOIntDecls.h: * generic/tclOOStubInit.c: * generic/tclOOStubLib.c: |
|
From: Daniel A. S. <da...@us...> - 2008-06-12 06:34:26
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv11699 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * unix/Makefile.in: clean generated tclDTrace.h file. |
|
From: Daniel A. S. <da...@us...> - 2008-06-12 06:37:55
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv13073 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * unix/Makefile.in: clean generated tclDTrace.h file. |
|
From: Daniel A. S. <da...@us...> - 2008-06-12 06:48:56
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv17874 Modified Files: ChangeLog Log Message: s/target/config/ |
|
From: Daniel A. S. <da...@us...> - 2008-06-12 06:49:22
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv18292 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: s/target/config/ |
|
From: Daniel A. S. <da...@us...> - 2008-06-12 20:09:57
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv27134 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * unix/Makefile.in: add complete deps on tclDTrace.h. |