|
From: Andreas K. <and...@us...> - 2005-01-21 17:42:18
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7183 Modified Files: ChangeLog Log Message: * generic/tclThread.c: Typo police. Fixed some nits * generic/tclCmdAH.c: in header comments of functions. * generic/tclBasic.c: (Missing --). * generic/tclFileName.c: |
|
From: Kevin B K. <ke...@us...> - 2005-01-21 18:35:28
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19474 Modified Files: Tag: kennykb-numerics-branch ChangeLog Log Message: Updated unix makefile to add libtommath; silenced warning in tclTestObj.c |
|
From: Kevin B K. <ke...@us...> - 2005-01-21 18:38:21
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20096 Modified Files: Tag: kennykb-numerics-branch ChangeLog Log Message: Updated unix makefile to add libtommath; silenced warning in tclTestObj.c |
|
From: Andreas K. <and...@us...> - 2005-01-21 22:25:14
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14011 Modified Files: ChangeLog Log Message: * generic/tclStubInit.c: Regenerated the stubs support code from * generic/tclDecls.h: the modified tcl.decls (TIP #233, see below). * doc/GetTime.3: Implemented TIP #233, i.e. the * generic/tcl.decls: 'Virtualization of Tcl's Sense of Time'. * generic/tcl.h: Declared, implemented, and documented the * generic/tclInt.h: specified new API functions. Moved the * unix/tclUnixEvent.c: native (OS) access to time information * unix/tclUnixNotfy.c: into standard handler functions. Inserted * unix/tclUnixTime.c: hooks calling on the handlers where native * win/tclWinNotify.c: access was done before, and where scaling * win/tclWinTime.c: between domains (real/virtual) is required. |
|
From: Don P. <dg...@us...> - 2005-01-24 21:43:31
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19475 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
|
From: Daniel A. S. <da...@us...> - 2005-01-25 06:53:56
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27956 Modified Files: ChangeLog Log Message: * unix/tcl.m4 (Darwin): fixed bug with static build linking to dynamic library in /usr/lib etc instead of linking to static library earlier in search path. [Tcl Bug 956908] Removed obsolete references to Rhapsody. * unix/configure: autoconf-2.57 |
|
From: Daniel A. S. <da...@us...> - 2005-01-25 06:54:47
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28217 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * unix/tcl.m4 (Darwin): fixed bug with static build linking to dynamic library in /usr/lib etc instead of linking to static library earlier in search path. [Tcl Bug 956908] Removed obsolete references to Rhapsody. * unix/configure: autoconf-2.13 |
|
From: Don P. <dg...@us...> - 2005-01-25 16:40:06
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31057 Modified Files: ChangeLog Log Message: * library/auto.tcl: Updated [auto_reset] to clear auto-loaded commands in namespaces other than :: and to clear auto-loaded commands that do not happen to be procs. [Bug 1101670] ***POTENTIAL INCOMPATIBILITY*** |
|
From: Don P. <dg...@us...> - 2005-01-25 17:58:51
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19379 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * library/auto.tcl: Updated [auto_reset] to clear auto-loaded procs in namespaces other than :: [Bug 1101670]. |
|
From: Andreas K. <and...@us...> - 2005-01-27 00:23:05
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2844 Modified Files: ChangeLog Log Message: TIP#218 IMPLEMENTATION * generic/tclDecls.h: Regenerated from tcl.decls. * generic/tclStubInit.c: * doc/CrtChannel.3: Documentation of extended API, * generic/tcl.decls: extended testsuite, and * generic/tcl.h: implementation. Removal of old * generic/tclIO.c: driver-specific TclpCut/Splice * generic/tclInt.h: functions. Replaced with generic * tests/io.test: thread-action calls through the * unix/tclUnixChan.c: new hooks. Update of all builtin * unix/tclUnixPipe.c: channel drivers to version 4. * unix/tclUnixSock.c: Windows drivers extended to * win/tclWinChan.c: manage thread state in a thread * win/tclWinConsole.c: action handler. * win/tclWinPipe.c: * win/tclWinSerial.c: * win/tclWinSock.c: |
|
From: Andreas K. <and...@us...> - 2005-01-27 22:53:47
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16975 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: TIP#218 IMPLEMENTATION * generic/tclDecls.h: Regenerated from tcl.decls. * generic/tclStubInit.c: * doc/CrtChannel.3: Documentation of extended API, * generic/tcl.decls: extended testsuite, and * generic/tcl.h: implementation. Removal of old * generic/tclIO.c: driver-specific TclpCut/Splice * generic/tclInt.h: functions. Replaced with generic * tests/io.test: thread-action calls through the * unix/tclUnixChan.c: new hooks. Update of all builtin * unix/tclUnixPipe.c: channel drivers to version 4. * unix/tclUnixSock.c: Windows drivers extended to * win/tclWinChan.c: manage thread state in a thread * win/tclWinConsole.c: action handler. * win/tclWinPipe.c: * win/tclWinSerial.c: * win/tclWinSock.c: * mac/tclMacChan.c: |
|
From: Jeffrey H. <ho...@us...> - 2005-01-28 01:49:58
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26145 Modified Files: ChangeLog Log Message: * generic/tclBasic.c (Tcl_ExprBoolean, Tcl_ExprDouble) (Tcl_ExprLong): Fix to recognize Tcl_WideInt type. [Bug 1109484] |
|
From: Jeffrey H. <ho...@us...> - 2005-01-28 01:50:33
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26316 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tclBasic.c (Tcl_ExprBoolean, Tcl_ExprDouble) (Tcl_ExprLong): Fix to recognize Tcl_WideInt type. [Bug 1109484] |
|
From: Donal K. F. <dk...@us...> - 2005-01-28 13:39:30
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12180 Modified Files: ChangeLog Log Message: Added test for [1109484] |
|
From: Jeffrey H. <ho...@us...> - 2005-01-28 20:53:58
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22624 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * unix/configure, unix/tcl.m4: add solaris 64-bit gcc build support. [Bug 1021871] |
|
From: Jeffrey H. <ho...@us...> - 2005-01-29 02:16:01
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28924 Modified Files: ChangeLog Log Message: * unix/configure, unix/tcl.m4: add solaris 64-bit gcc build support. [Bug 1021871] |
|
From: Joe E. <jen...@us...> - 2005-01-30 18:39:01
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18983 Modified Files: ChangeLog Log Message: Restored two double-evals that were removed in the DBGX purge. These are still needed on some platforms to account for TCL_TRIM_DOTS. [Bug 1112654] |
|
From: Don P. <dg...@us...> - 2005-01-31 16:27:07
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12100 Modified Files: ChangeLog Log Message: * unix/configure: autoconf-2.57 |
|
From: Don P. <dg...@us...> - 2005-02-01 17:26:39
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27033 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tclExecute.c (TclCompEvalObj): Removed stray statement left behind in prior code reorganization. |
|
From: Don P. <dg...@us...> - 2005-02-01 17:27:33
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27276 Modified Files: ChangeLog Log Message: * generic/tclExecute.c (TclCompEvalObj): Removed stray statement left behind in prior code reorganization. |
|
From: Kevin B K. <ke...@us...> - 2005-02-02 15:53:18
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27473 Modified Files: Tag: kennykb-numerics-branch ChangeLog Log Message: sync with head, add TclStrToD (TIP #132) |
|
From: Kevin B K. <ke...@us...> - 2005-02-02 16:59:05
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9867 Modified Files: Tag: kennykb-numerics-branch ChangeLog Log Message: updated makefiles, fixed buglets in tclStrToD.c with int overflow in exponents |
|
From: Mo D. <md...@us...> - 2005-02-02 23:09:13
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32737 Modified Files: ChangeLog Log Message: * generic/tclProc.c (TclInitCompiledLocals): Add check for type of the framePtr->procPtr->bodyPtr passed to TclInitCompiledLocals and panic if it is not the correct type. If the body of the proc is not of the compiled byte code type then the code will crash. This was discovered while tracking down a crash in Itcl, that crash is fixed by Itcl patch 1115085. |
|
From: Kevin B K. <ke...@us...> - 2005-02-03 23:56:19
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2942 Modified Files: Tag: kennykb-numerics-branch ChangeLog Log Message: Fix for ldexp out of bounds when converting denormals |
|
From: David N. W. <da...@us...> - 2005-02-05 09:15:47
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22750 Modified Files: ChangeLog Log Message: * doc/Thread.3: Fixed sentence describing flags for Tcl_CreateThread. * doc/FileSystem.3: Cleaned up typo in Tcl_FSNewNativePath documentation. * generic/tclPathObj.c: Cleaned up typo in comment. |