|
From: Don P. <dg...@us...> - 2006-03-23 22:28:46
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29971 Modified Files: ChangeLog Log Message: * generic/tclExecute.c: Merged INST_EXPON handling in with the other binary operators that operate on all number types (INST_ADD, etc.). |
|
From: Don P. <dg...@us...> - 2006-03-24 18:20:57
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12791 Modified Files: ChangeLog Log Message: * generic/tclExecute.c: Revised INST_EXPON implementation to do calculations in native types as much as possible, moving to mp_ints only when necessary. |
|
From: Kevin B K. <ke...@us...> - 2006-03-24 19:05:57
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13933 Modified Files: ChangeLog Log Message: add missing casts to int that were making VC6 complain |
|
From: Don P. <dg...@us...> - 2006-03-24 21:26:12
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26817 Modified Files: ChangeLog Log Message: * generic/tclEncoding.c: Reverted latest change [Bug 506653] since it reportedly killed test performance on Windows. |
|
From: Don P. <dg...@us...> - 2006-03-25 16:58:39
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv995 Modified Files: ChangeLog Log Message: * generic/tclExecute.c: Corrections to INST_EXPON detection of overflow to use mp_int calculations. |
|
From: Andreas K. <and...@us...> - 2006-03-27 18:08:59
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14428 Modified Files: ChangeLog Log Message: * doc/CrtChannel.3: Added TCL_CHANNEL_VERSION_5, made it * generic/tcl.h: the version where the "truncateProc" * generic/tclIO.c: is defined at, and moved all channel * generic/tclIOGT.c: drivers of Tcl to v5. * generic/tclIORChan.c: * unix/tclUnixChan.c: * unix/tclUnixPipe.c: * win/tclWinChan.c: * win/tclWinConsole.c: * win/tclWinPipe.c: * win/tclWinSerial.c: * win/tclWinSock.c: |
|
From: Don P. <dg...@us...> - 2006-03-27 22:50:36
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4244 Modified Files: ChangeLog Log Message: * generic/tclExecute.c: Merge INST_MOD computation in with the INST_?SHIFT instructions, which also operate only on two integral values. Also corrected flaw that made INST_BITNOT of wide values require mp_int calculations. |
|
From: Don P. <dg...@us...> - 2006-03-27 23:13:03
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15869 Modified Files: ChangeLog Log Message: * generic/tclExecute.c: Merge INST_MOD computation in with the INST_?SHIFT instructions, which also operate only on two integral values. Also corrected flaw that made INST_BITNOT of wide values require mp_int calculations. Also corrected type that missed optimized handling of the tclBooleanType by the TclGetBooleanFromObj macro. |
|
From: Pat T. <pat...@us...> - 2006-03-27 23:14:33
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16236 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: Fixes for bug #1456373 and general warning silencing for gcc build. |
|
From: Pat T. <pat...@us...> - 2006-03-27 23:28:23
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23630 Modified Files: ChangeLog Log Message: Fixes for bug #1456373 (mingw-gcc issue). |
|
From: Vince D. <vin...@us...> - 2006-03-28 09:41:48
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27166 Modified Files: ChangeLog Log Message: nativeFilesystemRecord comparisons |
|
From: Daniel A. S. <da...@us...> - 2006-03-28 10:47:12
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29488 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * unix/tclUnixFCmd.c (TclpObjNormalizePath): deal with *BSD/Darwin realpath() converting relative paths into absolute paths. [Bug 1064247] |
|
From: Daniel A. S. <da...@us...> - 2006-03-28 10:54:12
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1124 Modified Files: ChangeLog Log Message: * macosx/Tcl.xcode/default.pbxuser: add '-singleproc 1' cli arg to * macosx/Tcl.xcodeproj/default.pbxuser: tcltest to ease test debugging. * macosx/Tcl.xcode/project.pbxproj: removed $prefix/share from * macosx/Tcl.xcodeproj/project.pbxproj: TCL_PACKAGE_PATH as per change to unix/configure.in of 2006-03-13. |
|
From: Jeffrey H. <ho...@us...> - 2006-03-28 21:26:41
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20697 Modified Files: ChangeLog Log Message: * unix/tcl.m4, win/tcl.m4: []-quote AC_DEFUN functions. |
|
From: Jeffrey H. <ho...@us...> - 2006-03-28 22:25:44
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14936 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * win/configure, win/tcl.m4: define MACHINE for gcc builds as well. Needed by Tk for manifest generation. |
|
From: Jeffrey H. <ho...@us...> - 2006-03-28 22:27:27
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5882 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * win/tclWinConsole.c: revert 2005-11-03 [Patch 1256872] change to add win32 unicode console support as it broke the ability to modify the encoding to the console. |
|
From: Jeffrey H. <ho...@us...> - 2006-03-29 01:22:53
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32412 Modified Files: ChangeLog Log Message: * win/tclWinPipe.c (TclpCreateProcess): change panics to Tcl errors and do proper refcounting of noe objPtr. [bug 1194429] |
|
From: Don P. <dg...@us...> - 2006-03-29 16:04:12
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26324 Modified Files: ChangeLog Log Message: * generic/tclExecute.c: Revised INST_MOD implementation to do calculations in native types as much as possible, moving to mp_ints only when necessary. |
|
From: Don P. <dg...@us...> - 2006-03-29 22:19:18
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12606 Modified Files: ChangeLog Log Message: * generic/tclPathObj.c: More fixes for path normalization when /../ * tests/fileSystem.test: tries to go beyond root.[Bug 1379287] |
|
From: miguel s. <ms...@us...> - 2006-03-30 01:03:30
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24823 Modified Files: ChangeLog Log Message: * generic/tclExecute.c: remove unused var and silence gcc warning |
|
From: Jeffrey H. <ho...@us...> - 2006-03-30 18:26:30
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8382 Modified Files: ChangeLog Log Message: * win/Makefile.in: convert _NATIVE paths to use / to avoid ".\" path-as-escape issue. |
|
From: Andreas K. <and...@us...> - 2006-04-05 00:06:10
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3679 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tclIO.c (ReadChars): Added check and panic and commentary to a piece of code which relies on BUFFER_PADDING to create enough space at the beginning of each buffer forthe insertion of partial multi-byte data at the beginning of a buffer. To explain why this code is ok, and as precaution if someone twiddled the BUFFER_PADDING into uselessness. * generic/tclIO.c (ReadChars): [SF Tcl Bug 1462248]. Added code temporarily suppress the use of TCL_ENCODING_END set when eof was reached while the buffer we are converting is not truly the last buffer in the queue. together with the Utf bug below it was possible to completely bollox the buffer data structures, eventually crashing Tcl. * generic/tclEncoding.c (UtfToUtfProc): Fixed problem where the function accessed memory beyond the end of the input buffer. When TCL_ENCODING_END is set and the last bytes of the buffer start a multi-byte sequence. This bug contributed to [SF Tcl Bug 1462248]. |
|
From: Andreas K. <and...@us...> - 2006-04-05 00:19:07
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13988 Modified Files: ChangeLog Log Message: * generic/tclIO.c (ReadChars): Added check and panic and commentary to a piece of code which relies on BUFFER_PADDING to create enough space at the beginning of each buffer forthe insertion of partial multi-byte data at the beginning of a buffer. To explain why this code is ok, and as precaution if someone twiddled the BUFFER_PADDING into uselessness. * generic/tclIO.c (ReadChars): [SF Tcl Bug 1462248]. Added code temporarily suppress the use of TCL_ENCODING_END set when eof was reached while the buffer we are converting is not truly the last buffer in the queue. together with the Utf bug below it was possible to completely bollox the buffer data structures, eventually crashing Tcl. * generic/tclEncoding.c (UtfToUtfProc): Fixed problem where the function accessed memory beyond the end of the input buffer. When TCL_ENCODING_END is set and the last bytes of the buffer start a multi-byte sequence. This bug contributed to [SF Tcl Bug 1462248]. |
|
From: Don P. <dg...@us...> - 2006-04-05 01:20:58
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29350 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tclPkg.c: Revised Bug 1162286 fix from 2005-11-08 to be even more forgiving of package version mismatch errors in [package ifneeded] commands, not even logging any warning messages. This further reduces the ***POTENTIAL INCOMPATIBILITY*** noted for that change. |
|
From: Don P. <dg...@us...> - 2006-04-05 01:42:20
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12810 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tclPkg.c: Revised Bug 1162286 fix from 2005-11-08 * tests/pkg.test: to be even more forgiving of package version mismatch errors in [package ifneeded] commands, not even logging any warning messages. This further reduces the ***POTENTIAL INCOMPATIBILITY*** noted for that change. |