|
From: Daniel A. S. <da...@us...> - 2003-07-23 05:53:44
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv29004 Modified Files: ChangeLog Log Message: * unix/Makefile.in: added macosx/README to dist target. |
|
From: Daniel A. S. <da...@us...> - 2003-07-23 05:53:59
|
Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv29046
Modified Files:
Tag: core-8-4-branch
ChangeLog
Log Message:
* unix/Makefile.in: added macosx/README to dist target.
|
|
From: Daniel A. S. <da...@us...> - 2003-07-23 15:40:38
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv18479 Modified Files: ChangeLog Log Message: * unix/Makefile.in: changes to html-tcl & html-tk targets for compatibility with non-gnu makes. |
|
From: Daniel A. S. <da...@us...> - 2003-07-23 15:40:41
|
Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv18469
Modified Files:
Tag: core-8-4-branch
ChangeLog
Log Message:
* unix/Makefile.in: changes to html-tcl & html-tk
targets for compatibility with non-gnu makes.
|
|
From: Pat T. <pat...@us...> - 2003-07-23 20:55:15
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv26102 Modified Files: ChangeLog Log Message: * win/tclWinReg.c: Incremented the version to 1.1.2. * library/reg/pkgIndex.tcl: |
|
From: Pat T. <pat...@us...> - 2003-07-23 20:57:58
|
Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv26553
Modified Files:
Tag: core-8-4-branch
ChangeLog
Log Message:
* win/tclWinReg.c: Incremented the version to 1.1.2.
* library/reg/pkgIndex.tcl:
|
|
From: Reinhard M. <rm...@us...> - 2003-07-24 08:23:53
|
Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv29465
Modified Files:
Tag: core-8-4-branch
ChangeLog
Log Message:
|
|
From: Reinhard M. <rm...@us...> - 2003-07-24 08:45:35
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv32324 Modified Files: ChangeLog Log Message: * library/package.tcl: Fixed a typo that broke pkg_mkIndex -verbose. * tests/pkgMkIndex.test: Added a test for [pkg_mkIndex -verbose]. |
|
From: Don P. <dg...@us...> - 2003-07-24 16:05:24
|
Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv4468
Modified Files:
ChangeLog
Log Message:
* tests/async.test: Added several tests that demonstrate Tcl
* tests/basic.test: Bug 489537, Tcl's longstanding failure to
* tests/dict.test: properly quote any leading '#' character
* tests/dstring.test: when generating the string rep of a list
* tests/list.test: so that the comment-power of that character
* tests/parse.test: is hidden from any [eval], in order to
* tests/util.test: satisfy the documentation that [list] does
[eval]-safe quoting.
|
|
From: Mo D. <md...@us...> - 2003-07-24 18:16:31
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv27855 Modified Files: ChangeLog Log Message: * generic/tcl.h: Revert change made on 2003-07-21 since it made the sizeof(Tcl_Obj) different for regular vs mem debug builds. * generic/tclInt.h: Define TclDecrRefCount in terms of Tcl_DbDecrRefCount which removes one layer of inderection. * generic/tclObj.c (TclDbInitNewObj, Tcl_DbIncrRefCount, Tcl_DbDecrRefCount, Tcl_DbIsShared): Define ThreadSpecificData that contains a hashtable. The table is used to ensure that a Tcl_Obj is only acted upon in the thread that allocated it. This checking code is enabled only when mem debug and threads are enabled. |
|
From: Vince D. <vin...@us...> - 2003-07-28 12:16:03
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv29382 Modified Files: ChangeLog Log Message: documentation fix, bug 775220 |
|
From: miguel s. <ms...@us...> - 2003-08-05 15:59:16
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv6292 Modified Files: ChangeLog Log Message: * generic/tclexecute.c (INST_INVOKE, INST_EVAL, INST_PUSH_RESULT): added a Tcl_ResetResult(interp) at each point where the interp's result is pushed onto the stack, to avoid keeping an extra reference that may cause costly Tcl_Obj duplication [Bug 781585] Detected by Franco Violi, analyzed by Peter Spjuth and Donal Fellows. |
|
From: miguel s. <ms...@us...> - 2003-08-05 16:19:55
|
Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv9719
Modified Files:
Tag: core-8-4-branch
ChangeLog
Log Message:
* generic/tclExecute.c (INST_INVOKE, INST_EVAL, INST_PUSH_RESULT):
added a Tcl_ResetResult(interp) at each point where the interp's
result is pushed onto the stack, to avoid keeping an extra
reference that may cause costly Tcl_Obj duplication [Bug 781585]
Detected by Franco Violi, analyzed by Peter Spjuth and Donal
Fellows.
|
|
From: Don P. <dg...@us...> - 2003-08-06 23:02:06
|
Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv9337
Modified Files:
ChangeLog
Log Message:
* library/msgcat/msgcat.tcl: Added escape so that non-Windows
* library/msgcat/pkgIndex.tcl: platforms do not try to use the
registry package. This can save a costly and pointless package
search. Bumped to 1.3.1. Thanks to "imdave1". [Bug 781609].
|
|
From: Don P. <dg...@us...> - 2003-08-06 23:02:41
|
Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv9474
Modified Files:
Tag: core-8-4-branch
ChangeLog
Log Message:
* library/msgcat/msgcat.tcl: Added escape so that non-Windows
* library/msgcat/pkgIndex.tcl: platforms do not try to use the
registry package. This can save a costly and pointless package
search. Bumped to 1.3.1. Thanks to "imdave1". [Bug 781609].
|
|
From: Jeffrey H. <ho...@us...> - 2003-08-06 23:48:43
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv16626 Modified Files: ChangeLog Log Message: * win/tclWinInit.c: recognize amd64 and ia32_on_win64 cpus. |
|
From: Jeffrey H. <ho...@us...> - 2003-08-06 23:50:07
|
Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv16853
Modified Files:
Tag: core-8-4-branch
ChangeLog
Log Message:
* win/tclWinInit.c: recognize amd64 and ia32_on_win64 cpus and
Windows CE platform.
|
|
From: Donal K. F. <dk...@us...> - 2003-08-11 14:01:52
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv26135 Modified Files: ChangeLog Log Message: TIP#136 IMPLEMENTATION. We now have an [lrepeat] command! |
|
From: Chengye M. <che...@us...> - 2003-08-15 02:28:02
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv18913 Modified Files: ChangeLog Log Message: Bug fix 789040 |
|
From: Mo D. <md...@us...> - 2003-08-18 07:19:27
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv4389 Modified Files: ChangeLog Log Message: Fixup ChangeLog entry. |
|
From: Mo D. <md...@us...> - 2003-08-18 07:35:30
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv5340 Modified Files: ChangeLog Log Message: * win/configure: Regen. * win/tcl.m4 (SC_ENABLE_SYMBOLS): Use test instead of -eq, which does not work. [Bug 781109] |
|
From: Donal K. F. <dk...@us...> - 2003-08-19 10:33:44
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv2875 Modified Files: ChangeLog Log Message: Style guide police |
|
From: Pat T. <pat...@us...> - 2003-08-22 05:54:04
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv4712 Modified Files: ChangeLog Log Message: * win/tclWinSerial.c (SerialErrorStr): Fixed a syntax error created in the previous code cleanup. |
|
From: Zoran V. <vas...@us...> - 2003-08-23 15:22:43
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv10632 Modified Files: ChangeLog Log Message: Applied fixes from 8.4.4 tree regarding the Bug #753315. Also, fixed the Bug #788780. |
|
From: Donal K. F. <dk...@us...> - 2003-08-25 20:07:59
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv23686 Modified Files: ChangeLog Log Message: Duplicated declarations for TIP#139; docs still to do. |