|
From: Kevin B K. <ke...@us...> - 2003-07-15 16:11:59
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv19701 Modified Files: ChangeLog Log Message: Added a missing $(OPTDEFINES) which broke the build if STATS=memdbg was specified. |
|
From: Donal K. F. <dk...@us...> - 2003-07-15 17:49:00
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv13818 Modified Files: ChangeLog Log Message: Fixed error message to be less confusing [Bug 771539] |
|
From: Don P. <dg...@us...> - 2003-07-15 20:51:50
|
Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv3879
Modified Files:
Tag: core-8-4-branch
ChangeLog
Log Message:
* generic/tclCompCmds.c (TclCompileIfCmd): Prior fix of Bug 711371
on 2003-04-07 introduced a buffer overflow. Corrected. [Bug 771613]
|
|
From: Don P. <dg...@us...> - 2003-07-15 21:01:38
|
Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv5979
Modified Files:
ChangeLog
Log Message:
* generic/tclCompCmds.c (TclCompileIfCmd): Prior fix of Bug 711371
on 2003-04-07 introduced a buffer overflow. Corrected. [Bug 771613]
|
|
From: Donal K. F. <dk...@us...> - 2003-07-15 22:07:40
|
Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv18007
Modified Files:
Tag: core-8-4-branch
ChangeLog
Log Message:
Added examples from David Welton [Patch 763312]
|
|
From: Donal K. F. <dk...@us...> - 2003-07-15 22:17:07
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv20000 Modified Files: ChangeLog Log Message: Doc fixes related to Patch 763312 |
|
From: Don P. <dg...@us...> - 2003-07-15 23:54:53
|
Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv3114
Modified Files:
Tag: core-8-4-branch
ChangeLog
Log Message:
* unix/dltest/pkga.c: Updated to not use Tcl_UtfNcmp and counted
strings instead of strcmp (not defined in any #include'd header)
and presumed NULL-terminated strings.
|
|
From: Don P. <dg...@us...> - 2003-07-15 23:57:34
|
Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv4065
Modified Files:
ChangeLog
Log Message:
* unix/dltest/pkga.c: Updated to not use Tcl_UtfNcmp and counted
strings instead of strcmp (not defined in any #include'd header)
and presumed NULL-terminated strings.
|
|
From: Mo D. <md...@us...> - 2003-07-16 02:16:15
|
Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv25273
Modified Files:
Tag: core-8-4-branch
ChangeLog
Log Message:
* unix/dltest/pkga.c (Pkga_EqObjCmd): Fix typo
that was causing a crash in load.test.
|
|
From: Mo D. <md...@us...> - 2003-07-16 02:17:09
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv25403 Modified Files: ChangeLog Log Message: * unix/dltest/pkga.c (Pkga_EqObjCmd): Fix typo that was causing a crash in load.test. |
|
From: Don P. <dg...@us...> - 2003-07-16 04:04:41
|
Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv8843
Modified Files:
ChangeLog
Log Message:
* doc/http.n: Updated SYNOPSIS to match actual syntax of
commands. [Bug 756112]
|
|
From: Don P. <dg...@us...> - 2003-07-16 04:15:08
|
Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv10011
Modified Files:
Tag: core-8-4-branch
ChangeLog
Log Message:
* doc/http.n: Updated SYNOPSIS to match actual syntax of
commands. [Bug 756112]
|
|
From: Don P. <dg...@us...> - 2003-07-16 14:31:07
|
Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv6635
Modified Files:
ChangeLog
Log Message:
* library/tcltest/tcltest.tcl (ProcessFlags): Corrected broken call
* library/tcltest/pkgIndex.tcl: to [lrange]. Bumped
to version 2.2.4. [Bug 772333]
|
|
From: Don P. <dg...@us...> - 2003-07-16 14:31:37
|
Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv6725
Modified Files:
Tag: core-8-4-branch
ChangeLog
Log Message:
* library/tcltest/tcltest.tcl (ProcessFlags): Corrected broken call
* library/tcltest/pkgIndex.tcl: to [lrange]. Bumped
to version 2.2.4. [Bug 772333]
|
|
From: Don P. <dg...@us...> - 2003-07-16 15:28:31
|
Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv18434
Modified Files:
Tag: core-8-4-branch
ChangeLog
Log Message:
* generic/tclFileName.c (Tcl_GlobObjCmd): [Bug 771840]
* generic/tclIOUtil.c (Tcl_FSConvertToPathType):[Bug 771947]
* unix/tclUnixFCmd.c (GetModeFromPermString): [Bug 771949]
Silence compiler warnings about unreached lines.
|
|
From: Don P. <dg...@us...> - 2003-07-16 15:29:10
|
Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv18534
Modified Files:
ChangeLog
Log Message:
* generic/tclFileName.c (Tcl_GlobObjCmd): [Bug 771840]
* generic/tclPathObj.c (Tcl_FSConvertToPathType):[Bug 771947]
* unix/tclUnixFCmd.c (GetModeFromPermString): [Bug 771949]
Silence compiler warnings about unreached lines.
|
|
From: Mo D. <md...@us...> - 2003-07-16 19:34:16
|
Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv1672
Modified Files:
Tag: core-8-4-branch
ChangeLog
Log Message:
* win/Makefile.in: Don't define TCL_DBGX
symbol for every compile. Instead, define
TCL_PIPE_DLL only when compiling tclWinPipe.c.
This will break other build systems, so
they will need to remove the TCL_DBGX define
and replace it with a define for TCL_PIPE_DLL.
* win/makefile.vc: Ditto.
* win/tclWinPipe.c (TclpCreateProcess):
Remove PREFIX_IDENT and DEBUG_IDENT from
top of file. Use TCL_PIPE_DLL passed in
from build env instead of trying to construct
the dll name from already defined symbols.
This approach is more flexible and better
in the long run.
|
|
From: Jeffrey H. <ho...@us...> - 2003-07-16 21:24:15
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv24539 Modified Files: ChangeLog Log Message: * generic/tclPreserve.c: In Result and Preserve'd routines, do not * generic/tclUtil.c: assume that ckfree == free, as that is not * generic/tclResult.c: always true. [Bug 756791] (fuller) |
|
From: Jeffrey H. <ho...@us...> - 2003-07-16 21:25:09
|
Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv24688
Modified Files:
Tag: core-8-4-branch
ChangeLog
Log Message:
* generic/tclPreserve.c: In Result and Preserve'd routines, do not
* generic/tclUtil.c: assume that ckfree == free, as that is not
* generic/tclResult.c: always true. [Bug 756791] (fuller)
|
|
From: Donal K. F. <dk...@us...> - 2003-07-16 21:31:52
|
Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv25632
Modified Files:
Tag: core-8-4-branch
ChangeLog
Log Message:
Tcl_MakeSafe is a nasty function; document it as such. [Bug 655300]
|
|
From: Donal K. F. <dk...@us...> - 2003-07-16 21:34:28
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv26142 Modified Files: ChangeLog Log Message: Tcl_MakeSafe is a nasty function; document it as such. [Bug 655300] |
|
From: Jeffrey H. <ho...@us...> - 2003-07-16 22:03:53
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv31444 Modified Files: ChangeLog Log Message: * generic/tcl.h: add recognition of -DTCL_UTF_MAX=6 on the * generic/regcustom.h: make line to support UCS-4 mode. No config arg at this time, as it is not the recommended build mode. |
|
From: Jeffrey H. <ho...@us...> - 2003-07-16 22:06:04
|
Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv31884
Modified Files:
Tag: core-8-4-branch
ChangeLog
Log Message:
* generic/tcl.h: add recognition of -DTCL_UTF_MAX=6 on the
* generic/regcustom.h: make line to support UCS-4 mode. No config
arg at this time, as it is not the recommended build mode.
|
|
From: Jeffrey H. <ho...@us...> - 2003-07-16 22:09:48
|
Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv32238
Modified Files:
Tag: core-8-4-branch
ChangeLog
Log Message:
* unix/tclUnixNotfy.c (NotifierThreadProc): correct size of found
and word vars from int to long. [Bug 767578] (hgo)
|
|
From: Jeffrey H. <ho...@us...> - 2003-07-16 22:10:38
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv32380 Modified Files: ChangeLog Log Message: * unix/tclUnixNotfy.c (NotifierThreadProc): correct size of found and word vars from int to long. [Bug 767578] (hgo) |