From: Donal K. F. <dk...@us...> - 2003-04-08 22:59:38
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv24453 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: Use correct test for the empty string in Tcl_ErrorObjCmd |
From: Donal K. F. <dk...@us...> - 2003-04-10 08:17:36
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv10389 Modified Files: ChangeLog Log Message: Silly typo fix. [Bug 718543] |
From: Donal K. F. <dk...@us...> - 2003-04-10 08:20:56
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv13318 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: Fixed silly typo. [Bug 718543] |
From: Vince D. <vin...@us...> - 2003-04-11 15:59:53
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv14298 Modified Files: ChangeLog Log Message: fix 5 small filesystem bugs, and some typos |
From: Andreas K. <and...@us...> - 2003-04-11 17:35:35
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv28070 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tclIO.c (UpdateInterest): When dropping interest in TCL_READABLE now dropping interest in TCL_EXCEPTION too. This fixes a bug where Expect detects eof on a file prematurely on solaris 2.6 and higher. A much more complete explanation is in the code itself (40 lines of comments for a one-line change :) |
From: Andreas K. <and...@us...> - 2003-04-11 17:39:52
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv30336 Modified Files: ChangeLog Log Message: * generic/tclIO.c (UpdateInterest): When dropping interest in TCL_READABLE now dropping interest in TCL_EXCEPTION too. This fixes a bug where Expect detects eof on a file prematurely on solaris 2.6 and higher. A much more complete explanation is in the code itself (40 lines of comments for a one-line change :) |
From: Don P. <dg...@us...> - 2003-04-11 20:49:54
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv18331 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tclCmdMZ.c (Tcl_StringObjCmd,STR_IS_INT): Corrected inconsistent results of [string is integer] observed on systems where sizeof(long) != sizeof(int). [Bug 718878] * tests/string.test: Added tests for Bug 718878. * doc/string.n: Clarified that [string is integer] accepts 32-bit integers. |
From: Don P. <dg...@us...> - 2003-04-11 20:50:48
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv18772 Modified Files: ChangeLog Log Message: * generic/tclCmdMZ.c (Tcl_StringObjCmd,STR_IS_INT): Corrected inconsistent results of [string is integer] observed on systems where sizeof(long) != sizeof(int). [Bug 718878] * tests/string.test: Added tests for Bug 718878. * doc/string.n: Clarified that [string is integer] accepts 32-bit integers. |
From: Kevin B K. <ke...@us...> - 2003-04-12 19:08:55
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv12161 Modified Files: ChangeLog Log Message: Implemented TIP #124 (clock clicks -microseconds and Tcl_WideInt return values). Fixed Bug 710310 (duplicate test numbers in clock.test). Made major changes to tclWinTime.c and related code to improve loop filter stability. |
From: Jeffrey H. <ho...@us...> - 2003-04-12 19:51:25
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv31279 Modified Files: ChangeLog Log Message: * win/Makefile.in (GENERIC_OBJS): add missing tclPathObj.c |
From: Kevin B K. <ke...@us...> - 2003-04-12 20:11:34
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv8619 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: Fixed Bug 710310 (duplicate test numbers in clock.test). Made major changes to tclWinTime.c and related code to improve loop filter stability. |
From: Mo D. <md...@us...> - 2003-04-14 02:36:59
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv16025 Modified Files: ChangeLog Log Message: * win/configure: Regen. * win/configure.in: Add check for FINDEX_INFO_LEVELS from winbase.h, known to be a problem in VC++ 5.2. Define HAVE_NO_FINDEX_ENUMS if the define does not exist. * win/tclWinFile.c: Put declarations for FINDEX_INFO_LEVELS and FINDEX_SEARCH_OPS inside a check for HAVE_NO_FINDEX_ENUMS so that these are not declared twice. This fixes the Mingw build. * win/tclWinTime.c: Rework the init of timeInfo so that the number or initializers matches the declaration. This was broken under Mingw. Add cast to avoid compile warning when calling the AccumulateSample function. |
From: Vince D. <vin...@us...> - 2003-04-14 15:45:50
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv18721 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: filesystem fixes backported |
From: Vince D. <vin...@us...> - 2003-04-14 15:48:36
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv20185 Modified Files: ChangeLog Log Message: shared filesystem function |
From: Vince D. <vin...@us...> - 2003-04-14 16:34:42
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv7435 Modified Files: ChangeLog Log Message: vc++ 5.2 compile fix |
From: Kevin B K. <ke...@us...> - 2003-04-14 22:54:18
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv18080 Modified Files: ChangeLog Log Message: Added conditionals to make tclWinFile.c compile on VC++6, which was broken by recent changes. |
From: Kevin B K. <ke...@us...> - 2003-04-14 22:55:14
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv18625 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: Added conditionals to make tclWinFile.c compile on VC++6, which was broken by recent changes. |
From: Mo D. <md...@us...> - 2003-04-15 00:19:00
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv16254 Modified Files: ChangeLog Log Message: * win/Makefile.in: Don't define TCL_DBGX symbol for every compile. Instead, define TCL_PIPE_DLL only when compiling tclWinPipe.c. This will break other build systems, so they will need to remove the TCL_DBGX define and replace it with a define for TCL_PIPE_DLL. * win/tclWinPipe.c (TclpCreateProcess): Remove PREFIX_IDENT and DEBUG_IDENT from top of file. Use TCL_PIPE_DLL passed in from build env instead of trying to construct the dll name from already defined symbols. This approach is more flexible and better in the long run. |
From: Don P. <dg...@us...> - 2003-04-15 03:46:28
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv15288 Modified Files: ChangeLog Log Message: fixed compiler warnings |
From: Vince D. <vin...@us...> - 2003-04-15 06:56:02
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv10132 Modified Files: ChangeLog Log Message: remove duplicate function definition |
From: Kevin B K. <ke...@us...> - 2003-04-15 16:40:36
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv11238 Modified Files: ChangeLog Log Message: Updated makefile.vc to conform with Mo DeJong's changes to Makefile.in and tclWinPipe.c on 2003-04-14. Now passes TCL_PIPE_DLL in place of TCL_DBGX. |
From: Andreas K. <and...@us...> - 2003-04-15 18:25:17
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv32212 Modified Files: Tag: mod-8-3-4-branch ChangeLog Log Message: * generic/tclBasic.c (Tcl_CloneInterp): Added code to propagate error messages generated when cloning fails from the clone to the master, for perusal by the code which activated the cloning process. This is especially important to track syntax errors in procedures to clone down. The code was provided by Greg Thompson <gs...@ci...>. * generic/tclBasic.c (CloneNamespace): Fixed potential memory leak due to a missing call of "Tcl_DStringFree". Reported by Greg Thompson <gs...@ci...>. * generic/tclBasic.c (CloneCommand): Moved code adding the clone to its command table to the end of the command. This makes cleanup in case of a failure easier, there is less to roll back. Added code to release the command strcuture if cloning the procedure structures fails. changed from void to int, returning a TCL_ result code. (CloneNamespace): Changed from void to int, returning a TCL_ result code. Now reacting to the result of CloneCommand (and itself), aborts operation in case of a failure. (Tcl_CloneInterp): Now reacting to a failure reported by 'CloneNamespace'. Frees the fixup information accumulated so far (via new CloneFixupFree), then deletes the partially created interpreter via the standard 'Tcl_DeleteInterp'. (CloneFixupFree): New function, freeing the fixup information. |
From: Joe E. <jen...@us...> - 2003-04-15 19:50:38
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv14579 Modified Files: ChangeLog Log Message: Added example section "SCOPED SCRIPTS", supplied by Kevin Kenny. (Fixes [Bug 219183]) |
From: Kevin B K. <ke...@us...> - 2003-04-15 20:59:12
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv24028 Modified Files: ChangeLog Log Message: Corrected use of types to make compilation compatible with VC++5. |
From: Kevin B K. <ke...@us...> - 2003-04-15 21:06:37
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv29058 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: Corrected use of types to make compilation compatible with VC++5. |