|
From: Donal K. F. <dk...@us...> - 2004-03-30 22:39:27
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11599 Modified Files: ChangeLog Log Message: More hash function cleaning up. |
|
From: Donal K. F. <dk...@us...> - 2004-03-30 23:46:01
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23094 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: Backport of fixes to make HashObjKey hash the whole object... |
|
From: Don P. <dg...@us...> - 2004-03-31 01:47:56
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9362 Modified Files: Tag: dgp-refactor ChangeLog Log Message: Merge updates from HEAD |
|
From: Don P. <dg...@us...> - 2004-03-31 02:07:03
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12325 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * library/msgcat/msgcat.tcl ([mcset]): Corrected [mcset] to be able * library/msgcat/pkgIndex.tcl: to successfully set a translation to the empty string. [mcset $loc $src {}] was incorrectly set the $loc translation of $src back to $src. Bump to msgcat 1.3.2. |
|
From: Don P. <dg...@us...> - 2004-03-31 02:14:43
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13198 Modified Files: ChangeLog Log Message: * library/msgcat/msgcat.tcl: Updated internals to make use of * library/msgcat/pkgIndex.tcl: [dict]s to store message catalog data and to use [source -encoding utf-8] to access catalog files. Thanks to Michael Sclenker. Also corrects bug to allow translation to an empty string. Bump to msgcat 1.4.1. [Patch 875055] |
|
From: Don P. <dg...@us...> - 2004-03-31 02:24:32
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14887 Modified Files: ChangeLog Log Message: * doc/msgcat.n: Clarified message catalog file encodings. [Bug 811457] |
|
From: Don P. <dg...@us...> - 2004-03-31 19:02:49
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6623 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * doc/msgcat.n: Clarified message catalog file encodings. [Bug 811457] * library/msgcat/msgcat.tcl ([mcset], [ConvertLocale], [Init]): Corrected [mcset] to be able to successfully set a translation to the empty string. [mcset $loc $src {}] was incorrectly set the $loc translation of $src back to $src. Also changed [ConvertLocale] to minimally require a non-empty "language" part in the locale value. If not, an error raised prompts [Init] to keep looking for a valid locale value, or ultimately fall back on the "C" locale. [Bug 811461]. * library/msgcat/pkgIndex.tcl: Bump to msgcat 1.3.2. |
|
From: Don P. <dg...@us...> - 2004-03-31 19:03:21
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6763 Modified Files: ChangeLog Log Message: * doc/msgcat.n: Clarified message catalog file encodings. [Bug 811457] * library/msgcat/msgcat.tcl: Updated internals to make use of [dict]s to store message catalog data and to use [source -encoding utf-8] to access catalog files. Thanks to Michael Sclenker. [Patch 875055, RFE 811459] Corrected [mcset] to be able to successfully set a translation to the empty string. [mcset $loc $src {}] was incorrectly set the $loc translation of $src back to $src. Also changed [ConvertLocale] to minimally require a non-empty "language" part in the locale value. If not, an error raised prompts [Init] to keep looking for a valid locale value, or ultimately fall back on the "C" locale. [Bug 811461]. * library/msgcat/pkgIndex.tcl: Bump to msgcat 1.4.1. |
|
From: Don P. <dg...@us...> - 2004-03-31 19:03:43
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6868 Modified Files: ChangeLog Log Message: date fix |
|
From: Vince D. <vin...@us...> - 2004-04-01 11:24:55
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18423 Modified Files: ChangeLog Log Message: cross-filesystem boundary glob fix |
|
From: Don P. <dg...@us...> - 2004-04-01 15:19:16
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2296 Modified Files: ChangeLog Log Message: * generic/tclInt.h: Removed obsolete tclBlockTime* declarations. [Bug 926454] |
|
From: Don P. <dg...@us...> - 2004-04-02 17:51:16
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3708 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * tests/tcltest.test: Corrected constraint typos: "nonRoot" -> "notRoot". [Bug 928353] |
|
From: Don P. <dg...@us...> - 2004-04-02 17:51:33
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3816 Modified Files: ChangeLog Log Message: * tests/tcltest.test: Corrected constraint typos: "nonRoot" -> "notRoot". [Bug 928353] |
|
From: miguel s. <ms...@us...> - 2004-04-02 19:06:47
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17205 Modified Files: ChangeLog Log Message: * generic/tclCompile.h: removed redundant #ifdef _TCLINT [Bug 928415], reported by tauvan. |
|
From: miguel s. <ms...@us...> - 2004-04-02 20:19:14
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31958 Modified Files: ChangeLog Log Message: * generic/tclCompile.c: * generic/tclInt.h: removed the macro TCL_ALIGN() from tclInt.h, replaced by the static macro ALIGN() in tclCompile.c [Bug 926445] |
|
From: Don P. <dg...@us...> - 2004-04-02 21:08:44
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12974 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: add thanks |
|
From: Don P. <dg...@us...> - 2004-04-02 21:23:40
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16028 Modified Files: ChangeLog Log Message: add thanks |
|
From: Donal K. F. <dk...@us...> - 2004-04-06 08:57:47
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30402 Modified Files: ChangeLog Log Message: root interacts badly with access(...,X_OK) [Bug 929892] |
|
From: Donal K. F. <dk...@us...> - 2004-04-06 08:59:47
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30747 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: root interacts badly with access(...,X_OK) [Bug 929892] |
|
From: Don P. <dg...@us...> - 2004-04-06 14:48:26
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30877 Modified Files: ChangeLog Log Message: * tests/unixInit.test (unixInit-3.1): Default encoding on Darwin systems is utf-8. Thanks to Steven Abner (tauvan). [Bug 928808] |
|
From: Don P. <dg...@us...> - 2004-04-06 14:52:03
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31533 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * tests/unixInit.test (unixInit-3.1): Default encoding on Darwin systems is utf-8. Thanks to Steven Abner (tauvan). [Bug 928808] |
|
From: Don P. <dg...@us...> - 2004-04-06 22:38:38
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30128 Modified Files: ChangeLog Log Message: Patch 922727 committed. Implements three changes: * generic/tclInt.h: Reworked the Tcl header files into a clean * unix/tclUnixPort.h: hierarchy where tcl.h < tclPort.h < tclInt.h * win/tclWinInt.h: and every C source file should #include * win/tclWinPort.h: at most one of those files to satisfy its declaration needs. tclWinInt.h and tclWinPort.h also better organized so that tclWinPort.h includes the Windows implementation of cross-platform declarations, while tclWinInt.h makes declarations that are available on Windows only. * generic/tclBinary.c (TCL_NO_MATH): Deleted the generic/tclMath.h * generic/tclMath.h (removed): header file. The internal Tcl * macosx/Makefile (PRIVATE_HEADERS): header, tclInt.h, has a * win/tcl.dsp: #include <math.h> directly, and file external to Tcl needing libm should do the same. * win/Makefile.in (WIN_OBJS): Deleted the win/tclWinMtherr.c file. * win/makefile.bc (TCLOBJS): It's a vestige from matherr() days * win/makefile.vc (TCLOBJS): gone by. * win/tcl.dsp: * win/tclWinMtherr.c (removed): |
|
From: Jeffrey H. <ho...@us...> - 2004-04-07 21:19:40
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30413 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * win/configure: * win/configure.in: define TCL_LIB_FLAG, TCL_BUILD_LIB_SPEC, TCL_LIB_SPEC and TCL_PACKAGE_PATH in tclConfig.sh. |
|
From: Jeffrey H. <ho...@us...> - 2004-04-07 21:23:16
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31178 Modified Files: ChangeLog Log Message: * win/configure: define TCL_LIB_FLAG, TCL_BUILD_LIB_SPEC, * win/configure.in: TCL_LIB_SPEC, TCL_PACKAGE_PATH in tclConfig.sh. |
|
From: Jeffrey H. <ho...@us...> - 2004-04-07 22:17:29
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11476 Modified Files: ChangeLog Log Message: * win/tclWinInit.c (TclpSetInitialEncodings): note that WIN32_CE is also a unicode platform. * generic/tclEncoding.c (TclFindEncodings, Tcl_FindExecutable): * generic/tclInt.h: Correct handling of UTF * unix/tclUnixInit.c (TclpInitLibraryPath): data that is actually * win/tclWinFile.c (TclpFindExecutable): "clean", allowing the * win/tclWinInit.c (TclpInitLibraryPath): loading of Tcl from paths that contain multi-byte chars on Windows [Bug 920667] |