|
From: Daniel A. S. <da...@us...> - 2003-11-04 09:36:46
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv25620 Modified Files: ChangeLog Log Message: * macosx/Makefile: added 'test' target. |
|
From: Don P. <dg...@us...> - 2003-11-05 20:57:39
|
Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv29139
Modified Files:
ChangeLog
Log Message:
* tests/unixInit.test (unixInit-2.10): New test to expose [Bug 832657]
failure of TclpInitLibraryPath() to properly handle .. in the path
of the executable.
|
|
From: Don P. <dg...@us...> - 2003-11-05 21:00:13
|
Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv29426
Modified Files:
Tag: core-8-4-branch
ChangeLog
Log Message:
* generic/tclEncoding.c (TclFindEncodings): Normalize the path
of the executable before passing to TclpInitLibraryPath() to avoid
buggy handling of paths containing "..". [Bug 832657]
* tests/unixInit.test (unixInit-2.10): New test for fixed bug.
|
|
From: Daniel A. S. <da...@us...> - 2003-11-06 13:11:03
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv7249 Modified Files: ChangeLog Log Message: * macosx/Makefile: optimized builds define NDEBUG to turn off ThreadAlloc range checking. |
|
From: Daniel A. S. <da...@us...> - 2003-11-06 13:12:24
|
Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv7475
Modified Files:
Tag: core-8-4-branch
ChangeLog
Log Message:
* macosx/Makefile: optimized builds define NDEBUG to turn off
ThreadAlloc range checking.
|
|
From: Jeffrey H. <ho...@us...> - 2003-11-06 21:47:34
|
Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv15607
Modified Files:
Tag: core-8-4-branch
ChangeLog
Log Message:
* tests/unixInit.test (unixInit-2.10): mark as knownBug
* generic/tclEncoding.c (TclFindEncodings): revert patch from
2003-11-05. It wasn't valid in the sensitive startup init phase
and broke Windows from working at all.
|
|
From: Vince D. <vin...@us...> - 2003-11-07 11:36:48
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv8797 Modified Files: ChangeLog Log Message: compilation warning |
|
From: Vince D. <vin...@us...> - 2003-11-10 17:57:22
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv6427 Modified Files: ChangeLog Log Message: fix to misleading error message |
|
From: Donal K. F. <dk...@us...> - 2003-11-10 18:30:43
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv13657 Modified Files: ChangeLog Log Message: Make cmdIL.test more self-contained [Bug 838384] |
|
From: Don P. <dg...@us...> - 2003-11-10 20:32:36
|
Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv8052
Modified Files:
Tag: core-8-4-branch
ChangeLog
Log Message:
* tests/unixInit.test (unixInit-2.10): re-enabled.
* unix/tclUnixInit.c (TclpInitLibraryPath): Alternative fix
* win/tclWinInit.c (TclpInitLibraryPath): for [Bug 832657]
that should not run afoul of startup constraints.
|
|
From: Don P. <dg...@us...> - 2003-11-10 20:34:18
|
Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv8285
Modified Files:
ChangeLog
Log Message:
* unix/tclUnixInit.c (TclpInitLibraryPath):
* win/tclWinInit.c (TclpInitLibraryPath): Fix for [Bug 832657]
that should not run afoul of startup constraints.
|
|
From: Don P. <dg...@us...> - 2003-11-10 22:42:08
|
Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv5228
Modified Files:
Tag: core-8-4-branch
ChangeLog
Log Message:
* library/dde/pkgIndex.tcl: Added safeguards so that registry
* library/reg/pkgIndex.tcl: and dde packages are not offered
* win/tclWinDde.c: on non-Windows platforms. Bumped to
* win/tclWinReg.c: registry 1.1.3 and dde 1.2.2.
|
|
From: Don P. <dg...@us...> - 2003-11-10 22:55:49
|
Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv7951
Modified Files:
ChangeLog
Log Message:
* library/dde/pkgIndex.tcl: Added safeguards so that registry
* library/reg/pkgIndex.tcl: and dde packages are not offered
* win/tclWinDde.c: on non-Windows platforms. Bumped to
* win/tclWinReg.c: registry 1.1.3 and dde 1.3.
* win/Makefile.in:
* win/configure.in:
* win/makefile.bc:
* win/makefile.vc:
* win/configure: autoconf (2.57)
|
|
From: David G. <dav...@us...> - 2003-11-11 10:06:03
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv21388 Modified Files: ChangeLog Log Message: no message |
|
From: Jeffrey H. <ho...@us...> - 2003-11-12 01:05:36
|
Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv18798
Modified Files:
Tag: core-8-4-branch
ChangeLog
Log Message:
improve AIX --enable-64bit handling
|
|
From: Jeffrey H. <ho...@us...> - 2003-11-12 01:07:45
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv19118 Modified Files: ChangeLog Log Message: * unix/configure: * unix/tcl.m4: improve AIX --enable-64bit handling remove -D__NO_STRING_INLINES -D__NO_MATH_INLINES from CFLAGS_OPTIMIZE on Linux. Make default opt -O2 (was -O). |
|
From: Jeffrey H. <ho...@us...> - 2003-11-12 17:27:14
|
Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv20956
Modified Files:
ChangeLog
Log Message:
* tests/cmdMZ.test (cmdMZ-1.4): change to nonPortable as more
systems are using permissions caching, and this isn't really a Tcl
controlled issue.
|
|
From: Jeffrey H. <ho...@us...> - 2003-11-12 17:29:11
|
Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv21998
Modified Files:
Tag: core-8-4-branch
ChangeLog
Log Message:
* tests/cmdMZ.test (cmdMZ-1.4): change to nonPortable as more
systems are using permissions caching, and this isn't really a Tcl
controlled issue.
|
|
From: Don P. <dg...@us...> - 2003-11-14 20:44:45
|
Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv9635
Modified Files:
ChangeLog
Log Message:
* doc/ParseCmd.3: Implementation of TIP 157. Adds recognition
* doc/Tcl.n: of the new leading {expand} syntax on words.
* generic/tcl.h: Parses such words as the new Tcl_Token type
* generic/tclBasic.c: TCL_TOKEN_EXPAND_WORD. Updated Tcl_EvalEx
* generic/tclCompile.c: and the bytecode compiler/execution engine
* generic/tclCompile.h: to recognize the new token type. New opcodes
* generic/tclExecute.c: INST_LIST_VERIFY and INST_INVOKE_EXP and a new
* generic/tclParse.c: operand type OPERAND_ULIST1 are defined. Docs
* generic/tclTest.c: and tests are included.
* tests/basic.test:
* tests/compile.test:
* tests/parse.test:
* library/auto.tcl: Replaced several [eval]s used to perform
* library/package.tcl: argument expansion with the new syntax.
* library/safe.tcl: In the test files lindex.test and lset.test,
* tests/cmdInfo.test: replaced use of [eval] to force direct
* tests/encoding.test: string evaluation with use of [testevalex]
* tests/execute.test: which more directly and robustly serves the
* tests/fCmd.test: same purpose.
* tests/http.test:
* tests/init.test:
* tests/interp.test:
* tests/io.test:
* tests/ioUtil.test:
* tests/iogt.test:
* tests/lindex.test:
* tests/lset.test:
* tests/namespace-old.test:
* tests/namespace.test:
* tests/pkg.test:
* tests/pkgMkIndex.test:
* tests/proc.test:
* tests/reg.test:
* tests/trace.test:
* tests/upvar.test:
* tests/winConsole.test:
* tests/winFCmd.test:
|
|
From: Donal K. F. <dk...@us...> - 2003-11-14 21:13:05
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv16013 Modified Files: ChangeLog Log Message: Version number/changebar fix |
|
From: Donal K. F. <dk...@us...> - 2003-11-14 23:21:03
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv9001 Modified Files: ChangeLog Log Message: TIP#138 implementation plus extra test stuff [Patch 731356] |
|
From: Donal K. F. <dk...@us...> - 2003-11-15 23:43:22
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv32047 Modified Files: ChangeLog Log Message: Stop VC++ 5.2 warning. [Bug 842511] |
|
From: Donal K. F. <dk...@us...> - 2003-11-16 00:49:59
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv10387 Modified Files: ChangeLog Log Message: Miguel Sofer's patch (with small revisions) to make sure the bytecode engine checks for async events fairly frequently. [Bug 746722] |
|
From: Don P. <dg...@us...> - 2003-11-17 17:48:59
|
Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv25971
Modified Files:
ChangeLog
Log Message:
* tests/reg.test: Added tests for [Bugs 230589, 504785, 505048, 840258]
recently fixed by 2003-11-15 commit to regcomp.c by Pavel Goran.
|
|
From: Don P. <dg...@us...> - 2003-11-17 18:12:49
|
Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv30539
Modified Files:
Tag: core-8-4-branch
ChangeLog
Log Message:
* generic/regcomp.c: Backported regexp bug fixes and tests. Thanks
* generic/tclTest.c: to Pavel Goran and Vince Darley.
* tests/reg.test: [Bugs 230589, 504785, 505048, 703709, 840258]
|