From: Jeffrey H. <ho...@us...> - 2003-02-19 01:05:33
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv18239 Modified Files: ChangeLog Log Message: * unix/tclUnixThrd.c (TclpReaddir): reduce size of name string in tsd to NAME_MAX instead of PATH_MAX. [Bug #689100] (waters) |
From: Andreas K. <and...@us...> - 2003-02-19 01:20:22
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv24374 Modified Files: ChangeLog Log Message: * unix/tcl.m4: [Bug #651811] Added definition of _XOPEN_SOURCE and linkage of 'xnet' library to HP 11 branch. This kills a lot of socket-related failures in the testsuite when Tcl was compiled in 64 bit mode (both PA-RISC 2.0W, and IA 64). * unix/configure: Regenerated. |
From: miguel s. <ms...@us...> - 2003-02-19 14:33:40
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv25238 Modified Files: ChangeLog Log Message: * generic/tclCompile.c (TclCompileExprWords): remove unused variable "range" [Bug 664743] * generic/tclExecute.c (ExprSrandFunc): remove unused variable "result" [Bug 664743] * generic/tclStringObj.c (UpdateStringOfString): remove unused variable "length" [Bug 664751] * tests/execute.test (execute-7.30): fix for [Bug 664775] |
From: Daniel A. S. <da...@us...> - 2003-02-19 16:43:29
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv15310 Modified Files: ChangeLog Log Message: * generic/tclStringObj.c: restored Tcl_SetObjLength() side-effect of always invalidating unicode rep (if the obj has a string rep). Added hasUnicode flag to String struct, allows decoupling of validity of unicode rep from buffer size allocated to it (improves memory allocation efficiency). [Bugs #686782, #671138, #635200] * macosx/Tcl.pbproj/project.pbxproj: * macosx/Makefile: reworked embedded build to no longer require relinking but to use install_name_tool instead to change the install_names for embedded frameworks. * macosx/Tcl.pbproj/project.pbxproj: preserve mod dates when running 'make install' to build framework (avoids bogus rebuilds of dependent frameworks because tcl headers appear changed). * tests/ioCmd.test (iocmd-1.8): fix failure when system encoding is utf-8: use iso8859-1 encoding explicitly. |
From: Daniel A. S. <da...@us...> - 2003-02-19 16:55:45
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv25167 Modified Files: ChangeLog Log Message: added missing bug # |
From: Jeffrey H. <ho...@us...> - 2003-02-20 00:34:11
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv24120 Modified Files: ChangeLog Log Message: * unix/tclUnixThrd.c (TclpReaddir): * unix/tclUnixPort.h: update to Bug 689100 patch to ensure that there is a defined value of MAXNAMLEN (aka NAME_MAX in POSIX) and that we have some buffer allocated. |
From: Donal K. F. <dk...@us...> - 2003-02-20 15:33:03
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv30006 Modified Files: ChangeLog Log Message: Typo fix [Bug #688943] |
From: Jeffrey H. <ho...@us...> - 2003-02-21 02:40:59
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv27406 Modified Files: ChangeLog Log Message: * generic/tclEncoding.c (LoadTableEncoding): * library/encoding/cp932.enc: Correct jis round-trip encoding * library/encoding/euc-jp.enc: by adding 'R' type to .enc files. * library/encoding/iso2022-jp.enc: [Patch #689341] (koboyasi, taguchi) * library/encoding/jis0208.enc: * library/encoding/shiftjis.enc: * tests/encoding.test: |
From: Daniel A. S. <da...@us...> - 2003-02-21 03:32:50
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv12170 Modified Files: ChangeLog Log Message: * unix/tcl.m4: * unix/tclUnixPipe.c: (macosx) use vfork() instead of fork() to create new processes, as recommended by to Apple (vfork can be up to 100 times faster thank fork on macosx). * unix/configure: regen. |
From: Don P. <dg...@us...> - 2003-02-21 05:30:18
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv15619a Modified Files: ChangeLog Log Message: * library/package.tcl (tclPkgUnknown): Minor performance tweaks to reduce the number of [file] invocations. Meant to improve startup times, at least a little bit. [Patch 687906] |
From: Daniel A. S. <da...@us...> - 2003-02-21 19:04:33
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv26206/tcl Modified Files: ChangeLog Log Message: fixed very old typos |
From: Daniel A. S. <da...@us...> - 2003-02-21 20:12:09
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv21820/tcl Modified Files: ChangeLog Log Message: * mac/tclMacChan.c (TclpCutFileChannel, TclpSpliceFileChannel): Implemented missing cut and splice procs for file channels. |
From: Donal K. F. <dk...@us...> - 2003-02-21 21:54:12
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv497 Modified Files: ChangeLog Log Message: Stopped sign-bit propagation in [binary scan] of wide values. [Bug #690774] |
From: Daniel A. S. <da...@us...> - 2003-02-22 06:56:49
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv23626 Modified Files: ChangeLog Log Message: fixed typo |
From: Zoran V. <vas...@us...> - 2003-02-22 09:23:17
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv3035 Modified Files: ChangeLog Log Message: Fix for Bug #571002 |
From: miguel s. <ms...@us...> - 2003-02-25 16:18:55
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv18908 Modified Files: ChangeLog Log Message: * tests/execute.test: cleaning up testobj's at the end, to avoid leak warning by valgrind. |
From: Andreas K. <and...@us...> - 2003-02-25 22:03:39
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv27338 Modified Files: ChangeLog Log Message: * tests/pid.test: See below [Bug #678412]. * tests/io.test: Made more robust against spaces in paths [Bug #678400]. |
From: Don P. <dg...@us...> - 2003-02-25 23:58:10
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv14811 Modified Files: ChangeLog Log Message: * doc/pkgMkIndex.n: Modified [pkg_mkIndex] to use -nocase matching * library/package.tcl: of -load patterns, to better accomodate common user errors due to confusion between [package names] names and [info loaded] names. |
From: Jeffrey H. <ho...@us...> - 2003-02-27 00:54:37
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv28988 Modified Files: ChangeLog Log Message: * generic/tclCmdMZ.c (TraceCommandProc): Fix mem leak when deleting a command that had trace on it. [Bug #693564] (sofer) |
From: Chengye M. <che...@us...> - 2003-02-27 04:08:22
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv28595 Modified Files: ChangeLog Log Message: Fixed a bug in TclpSetVeriables: initialize dwUserNameLen to avoid crash in calling GetUserName |
From: Donal K. F. <dk...@us...> - 2003-02-27 16:01:59
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv11963 Modified Files: ChangeLog Log Message: Stop [lsearch -start 0 {} x] from crashing. [Bug #694232] |
From: Jeffrey H. <ho...@us...> - 2003-02-27 23:57:42
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv305 Modified Files: ChangeLog Log Message: see ChangeLog |
From: Vince D. <vin...@us...> - 2003-02-28 12:11:50
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv17480 Modified Files: ChangeLog Log Message: file documentation fix |
From: Jeffrey H. <ho...@us...> - 2003-03-01 01:22:47
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv25864 Modified Files: ChangeLog Log Message: * win/configure: * win/configure.in: check for 'g' for debug build type, not 'd'. * win/rules.vc (DBGX): correct to use 'g' for nmake win makefile to match the cygwin makefile for debug builds. [Bug #635107] |
From: Don P. <dg...@us...> - 2003-03-03 17:12:47
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv2213 Modified Files: ChangeLog Log Message: * library/dde/pkgIndex.tcl: dde bumped to version 1.2.1 for * win/tclWinDde.c: bundled release with Tcl 8.4.2 * library/reg/pkgIndex.tcl: registry bumped to version 1.1.1 for * win/tclWinReg.c: bundled release with Tcl 8.4.2 * library/opt/pkgIndex.tcl: updated package index to version 0.4.4 |