|
From: Jeffrey H. <ho...@us...> - 2003-07-16 22:49:15
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv5511 Modified Files: ChangeLog Log Message: * library/safe.tcl (FileInAccessPath): normalize paths before comparison. [Bug 759607] (myers) |
|
From: Jeffrey H. <ho...@us...> - 2003-07-16 22:49:39
|
Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv5576
Modified Files:
Tag: core-8-4-branch
ChangeLog
Log Message:
* library/safe.tcl (FileInAccessPath): normalize paths before
comparison. [Bug 759607] (myers)
|
|
From: Jeffrey H. <ho...@us...> - 2003-07-17 00:16:09
|
Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv20295
Modified Files:
Tag: core-8-4-branch
ChangeLog
Log Message:
2003-07-16 Mumit Khan <kh...@na...>
* generic/tclIOUtil.c (SetFsPathFromAny): Add Cygwin specific
code to convert POSIX filename to native format.
* generic/tclFileName.c (Tcl_TranslateFileName): And remove from here.
(TclDoGlob): Adjust for cygwin and append / for dirs instead of \
* win/tclWinFile.c (TclpObjChdir): Use chdir on Cygwin.
|
|
From: Jeffrey H. <ho...@us...> - 2003-07-17 00:20:43
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv21082 Modified Files: ChangeLog Log Message: 2003-07-16 Mumit Khan <kh...@na...> * generic/tclPathObj.c (SetFsPathFromAny): Add Cygwin specific code to convert POSIX filename to native format. * generic/tclFileName.c (Tcl_TranslateFileName): And remove from here. (TclDoGlob): Adjust for cygwin and append / for dirs instead of \ * win/tclWinFile.c (TclpObjChdir): Use chdir on Cygwin. [Patch 679315] |
|
From: Daniel A. S. <da...@us...> - 2003-07-18 01:10:48
|
Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv23395
Modified Files:
Tag: core-8-4-branch
ChangeLog
Log Message:
* macosx/Makefile: added var to allow overriding of tclsh used
during html help building (Landon Fuller).
|
|
From: Daniel A. S. <da...@us...> - 2003-07-18 02:02:03
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv6576 Modified Files: ChangeLog Log Message: * unix/tclUnixFCmd.c: fix for compilation errors on platforms where configure detects non-functional chflags(). [Bug 748946] * macosx/Makefile: Rewrote buildsystem for Mac OS X framework build to be purely make driven; in order to become independent of Apple's closed-source IDE and build tool. The changes are intended to be transparent to the Makefile user, all existing make targets and cmd line variable overrides should continue to work. Changed build to only include tcl specific html help in Tcl.framework, the tk specific html help is now included in Tk.framework. Added var to allow overriding of tclsh used during html help building (Landon Fuller). * macosx/Tcl.pbproj/project.pbxproj: * macosx/Tcl.pbproj/jingham.pbxuser: Changed to purely call through to the make driven buildsystem; Tcl.framework is no longer assembled by ProjectBuilder. Set default SYMROOT in target options to simplify setting up PB (manually setting common build folder for tcl & tk no longer needed). * tools/tcltk-man2html.tcl: Added options to allow building only the tcl or tk html help files; the default behaviour with none of the new options is to build both, as before. * unix/Makefile.in: Added targets for building only the tcl or tk help. * macosx/README (new): Tcl specific excerpts of tk/macosx/README. * generic/tcl.h: Updated reminder comment about editing macosx/Tcl.pbproj/project.pbxproj when version number changes. |
|
From: Don P. <dg...@us...> - 2003-07-18 15:20:51
|
Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv29758
Modified Files:
Tag: core-8-4-branch
ChangeLog
Log Message:
* doc/CrtSlave.3 (Tcl_MakeSafe): Removed warning about possible
deprecation (no TIP on that).
|
|
From: Don P. <dg...@us...> - 2003-07-18 15:21:39
|
Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv29912
Modified Files:
ChangeLog
Log Message:
* doc/CrtSlave.3 (Tcl_MakeSafe): Removed warning about possible
deprecation (no TIP on that).
|
|
From: Don P. <dg...@us...> - 2003-07-18 16:56:25
|
Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv14593
Modified Files:
Tag: core-8-4-branch
ChangeLog
Log Message:
* doc/AddErrInfo.3: Improved consistency of documentation
* doc/CrtTrace.3: by using "null" everywhere to refer to
* doc/Encoding.3: the character '\0', and using "NULL"
* doc/Eval.3: everywhere to refer to the value of a
* doc/GetIndex.3: pointer that points to nowhere.
* doc/Hash.3: Also dropped references to ASCII that
* doc/LinkVar.3: are no longer true, and standardized on
* doc/Macintosh.3: the hyphenated spelling of "null-terminated".
* doc/OpenFileChnl.3:
* doc/SetVar.3:
* doc/StringObj.3:
* doc/Utf.3:
|
|
From: Don P. <dg...@us...> - 2003-07-18 16:56:42
|
Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv14652
Modified Files:
ChangeLog
Log Message:
* doc/AddErrInfo.3: Improved consistency of documentation
* doc/CrtTrace.3: by using "null" everywhere to refer to
* doc/Encoding.3: the character '\0', and using "NULL"
* doc/Eval.3: everywhere to refer to the value of a
* doc/GetIndex.3: pointer that points to nowhere.
* doc/Hash.3: Also dropped references to ASCII that
* doc/LinkVar.3: are no longer true, and standardized on
* doc/Macintosh.3: the hyphenated spelling of "null-terminated".
* doc/OpenFileChnl.3:
* doc/SetVar.3:
* doc/StringObj.3:
* doc/Utf.3:
|
|
From: Jeffrey H. <ho...@us...> - 2003-07-18 19:36:41
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv8966 Modified Files: ChangeLog Log Message: * library/http/pkgIndex.tcl: upped to http v2.4.4 * library/http/http.tcl: add support for user:pass info in URL. * tests/http.test: [Bug 759888] (shiobara) |
|
From: Jeffrey H. <ho...@us...> - 2003-07-18 19:41:18
|
Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv9667
Modified Files:
Tag: core-8-4-branch
ChangeLog
Log Message:
* library/http/pkgIndex.tcl: merged to v2.4.4 from head
* library/http/http.tcl: add support for user:pass info in URL.
* tests/http.test: [Bug 759888] (shiobara)
|
|
From: Jeffrey H. <ho...@us...> - 2003-07-18 20:28:33
|
Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv18518
Modified Files:
Tag: core-8-4-branch
ChangeLog
Log Message:
* generic/tclIOUtil.c: correct MT-safety issues with filesystem
records. [Bug 753315] (vasiljevic)
|
|
From: Don P. <dg...@us...> - 2003-07-18 21:01:33
|
Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv25096
Modified Files:
Tag: core-8-4-branch
ChangeLog
Log Message:
* doc/tcltest.n: Restored the [Eval] proc to replace
* library/tcltest/tcltest.tcl: the [::puts] command when either the
-output or -error option for [test] is in use, in order to capture
data written to the output or error channels for comparison against
what is expected. This is easier to document and agrees better with
most user expectations than the previous attempt to replace [puts]
only in the caller's namespace. Documentation made more precise on
the subject. [Bug 706359]
|
|
From: Don P. <dg...@us...> - 2003-07-18 21:15:13
|
Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv28028
Modified Files:
ChangeLog
Log Message:
* doc/tcltest.n: Restored the [Eval] proc to replace
* library/tcltest/tcltest.tcl: the [::puts] command when either the
-output or -error option for [test] is in use, in order to capture
data written to the output or error channels for comparison against
what is expected. This is easier to document and agrees better with
most user expectations than the previous attempt to replace [puts]
only in the caller's namespace. Documentation made more precise on
the subject. [Bug 706359]
|
|
From: Donal K. F. <dk...@us...> - 2003-07-18 22:15:46
|
Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv5356
Modified Files:
Tag: core-8-4-branch
ChangeLog
Log Message:
Tightened up Tcl_Utf{Next,Prev} docs. [Bug 769895]
|
|
From: Donal K. F. <dk...@us...> - 2003-07-18 22:17:36
|
Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv5764
Modified Files:
ChangeLog
Log Message:
Tightened up Tcl_Utf{Next,Prev} docs. [Bug 769895]
|
|
From: Don P. <dg...@us...> - 2003-07-18 23:35:39
|
Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv21904
Modified Files:
Tag: core-8-4-branch
ChangeLog
Log Message:
* generic/tclBasic.c: Corrected several instances of unsafe
* generic/tclCompile.c: truncation of UTF-8 strings that might
* generic/tclProc.c: break apart a multi-byte character.
* library/init.tcl: [Bug 760872]
* tests/init.test:
|
|
From: Daniel A. S. <da...@us...> - 2003-07-19 01:35:02
|
Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv4994
Modified Files:
Tag: core-8-4-branch
ChangeLog
Log Message:
* macosx/Makefile: added option to allow installing manpages
in addition to default html help.
|
|
From: Daniel A. S. <da...@us...> - 2003-07-19 01:37:14
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv5200 Modified Files: ChangeLog Log Message: * macosx/Makefile: added option to allow installing manpages in addition to default html help. |
|
From: Vince D. <vin...@us...> - 2003-07-21 10:24:27
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv17190 Modified Files: ChangeLog Log Message: test suite on afs fix |
|
From: Jeffrey H. <ho...@us...> - 2003-07-21 22:36:51
|
Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv24321
Modified Files:
Tag: core-8-4-branch
ChangeLog
Log Message:
note 8.4.4 tag date
|
|
From: Mo D. <md...@us...> - 2003-07-22 00:59:59
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv14485 Modified Files: ChangeLog Log Message: Check that the thread incrementing or decrementing the ref count of a Tcl_Obj is the thread that originally allocated the thread. This fail fast behavior will catch programming errors that allow a single Tcl_Obj to be accessed from multiple threads. * generic/tcl.h (Tcl_Obj): Add allocThread member to Tcl_Obj. This member records the thread id the Tcl_Obj was allocated. It is used to check that any future ref count incr or decr is done from the same thread that allocated the Tcl_Obj. This member is defined only when threads and mem debug are enabled. * generic/tclInt.h (TclNewObj, TclDbNewObj, TclDecrRefCount): Define TclNewObj and TclDbNewObj using TclDbInitNewObj when mem debug is enabled. This fixes a problem where TclNewObj calls did not work the same as TclDbNewObj when mem debug was enabled. * generic/tclObj.c (TclDbInitNewObj, Tcl_DbIncrRefCount, Tcl_DbDecrRefCount): Add new helper to init Tcl_Obj members when mem debug is enabled. Init the allocThread member in TclDbInitNewObj and check it in Tcl_DbIncrRefCount and Tcl_DbDecrRefCount to make sure a Tcl_Obj allocated in one thread is not being acted upon in another thread. |
|
From: Pat T. <pat...@us...> - 2003-07-22 23:41:51
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv7721 Modified Files: ChangeLog Log Message: * win/tclWinReg.c (OpenSubKey): Fixed bug 775976 which causes the registry set command to fail when built with VC7. |
|
From: Pat T. <pat...@us...> - 2003-07-22 23:50:20
|
Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv9023
Modified Files:
Tag: core-8-4-branch
ChangeLog
Log Message:
* win/tclWinReg.c (OpenSubKey): Backported fix for bug 775976
which causes the registry set command to fail when built with VC7.
|