|
From: David G. <dav...@us...> - 2003-10-14 22:44:52
|
Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv18129
Modified Files:
Tag: core-8-4-branch
ChangeLog
Log Message:
no message
|
|
From: David G. <dav...@us...> - 2003-10-14 22:48:25
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv18818 Modified Files: ChangeLog Log Message: no message |
|
From: Donal K. F. <dk...@us...> - 2003-10-15 13:15:52
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv21985 Modified Files: ChangeLog Log Message: Fixed bug 823768 by pre-parsing the index list |
|
From: Don P. <dg...@us...> - 2003-10-16 02:28:03
|
Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv12691
Modified Files:
Tag: dgp-refactor
ChangeLog
Log Message:
Merged updates from HEAD
|
|
From: Kevin B K. <ke...@us...> - 2003-10-21 00:33:43
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv5040 Modified Files: ChangeLog Log Message: TIP #156: Language-Neutral Root Locale for Msgcat |
|
From: Andreas K. <and...@us...> - 2003-10-21 23:34:05
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv17573 Modified Files: ChangeLog Log Message: * win/tclWinPipe.c (BuildCommandLine): Applied the patch coming with [Bug 805605] to the code, fixing the incorrect use of ispace noted by Ronald Dauster <ro...@us...>. |
|
From: Daniel A. S. <da...@us...> - 2003-10-22 01:16:34
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv19644 Modified Files: ChangeLog Log Message: * tools/tcltk-man2html.tcl: fixed incorrect html generated for .IP/.TP lists, now use <DL><DT>...<DD>...<P><DT>...<DD>...</DL> instead of illegal <DL><P><DT>...<DD>...<P><DT>...<DD>...</DL>. Added skipping of directives directly after .TP to avoid them being used as item descriptions, e.g. .TP\n.VS in clock.n. |
|
From: Andreas K. <and...@us...> - 2003-10-22 04:04:12
|
Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv13546
Modified Files:
Tag: core-8-4-branch
ChangeLog
Log Message:
* win/tclWinPipe.c (BuildCommandLine): Applied the patch coming
with [Bug 805605] to the code, fixing the incorrect use of
ispace noted by Ronald Dauster <ro...@us...>.
|
|
From: Daniel A. S. <da...@us...> - 2003-10-22 04:10:36
|
Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv19696
Modified Files:
Tag: core-8-4-branch
ChangeLog
Log Message:
* tools/tcltk-man2html.tcl: fixed incorrect html generated for
.IP/.TP lists, now use <DL><DT>...<DD>...<P><DT>...<DD>...</DL>
instead of illegal <DL><P><DT>...<DD>...<P><DT>...<DD>...</DL>.
Added skipping of directives directly after .TP to avoid them
being used as item descriptions, e.g. .TP\n.VS in clock.n.
|
|
From: Donal K. F. <dk...@us...> - 2003-10-22 12:09:24
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv28903 Modified Files: ChangeLog Log Message: Changed FILE_ to FCMD_ to prevent symbol/#def collisions. [Bug 822528] |
|
From: Donal K. F. <dk...@us...> - 2003-10-22 23:54:05
|
Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv27924
Modified Files:
Tag: core-8-4-branch
ChangeLog
Log Message:
Changed FILE_ to FCMD_ to prevent symbol/#def collisions. [Bug 822528]
|
|
From: Vince D. <vin...@us...> - 2003-10-23 17:42:48
|
Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv20041
Modified Files:
Tag: core-8-4-branch
ChangeLog
Log Message:
typo
|
|
From: Andreas K. <and...@us...> - 2003-10-23 17:53:55
|
Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv9619
Modified Files:
Tag: core-8-4-branch
ChangeLog
Log Message:
* unix/tclUnixChan.c (Tcl_MakeFileChannel): Applied [Patch 813606]
fixing [Bug 813087]. Detection of sockets was off for Mac OS X
which implements pipes as local sockets. The new code ensures
that only IP sockets are detected as such.
|
|
From: Andreas K. <and...@us...> - 2003-10-23 20:50:27
|
Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv27512
Modified Files:
Tag: core-8-4-branch
ChangeLog
Log Message:
* win/tclWinSock.c (TcpWatchProc): Watch for FD_CLOSE too when
asked for writable events by the generic layer.
(SocketEventProc): Generate a writable event too when a close is
detected.
Together the changes fix [Bug 599468].
|
|
From: Andreas K. <and...@us...> - 2003-10-23 22:19:48
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv11906 Modified Files: ChangeLog Log Message: * unix/tclUnixChan.c (Tcl_MakeFileChannel): Applied [Patch 813606] fixing [Bug 813087]. Detection of sockets was off for Mac OS X which implements pipes as local sockets. The new code ensures that only IP sockets are detected as such. |
|
From: Andreas K. <and...@us...> - 2003-10-24 00:43:58
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv28236 Modified Files: ChangeLog Log Message: * win/tclWinSock.c (TcpWatchProc): Watch for FD_CLOSE too when asked for writable events by the generic layer. (SocketEventProc): Generate a writable event too when a close is detected. Together the changes fix [Bug 599468]. |
|
From: Vince D. <vin...@us...> - 2003-10-24 02:18:18
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv25375 Modified Files: ChangeLog Log Message: filesystem documentation |
|
From: Andreas K. <and...@us...> - 2003-10-24 18:16:02
|
Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv19985
Modified Files:
Tag: core-8-4-branch
ChangeLog
Log Message:
* generic/tclIOUtil.c (FsListMounts, FsAddMountsToGlobResult): New
functions. See below for context.
(Tcl_FSMatchInDirectory): Modified to call on the new functions
(above) to handle the mountpoints in the glob'bed directory
correctly. Part of the patch by Vincent Darly to solve the
[Bug 800106] for the 8.4.x series.
* generic/tcl.h (TCL_GLOB_TYPE_MOUNT): New definition. Part of the
patch by Vincent Darly to solve [Bug 800106] for the 8.4.x series.
|
|
From: Vince D. <vin...@us...> - 2003-10-25 05:18:37
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv24820 Modified Files: ChangeLog Log Message: mac resource freeing fix |
|
From: miguel s. <ms...@us...> - 2003-10-28 22:08:17
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv22476 Modified Files: ChangeLog Log Message: doh, forgot Changelog entry |
|
From: Vince D. <vin...@us...> - 2003-10-31 08:46:42
|
Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv31485
Modified Files:
Tag: core-8-4-branch
ChangeLog
Log Message:
ensure translated path is freed
|
|
From: Vince D. <vin...@us...> - 2003-10-31 13:33:41
|
Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv12255
Modified Files:
Tag: core-8-4-branch
ChangeLog
Log Message:
fix testsuite backport error
|
|
From: Donal K. F. <dk...@us...> - 2003-11-01 01:20:35
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv13975 Modified Files: ChangeLog Log Message: Increased robustness and speed for [lrepeat] with help of new list constructor |
|
From: Vince D. <vin...@us...> - 2003-11-03 12:49:32
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv25690 Modified Files: ChangeLog Log Message: loadHandle vs clientData cleanup |
|
From: Daniel A. S. <da...@us...> - 2003-11-04 09:36:31
|
Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv25579
Modified Files:
Tag: core-8-4-branch
ChangeLog
Log Message:
* macosx/Makefile: added 'test' target.
|