|
From: Donal K. F. <dk...@us...> - 2003-09-29 10:05:05
|
Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv29950
Modified Files:
Tag: core-8-4-branch
ChangeLog
Log Message:
Correctly check the types of boolean options to http::geturl [Bug 811170]
|
|
From: Donal K. F. <dk...@us...> - 2003-09-29 10:13:57
|
Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv20518
Modified Files:
Tag: core-8-4-branch
ChangeLog
Log Message:
Added note to make it clearer that frameworks are an OSX feature [Bug 619440]
|
|
From: Donal K. F. <dk...@us...> - 2003-09-29 15:24:55
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv19104 Modified Files: ChangeLog Log Message: TIP#112 ([namespace ensemble] command) implementation. |
|
From: Donal K. F. <dk...@us...> - 2003-09-29 21:38:51
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv21921 Modified Files: ChangeLog Log Message: TIP#121 (app exit proc API) implementation from Joe Mistachkin |
|
From: Don P. <dg...@us...> - 2003-09-29 22:03:45
|
Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv28309
Modified Files:
Tag: core-8-4-branch
ChangeLog
Log Message:
* generic/tclBasic.c (CallCommandTraces): Added safety bit
* tests/trace.test: masking to prevent any of the bit values
TCL_TRACE_*_EXEC from leaking into the flags field of any
Command struct. This does not fix [Bug 811483] but helps to
contain some of its worst symptoms. Also backported the corrections
to test trace-28.4 from Vince Darley.
|
|
From: Donal K. F. <dk...@us...> - 2003-09-29 22:38:23
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv3034 Modified Files: ChangeLog Log Message: Symbols which are visible outside a single compilation unit must have the prefix 'Tcl' to keep them out of the way of non-Tcl C code on Unix. (Problem reported by George Staplin.) |
|
From: Vince D. <vin...@us...> - 2003-09-30 14:07:21
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv32468 Modified Files: ChangeLog Log Message: fixed inconsistent handling of file separators in file join |
|
From: Daniel A. S. <da...@us...> - 2003-10-01 14:33:52
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv26588 Modified Files: ChangeLog Log Message: * macosx/Makefile: fixed redo prebinding bug when DESTDIR="". * mac/tclMacResource.c: fixed possible NULL dereference (bdesgraupes). |
|
From: Daniel A. S. <da...@us...> - 2003-10-01 14:34:18
|
Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv26628
Modified Files:
Tag: core-8-4-branch
ChangeLog
Log Message:
* macosx/Makefile: fixed redo prebinding bug when DESTDIR="".
* mac/tclMacResource.c: fixed possible NULL dereference (bdesgraupes).
|
|
From: Don P. <dg...@us...> - 2003-10-02 18:08:37
|
Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv22602
Modified Files:
ChangeLog
Log Message:
* generic/tclTrace.c: Corrected comingling of introspection results of
[trace info command] and [trace info execution]. [Bug 807243]
Thanks to Mark Saye.
|
|
From: Jeffrey H. <ho...@us...> - 2003-10-03 17:13:39
|
Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv30637
Modified Files:
Tag: core-8-3-1-branch
ChangeLog
Log Message:
* generic/tclCompile.c (TclCompileScript): backport fix for crash
on TCL_OUT_LINE_COMPILE mishandling. [Bug 705406, 735055]
|
|
From: Vince D. <vin...@us...> - 2003-10-03 17:45:52
|
Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv4026
Modified Files:
Tag: core-8-4-branch
ChangeLog
Log Message:
backporting of filesystem tests, docs
|
|
From: Don P. <dg...@us...> - 2003-10-03 20:31:26
|
Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv31570
Modified Files:
Tag: core-8-4-branch
ChangeLog
Log Message:
* generic/tclBasic.c: Fixed error in ref count management of command
* generic/tclCmdMZ.c: and execution traces that caused access to
freed memory in trace-32.1. [Bug 811483].
|
|
From: Don P. <dg...@us...> - 2003-10-03 20:42:08
|
Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv819
Modified Files:
ChangeLog
Log Message:
* generic/tclBasic.c: Fixed error in ref count management of command
* generic/tclCmdMZ.c: and execution traces that caused access to
freed memory in trace-32.1. [Bug 811483].
|
|
From: miguel s. <ms...@us...> - 2003-10-04 16:12:18
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv5802 Modified Files: ChangeLog Log Message: fix for [Bug 816641] - faulty execution and catch stack management. |
|
From: Mo D. <md...@us...> - 2003-10-04 18:59:30
|
Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv991
Modified Files:
Tag: core-8-4-branch
ChangeLog
Log Message:
* win/tclWinPipe.c: fixed a bug in BuildCommandLine.
This bug built a command line with a missing space between
tclpipe.dll and the following arguments. It caused error
in Windows 98 when exec command.com (e.g. dir) [Bug 789040]
|
|
From: Vince D. <vin...@us...> - 2003-10-06 09:49:39
|
Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv32011
Modified Files:
Tag: core-8-4-branch
ChangeLog
Log Message:
filesystem bug fixes: volumerelative normalization, file join inconsistency
|
|
From: Don P. <dg...@us...> - 2003-10-06 13:55:44
|
Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv5795
Modified Files:
Tag: core-8-4-branch
ChangeLog
Log Message:
* tests/cmdMZ.test: Updated [package require tcltest] lines to
* tests/fileSystem.test: indiciate that these test files
* tests/notify.test: use features of tcltest 2. [Bug 706114]
* tests/parseExpr.test:
* tests/unixNotfy.test:
|
|
From: Don P. <dg...@us...> - 2003-10-06 14:30:09
|
Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv11574
Modified Files:
Tag: core-8-4-branch
ChangeLog
Log Message:
* tests/reg.test: Corrected duplicate test names.
* tests/resource.test: [Bugs 710370, 710358]
|
|
From: Don P. <dg...@us...> - 2003-10-06 14:32:25
|
Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv11992
Modified Files:
ChangeLog
Log Message:
* tests/reg.test: Corrected duplicate test names.
* tests/resource.test: [Bugs 710370, 710358]
* tests/dict.test:
* tests/dict.test: Updated [package require tcltest] lines to
* tests/fileSystem.test: indiciate that these test files
* tests/lrepeat.test: use features of tcltest 2. [Bug 706114]
* tests/notify.test:
* tests/parseExpr.test:
* tests/unixNotfy.test:
* tests/winDde.test:
|
|
From: Don P. <dg...@us...> - 2003-10-06 16:17:13
|
Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv32457
Modified Files:
ChangeLog
Log Message:
* unix/tcl.m4 (SC_PATH_TCLCONFIG): Corrected search path so
that alpha and beta releases of Tcl are not favored. [Bug 608698]
|
|
From: Don P. <dg...@us...> - 2003-10-06 17:27:03
|
Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv12629
Modified Files:
Tag: core-8-4-branch
ChangeLog
Log Message:
* tests/fCmd.test (fCmd-8.2): Test only that tilde-substitution
happens, not for any particular result. [Bug 685991]
* unix/tcl.m4 (SC_PATH_TCLCONFIG): Corrected search path so
that alpha and beta releases of Tcl are not favored. [Bug 608698]
|
|
From: Don P. <dg...@us...> - 2003-10-06 17:27:20
|
Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv12709
Modified Files:
ChangeLog
Log Message:
* tests/fCmd.test (fCmd-8.2): Test only that tilde-substitution
happens, not for any particular result. [Bug 685991]
|
|
From: Jeffrey H. <ho...@us...> - 2003-10-06 19:08:50
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv4248 Modified Files: ChangeLog Log Message: * win/configure: * win/tcl.m4: removed incorrect checks for existence of optimization. TCL_CFG_OPTIMIZED is now defined whenever the user does not build with --enable-symbols. |
|
From: Don P. <dg...@us...> - 2003-10-07 04:48:09
|
Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv17218
Modified Files:
Tag: core-8-4-branch
ChangeLog
Log Message:
* tests/regexp.test: Matched [makeFile] with [removeFile].
* tests/regexpComp.test: [Bug 675652]
|