|
From: Joe M. <mis...@us...> - 2003-06-04 23:40:19
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv3734 Modified Files: ChangeLog Log Message: Fix for [Bug 748700] |
|
From: Joe M. <mis...@us...> - 2003-06-04 23:45:46
|
Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv4202
Modified Files:
Tag: core-8-4-branch
ChangeLog
Log Message:
Fix for [Bug 748700]
|
|
From: Don P. <dg...@us...> - 2003-06-09 21:51:38
|
Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv4768
Modified Files:
ChangeLog
Log Message:
* string.test (string-4.15): Added test for [string first] bug
reported in Tcl 8.3, where test for all-single-byte-encoded strings
was not reliable.
|
|
From: Don P. <dg...@us...> - 2003-06-09 21:51:57
|
Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv4912
Modified Files:
Tag: core-8-4-branch
ChangeLog
Log Message:
* string.test (string-4.15): Added test for [string first] bug
reported in Tcl 8.3, where test for all-single-byte-encoded strings
was not reliable.
|
|
From: Andreas K. <and...@us...> - 2003-06-09 22:51:31
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv31416 Modified Files: ChangeLog Log Message: * generic/tcl.decls: Ported the changes from the * generic/tcl.h: 'tip-59-implementation' branch into the CVS * generic/tclBasic.c: head. Regenerated stub table. Regenerated * generic/tclInt.h: the configure's scripts, with help from Joe * generic/tclDecls.h English. * generic/tclStubInit.c: * generic/tclConfig.c: * generic/tclPkgConfig.c: * unix/Makefile.in: * unix/configure.in: The changes in the windows section are not * unix/tcl.m4: yet committed, they await feedback from * unix/mkLinks: David Gravereaux. * doc/RegConfig.3: * mac/tclMacPkgConfig.c: * tests/config.test: |
|
From: miguel s. <ms...@us...> - 2003-06-10 19:46:48
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv9003 Modified Files: ChangeLog Log Message: * generic/tclBasic.c: * generic/tclExecute.c: let TclExecuteObjvInternal call TclInterpReady instead of relying on its callers to do so; fix for the part of [Bug 495830] that is new in 8.4. * tests/interp.test: Added tests 18.9 (knownbug) and 18.10 |
|
From: miguel s. <ms...@us...> - 2003-06-10 19:58:35
|
Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv13751
Modified Files:
Tag: core-8-4-branch
ChangeLog
Log Message:
* generic/tclBasic.c:
* generic/tclExecute.c: let TclExecuteObjvInternal call
TclInterpReady instead of relying on its callers to do so; fix for
the part of [Bug 495830] that is new in 8.4.
* tests/interp.test: Added tests 18.9 (knownbug) and 18.10
|
|
From: Andreas K. <and...@us...> - 2003-06-10 20:35:48
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv1428 Modified Files: ChangeLog Log Message: * generic/tclConfig.c (ASSOC_KEY): Changed the key to "tclPackageAboutDict" (tcl prefix) to make collisions with the keys of other packages more unlikely. |
|
From: Andreas K. <and...@us...> - 2003-06-16 18:36:45
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv3833 Modified Files: ChangeLog Log Message: * win/Makefile.in: Haven't heard back from David for a week. * win/configure: Now committing the remaining changes. * win/configure.in: Note: In active contact with Helmut Giese * win/makefile.vc: about the borland relatedchanges. This part * win/rules.vc: will see future updates. * win/tcl.m4: * win/makefile.bc: |
|
From: Vince D. <vin...@us...> - 2003-06-17 20:36:21
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv15168 Modified Files: ChangeLog Log Message: regsub empty string fixes, and windows build |
|
From: Vince D. <vin...@us...> - 2003-06-17 20:42:37
|
Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv17201
Modified Files:
Tag: core-8-4-branch
ChangeLog
Log Message:
backport of regsub empty string fixes
|
|
From: miguel s. <ms...@us...> - 2003-06-18 18:30:02
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv6941 Modified Files: ChangeLog Log Message: * generic/tclNamesp.c (Tcl_Export): removed erroneous comments [Bug 756744] |
|
From: miguel s. <ms...@us...> - 2003-06-18 18:34:20
|
Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv7609
Modified Files:
Tag: core-8-4-branch
ChangeLog
Log Message:
2003-06-18 Miguel Sofer <ms...@us...>
* generic/tclNamesp.c (Tcl_Export): removed erroneous comments
[Bug 756744]
|
|
From: Don P. <dg...@us...> - 2003-06-18 19:48:01
|
Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv19798
Modified Files:
Tag: dgp-refactor
ChangeLog
Log Message:
Merged in updates from the HEAD
|
|
From: Vince D. <vin...@us...> - 2003-06-23 10:14:03
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv31193 Modified Files: ChangeLog Log Message: filesystem fixes -- see ChangeLog |
|
From: Vince D. <vin...@us...> - 2003-06-23 10:21:17
|
Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv32194
Modified Files:
Tag: core-8-4-branch
ChangeLog
Log Message:
file copy empty filename bug fix
|
|
From: Vince D. <vin...@us...> - 2003-06-23 10:45:55
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv2503 Modified Files: ChangeLog Log Message: fs documentation |
|
From: Vince D. <vin...@us...> - 2003-06-23 10:49:15
|
Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv2881
Modified Files:
Tag: core-8-4-branch
ChangeLog
Log Message:
fs doc fix
|
|
From: Pat T. <pat...@us...> - 2003-06-23 21:27:57
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv12745 Modified Files: ChangeLog Log Message: * doc/dde.n: Committed TIP #120 which provides the * win/tclWinDde.c: dde package for safe interpreters. * tests/winDde.test: Incremented package version to 1.2.4 * library/dde/pkgIndex.tcl: |
|
From: Pat T. <pat...@us...> - 2003-06-23 22:05:12
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv19432 Modified Files: ChangeLog Log Message: * doc/dde.n: Committed TIP #135 which changes the * win/tclWinDde.c: -exact option to -force. Also cleaned * tests/winDde.test: a bug in the tests. * library/dde/pkgIndex.tcl: Incremented version to 1.2.5 |
|
From: Mo D. <md...@us...> - 2003-06-24 08:53:31
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv32283 Modified Files: ChangeLog Log Message: * unix/tclUnixPort.h: #undef inet_ntoa before #define to avoid compiler warning under freebsd. [Bug 745844] |
|
From: Don P. <dg...@us...> - 2003-06-24 17:10:49
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv3393 Modified Files: ChangeLog Log Message: formatting |
|
From: Don P. <dg...@us...> - 2003-06-24 17:27:41
|
Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv6179
Modified Files:
Tag: dgp-refactor
ChangeLog
Log Message:
Merge updates from the HEAD
|
|
From: Donal K. F. <dk...@us...> - 2003-06-24 19:57:17
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv29232 Modified Files: ChangeLog Log Message: No more div-by-zero errors. [Bug 759749] |
|
From: Donal K. F. <dk...@us...> - 2003-06-24 21:24:09
|
Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv13801
Modified Files:
Tag: core-8-4-branch
ChangeLog
Log Message:
Documented that [source] always uses the system encoding.
|