From: Andreas K. <and...@us...> - 2010-09-02 04:53:43
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv1661 Modified Files: ChangeLog Log Message: * library/safe.tcl (::safe::AliasGlob): Moved the command extending the actual glob command with a -directory flag to when we actually have a proper untranslated path, |
From: Don P. <dg...@us...> - 2010-09-02 12:18:46
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv12490 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge |
From: Don P. <dg...@us...> - 2010-09-02 18:03:30
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv16426 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: Tag for RC4 release |
From: Andreas K. <and...@us...> - 2010-09-02 18:30:36
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv21327 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * library/safe.tcl (::safe::AliasGlob): Fixed another problem, the option -join does not stop option processing in the core builtin, so the emulation must not do that either. |
From: Andreas K. <and...@us...> - 2010-09-02 18:31:07
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv21471 Modified Files: ChangeLog Log Message: * library/safe.tcl (::safe::AliasGlob): Fixed another problem, the option -join does not stop option processing in the core builtin, so the emulation must not do that either. |
From: Andreas K. <and...@us...> - 2010-09-02 19:50:36
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv2981 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * doc/glob.n: Fixed documentation ambiguity regarding the handling of -join. |
From: Andreas K. <and...@us...> - 2010-09-02 19:51:02
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv3067 Modified Files: ChangeLog Log Message: * doc/glob.n: Fixed documentation ambiguity regarding the handling of -join. |
From: Don P. <dg...@us...> - 2010-09-02 20:01:50
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv4956 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: Tag for RC4 release (again) |
From: Donal K. F. <dk...@us...> - 2010-09-03 09:39:00
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv21243 Modified Files: ChangeLog Log Message: Start producing HTML out for Thread package. Consequent bugfixes: * tools/tcltk-man2html.tcl (plus-pkgs): Improve the package documentation search pattern to support the doctoos-generated directory structure. * tools/tcltk-man2html-utils.tcl (output-name): Made this more resilient against misformatted NAME sections, induced by import of Thread package documentation into Tcl doc tree. |
From: Stuart C. <st...@us...> - 2010-09-06 12:57:40
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv7526 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: Backport blkcnt_t detection/usage. |
From: Don P. <dg...@us...> - 2010-09-08 15:42:20
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv14355 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * win/tclWin32Dll.c: #ifdef protections to permit builds with * win/tclWinChan.c: mingw on amd64 systems. Thanks to "mescalinum" * win/tclWinFCmd.c: for reporting and testing. |
From: Andreas K. <and...@us...> - 2010-09-08 16:53:27
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv21044 Modified Files: ChangeLog Log Message: * doc/tm.n: Added underscore to the set of characters accepted in module names. This is true for quite some time in the code, this change catches up the documentation. |
From: Andreas K. <and...@us...> - 2010-09-08 16:53:38
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv21071 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * doc/tm.n: Added underscore to the set of characters accepted in module names. This is true for quite some time in the code, this change catches up the documentation. |
From: Don P. <dg...@us...> - 2010-09-08 21:02:48
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv19928 Modified Files: ChangeLog Log Message: * win/tclWinChan.c: #ifdef protections to permit builds with * win/tclWinFCmd.c: mingw on amd64 systems. Thanks to "mescalinum" for reporting and testing. [Bug 3059922] |
From: Don P. <dg...@us...> - 2010-09-08 21:06:14
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv20552 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge |
From: Jan N. <nij...@us...> - 2010-09-09 14:30:28
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv25919 Modified Files: ChangeLog Log Message: mingw should always link with -ladvapi32 Remove ascii variant of tkWinPocs table, it is no longer necessary. Fix CreateProcess signature and remove unused GetModuleFileName and lstrcpy mingw/cygwin fixes: <tchar.h> should always be included, and fix conflict in various macro values: Always force the same values as in VC++. |
From: Donal K. F. <dk...@us...> - 2010-09-10 12:59:10
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv13636 Modified Files: ChangeLog Log Message: * doc/regsub.n: [Bug 3063568]: Fix for gotcha in example due to Tcl's special handling of backslash-newline. Makes example slightly less pure, but more useful. |
From: Donal K. F. <dk...@us...> - 2010-09-10 13:02:19
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv14468 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * doc/regsub.n: [Bug 3063568]: Fix for gotcha in example due to Tcl's special handling of backslash-newline. Makes example slightly less pure, but more useful. |
From: Don P. <dg...@us...> - 2010-09-10 13:28:00
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv17652 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge |
From: Jan N. <nij...@us...> - 2010-09-10 20:56:43
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv26440 Modified Files: ChangeLog Log Message: Partly revert yesterday's change, to make it work on VC++ 6.0 again. |
From: Jan N. <nij...@us...> - 2010-09-13 14:20:46
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv353 Modified Files: ChangeLog Log Message: Various clean-ups, converting from tclWinProc->xxxProc directly to Xxx (no change in functionality) |
From: Don P. <dg...@us...> - 2010-09-13 16:57:10
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv17785 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge |
From: Jan N. <nij...@us...> - 2010-09-13 21:17:10
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv14219 Modified Files: ChangeLog Log Message: Add scspec feature from ttkGenStubs.tcl (no change in output for *Decls.h files) |
From: Jan N. <nij...@us...> - 2010-09-14 08:53:57
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv615 Modified Files: ChangeLog Log Message: Allow all Win2000+ API entries in Tcl Eliminate dynamical loading of advapi23 and kernal32 symbols. |
From: Don P. <dg...@us...> - 2010-09-14 12:38:41
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv23115 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge |