|
From: David G. <dav...@us...> - 2003-08-26 23:03:59
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv22848 Modified Files: ChangeLog Log Message: no message |
|
From: David G. <dav...@us...> - 2003-08-27 07:00:28
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv11287 Modified Files: ChangeLog Log Message: no message |
|
From: Don P. <dg...@us...> - 2003-08-27 17:56:52
|
Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv32262
Modified Files:
Tag: core-8-4-branch
ChangeLog
Log Message:
* tests/util.test: Added new tests for remaining TclNeedSpace()
bugs discussed in [Bug 411825].
|
|
From: Don P. <dg...@us...> - 2003-08-27 17:57:06
|
Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv32304
Modified Files:
ChangeLog
Log Message:
* tests/util.test: Added new tests for remaining TclNeedSpace()
bugs discussed in [Bug 411825].
|
|
From: David G. <dav...@us...> - 2003-08-27 19:26:42
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv17051 Modified Files: ChangeLog Log Message: no message |
|
From: David G. <dav...@us...> - 2003-08-27 19:32:40
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv18114 Modified Files: ChangeLog Log Message: no message |
|
From: David G. <dav...@us...> - 2003-08-27 19:15:29
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv14511 Modified Files: ChangeLog Log Message: no message |
|
From: Donal K. F. <dk...@us...> - 2003-08-27 19:52:25
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv4068 Modified Files: ChangeLog Log Message: Minor improvement to stubs generation to allow for harmless transfer of functions between stubs tables by just copying them about. |
|
From: Don P. <dg...@us...> - 2003-08-27 20:09:58
|
Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv25681
Modified Files:
Tag: core-8-4-branch
ChangeLog
Log Message:
* generic/tclUtil.c: Corrected [Bug 411825] and other bugs in
TclNeedSpace() where non-breaking space (\u00A0) and backslash-escaped
spaces were handled incorrectly.
* tests/util.test: Added new tests util-8.[2-6].
|
|
From: David G. <dav...@us...> - 2003-08-27 20:15:01
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv27380 Modified Files: ChangeLog Log Message: no message |
|
From: Don P. <dg...@us...> - 2003-08-27 20:29:37
|
Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv29997
Modified Files:
ChangeLog
Log Message:
* generic/tclUtil.c: Corrected [Bug 411825] and other bugs in
TclNeedSpace() where non-breaking space (\u00A0) and backslash-escaped
spaces were handled incorrectly.
* tests/util.test: Added new tests util-8.[2-6].
|
|
From: Don P. <dg...@us...> - 2003-08-27 21:07:20
|
Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv4348
Modified Files:
Tag: dgp-refactor
ChangeLog
Log Message:
Merge updates from HEAD.
|
|
From: David G. <dav...@us...> - 2003-08-27 21:52:58
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv14430 Modified Files: ChangeLog Log Message: no message |
|
From: Don P. <dg...@us...> - 2003-08-29 17:43:29
|
Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv29234
Modified Files:
ChangeLog
Log Message:
* generic/tclCmdAH.c: Corrected bug in TIP 90 implementation
* tests/cmdMZ.test: where the default -errorcode NONE value
was not copied into the return options dictionary. This correction
modified one test result.
|
|
From: Donal K. F. <dk...@us...> - 2003-08-30 21:59:57
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv20960 Modified Files: ChangeLog Log Message: Whitespace police. |
|
From: Don P. <dg...@us...> - 2003-08-31 21:39:25
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv1118 Modified Files: ChangeLog Log Message: Updated [catch] docs to cover new TIP 90 features. |
|
From: Donal K. F. <dk...@us...> - 2003-08-31 23:18:39
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv18272 Modified Files: ChangeLog Log Message: Documentation of TIP#139 API functions. |
|
From: Zoran V. <vas...@us...> - 2003-09-01 12:30:42
|
Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv3563
Modified Files:
Tag: core-8-4-branch
ChangeLog
Log Message:
Backported fix from HEAD for Bug 788780
|
|
From: Don P. <dg...@us...> - 2003-09-02 16:32:19
|
Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv20660
Modified Files:
ChangeLog
Log Message:
* doc/return.n: Updated [return] docs to cover new TIP 90 features.
* doc/break.n: Added SEE ALSO references to return.n
* doc/continue.n:
|
|
From: Don P. <dg...@us...> - 2003-09-04 16:44:23
|
Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv10568
Modified Files:
ChangeLog
Log Message:
* doc/SplitList.3: Implementation of TIP 148. Fixes [Bug 489537].
* generic/tcl.h: Updated Tcl_ConvertCountedElement() to quote
* generic/tclUtil.c: the leading "#" character of all list elements
unless the TCL_DONT_QUOTE_HASH flag is passed in.
* generic/tclDictObj.c: Updated Tcl_ConvertCountedElement() callers
* generic/tclListObj.c: to pass in the TCL_DONT_QUOTE_HASH flags
* generic/tclResult.c: when appropriate.
|
|
From: Don P. <dg...@us...> - 2003-09-05 21:52:14
|
Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv11353
Modified Files:
ChangeLog
Log Message:
* doc/FileSystem.3: Implementation of
* doc/source.n: TIPs 137/151. Adds
* doc/tclsh.1: a -encoding option to
* generic/tcl.decls: the [source] command
* generic/tclCmdMZ.c (Tcl_SourceObjCmd): and a new C routine,
* generic/tclIOUtil.c (Tcl_FSEvalFileEx): Tcl_FSEvalFileEx(),
* generic/tclMain.c (Tcl_Main): that provides C access
* mac/tclMacResource.c (Tcl_MacSourceObjCmd): to the same function.
* tests/cmdMZ.test: Also adds command line
* tests/main.test: option handling in Tcl_Main() so that tclsh
* tests/source.test: and other apps built on Tcl_Main() respect
a -encoding command line option before a script filename. Docs and
tests updated as well. [Patch 742683]
This is a ***POTENTIAL INCOMPATIBILITY*** only for those C programs
that embed Tcl, build on Tcl_Main(), and make use of Tcl_Main's former
ability to pass a leading "-encoding" option to interactive shell
operations.
* generic/tclInt.decls: Added internal stub
* generic/tclMain.c (Tcl*StartupScript*): table entries for
two new functions Tcl_SetStartupScript() and Tcl_GetStartupScript()
that set/get the path and encoding for the startup script to be
evaluated by either Tcl_Main() or Tk_Main(). Given public names in
anticipation of their exposure by a followup TIP.
* generic/tclDecls.h: make genstubs
* generic/tclIntDecls.h:
* generic/tclStubInit.c:
|
|
From: Don P. <dg...@us...> - 2003-09-05 22:55:33
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv21636 Modified Files: ChangeLog Log Message: one more bit of TIP 137 documentation... |
|
From: Don P. <dg...@us...> - 2003-09-05 23:08:06
|
Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv23880
Modified Files:
Tag: dgp-refactor
ChangeLog
Log Message:
Merge updates from HEAD.
|
|
From: David G. <dav...@us...> - 2003-09-09 00:28:55
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv27665 Modified Files: ChangeLog Log Message: no message |
|
From: Don P. <dg...@us...> - 2003-09-09 01:57:34
|
Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv11360
Modified Files:
Tag: core-8-4-branch
ChangeLog
Log Message:
credit update
|