From: Don P. <dg...@us...> - 2010-08-03 12:22:34
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv24034 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge |
From: Andreas K. <and...@us...> - 2010-08-03 16:50:56
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv1202 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * tests/info.test (info-39.1, test_info_frame): Changed absolute to relative frame adressing to handle difference between testing with -singleproc 1 vs. the default -singleproc 0. Plus comment fix. The test and issue are not relevant to the trunk, forward porting is not required. |
From: Andreas K. <and...@us...> - 2010-08-03 16:58:08
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv3797 Modified Files: ChangeLog Log Message: * tests/info.test (info-39.1): Added forward copy of test in 8.5 branch about [Bug 2933089]. Should not fail, and doesn't, after updating the line numbers to the changed position. |
From: Andreas K. <and...@us...> - 2010-08-03 17:16:22
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv8930 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * tests/var.test (var-19.1): [Bug 3037525]: Added test demonstrating the local hashtable deletion crash and fix. |
From: Andreas K. <and...@us...> - 2010-08-03 17:25:19
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv11956 Modified Files: ChangeLog Log Message: * tests/var.test (var-19.1): [Bug 3037525]: Added test demonstrating the local hashtable deletion crash and fix. |
From: Andreas K. <and...@us...> - 2010-08-04 16:47:22
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv2877 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * generic/tclIORChan.c: [Bug 3034840]: Fixed reference counting * tests/ioCmd.test: in InvokeTclMethod and callers. |
From: Andreas K. <and...@us...> - 2010-08-04 16:49:10
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv3003 Modified Files: ChangeLog Log Message: * generic/tclIORChan.c: [Bug 3034840]: Fixed reference counting * generic/tclIORTrans.c: in InvokeTclMethod and callers. * tests/ioTrans.test: |
From: Jeffrey H. <ho...@us...> - 2010-08-04 19:14:25
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv23206 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * win/Makefile.in (%.${OBJEXT}): better implicit rules support |
From: Jeffrey H. <ho...@us...> - 2010-08-04 19:17:36
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv23875 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * win/tclWin32Dll.c (asciiProcs, unicodeProcs): * win/tclWinLoad.c (TclpDlopen): 'load' use LoadLibraryEx with * win/tclWinInt.h (TclWinProcs): LOAD_WITH_ALTERED_SEARCH_PATH to prefer dependent DLLs in same dir as loaded DLL. |
From: Jeffrey H. <ho...@us...> - 2010-08-04 19:23:19
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv24567 Modified Files: ChangeLog Log Message: * win/Makefile.in (%.${OBJEXT}): better implicit rules support |
From: Jeffrey H. <ho...@us...> - 2010-08-04 19:35:29
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv25997 Modified Files: ChangeLog Log Message: * win/tclWin32Dll.c (asciiProcs, unicodeProcs): * win/tclWinLoad.c (TclpDlopen): 'load' use LoadLibraryEx with * win/tclWinInt.h (TclWinProcs): LOAD_WITH_ALTERED_SEARCH_PATH to prefer dependent DLLs in same dir as loaded DLL. |
From: Jeffrey H. <ho...@us...> - 2010-08-04 19:44:55
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv27822 Modified Files: ChangeLog Log Message: * unix/tclUnixFCmd.c: adjust license header as per ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change |
From: Jeffrey H. <ho...@us...> - 2010-08-04 19:45:14
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv27919 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * unix/tclUnixFCmd.c: adjust license header as per ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change |
From: Jeffrey H. <ho...@us...> - 2010-08-04 21:28:07
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv10618 Modified Files: ChangeLog Log Message: * win/tclWin32Dll.c (TclWinInit): hard-enforce Windows 9x as an unsupported platform with a panic. Code to support it still exists in other files (to go away in time), but new APIs are being used that don't exist on Win9x. |
From: Jeffrey H. <ho...@us...> - 2010-08-04 21:37:25
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv11766 Modified Files: ChangeLog Log Message: * win/Makefile.in, win/makefile.bc, win/makefile.vc, win/tcl.dsp: * win/tclWinPipe.c (TclpCreateProcess): * win/stub16.c (removed): removed Win9x tclpip8x.dll build and 16-bit application loader stub support. Win9x is no longer supported. |
From: Jeffrey H. <ho...@us...> - 2010-08-10 20:48:28
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv5367 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * generic/tclUtil.c (TclByteArrayMatch): patterns may not be null-terminated, so account for that. |
From: Jeffrey H. <ho...@us...> - 2010-08-10 20:48:59
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv5510 Modified Files: ChangeLog Log Message: * generic/tclUtil.c (TclByteArrayMatch): patterns may not be null-terminated, so account for that. |
From: miguel s. <ms...@us...> - 2010-08-11 23:13:56
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv8843 Modified Files: ChangeLog Log Message: * generic/tclBasic.c (TclNRYieldToObjCmd): fixed bad copypasta snafu. Thanks to Andy Goth for finding the bug. |
From: miguel s. <ms...@us...> - 2010-08-11 23:39:03
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv13825 Modified Files: ChangeLog Log Message: added test for yieldTo |
From: Jeffrey H. <ho...@us...> - 2010-08-12 00:11:25
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv20248 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * unix/ldAix: remove ancient (pre-4.2) AIX support * unix/configure: regen with ac-2.59 * unix/configure.in, unix/tclConfig.sh.in, unix/Makefile.in: * unix/tcl.m4 (AIX): remove the need for ldAIX, replace with -bexpall/-brtl. Remove TCL_EXP_FILE (export file) and other baggage that went with it. Remove pre-4 AIX build support. |
From: Jeffrey H. <ho...@us...> - 2010-08-12 00:40:32
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv28495 Modified Files: ChangeLog Log Message: * unix/ldAix: remove ancient (pre-4.2) AIX support * unix/configure: regen with ac-2.59 * unix/configure.in, unix/tclConfig.sh.in, unix/Makefile.in: * unix/tcl.m4 (AIX): remove the need for ldAIX, replace with -bexpall/-brtl. Remove TCL_EXP_FILE (export file) and other baggage that went with it. Remove pre-4 AIX build support. |
From: Donal K. F. <dk...@us...> - 2010-08-12 08:55:45
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv2700 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * generic/tclCmdMZ.c (Tcl_RegexpObjCmd): [Bug 2826551, Patch 2948425]: Backport of updates to make handling of RE line anchors correct. |
From: Jan N. <nij...@us...> - 2010-08-14 16:53:14
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv8165 Modified Files: ChangeLog Log Message: Remove mslu completely, see Feature Req #2819611 |
From: Jan N. <nij...@us...> - 2010-08-14 17:13:09
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv12310 Modified Files: ChangeLog Log Message: [Patch #2994165] Change signature of Tcl_FSGetNativePath and TclpDeleteFile |
From: Jan N. <nij...@us...> - 2010-08-14 20:58:37
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv9536 Modified Files: ChangeLog Log Message: [Patch 3009403] Signature of Tcl_GetHashKey, Tcl_(Create|Find)HashEntry |