|
From: Don P. <dg...@us...> - 2004-11-24 19:28:48
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27753 Modified Files: ChangeLog Log Message: * generic/tclCmdIL.c (InfoVarsCmd): Corrected segfault in new * tests/info.test (info-19.6): trivial matching branch [Bug 1072654] |
|
From: Kevin B K. <ke...@us...> - 2004-11-24 20:12:25
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4749 Modified Files: ChangeLog Log Message: * unix/tcl.m4 (SC_ENABLE_THREADS): Corrected bad check for 3-argument readdir_r [Bug 1001325]. * unix/configure: Regenerated. * unix/tclUnixNotfy.c: Corrected all uses of 'select' to manage their masks using the FD_CLR, FD_ISSET, FD_SET, and FD_ZERO macros rather than bit-whacking that failed under Solaris-Sparc-64. [Bug 1071807] |
|
From: Kevin B K. <ke...@us...> - 2004-11-24 21:12:27
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21151 Modified Files: ChangeLog Log Message: Fixed compilation error in tclWinInit.c on VC++ --enable-symbols |
|
From: David G. <dav...@us...> - 2004-11-24 21:39:29
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28160 Modified Files: ChangeLog Log Message: no message |
|
From: Don P. <dg...@us...> - 2004-11-25 00:57:56
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9504 Modified Files: ChangeLog Log Message: * unix/tcl.m4 (SC_ENABLE_THREADS): Corrected failure to determine the number of arguments for readdir_r on SunOS systems. [Bug 1071701] * unix/configure: autoconf-2.57 |
|
From: Don P. <dg...@us...> - 2004-11-25 01:32:04
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13743 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * unix/tcl.m4 (SC_ENABLE_THREADS): Corrected failure to determine the number of arguments for readdir_r on SunOS systems. [Bug 1071701] * unix/configure: autoconf-2.13 |
|
From: Donal K. F. <dk...@us...> - 2004-11-25 11:28:28
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1610 Modified Files: ChangeLog Log Message: Assorted cleanup and doc-fixes for the dde package. |
|
From: Reinhard M. <rm...@us...> - 2004-11-25 11:31:40
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2310 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * tests/tcltest.test: The order in which [glob] returns the file names * tests/fCmd.test: is undefined, so tests should not depend on it. |
|
From: Zoran V. <vas...@us...> - 2004-11-25 15:53:56
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27130 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: See file |
|
From: Zoran V. <vas...@us...> - 2004-11-25 16:03:10
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29339 Modified Files: ChangeLog Log Message: See file |
|
From: Reinhard M. <rm...@us...> - 2004-11-25 16:17:20
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32264 Modified Files: ChangeLog Log Message: * tests/tcltest.test: The order in which [glob] returns the file names is undefined, so tests should not depend on it. |
|
From: Donal K. F. <dk...@us...> - 2004-11-25 16:37:22
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3569 Modified Files: ChangeLog Log Message: Fix [Bug 1066837] without reopening other bugs... What a horrid hack! :^/ |
|
From: Donal K. F. <dk...@us...> - 2004-11-26 09:37:46
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2563 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: Assorted dde fixes as requested by Andreas Kupries. |
|
From: Donal K. F. <dk...@us...> - 2004-11-26 10:02:30
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6959 Modified Files: ChangeLog Log Message: Added simple foreach example. [FRQ 1073334] |
|
From: Donal K. F. <dk...@us...> - 2004-11-26 11:18:08
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21771 Modified Files: ChangeLog Log Message: Spread the goodness of AC_CACHE_VAL a bit further. [Patch 1073524] |
|
From: Don P. <dg...@us...> - 2004-11-26 19:42:15
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28985 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * library/auto.tcl (tcl_findLibrary): Made sure the uniquifying operations on the search path does not also normalize. [Bug 1072136] |
|
From: Don P. <dg...@us...> - 2004-11-26 19:49:22
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30396 Modified Files: ChangeLog Log Message: * library/auto.tcl (tcl_findLibrary): Made sure the uniquifying operations on the search path does not also normalize. [Bug 1072136] |
|
From: Andreas K. <and...@us...> - 2004-11-26 20:02:36
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv948 Modified Files: ChangeLog Log Message: * win/tclWinDde.c (ExecuteRemoteObject): Removed bogus semicolon found at the end of the header for the function definition, terminating it early and preventing a compile. This is likely a fix for '2004-11-25 Donal'. I have to conclude that it is also unknown if the other changes to this file actually pass the testsuite. Running testsuite ... They don't. winDde-6.1 fails. This is only a message discrepance, i.e. not too bad. Leaving resolution of that to Pat and Donal. |
|
From: Don P. <dg...@us...> - 2004-11-27 05:44:26
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14496 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * tests/reg.test (reg-32.*): Added missing testregexp constraints. |
|
From: Andreas K. <and...@us...> - 2004-11-29 22:42:05
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14368 Modified Files: ChangeLog Log Message: * win/Makefile.in (install-libraries): Brought entry '2004-10-26 Don Porter (Tcl Modules)' into the windows world, actually the win/configure buildsystem. The other windows buildsystems (.vc, .bc) still have to be updated as well. |
|
From: Donal K. F. <dk...@us...> - 2004-11-30 09:29:08
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24915 Modified Files: ChangeLog Log Message: Whitespace fixes |
|
From: Kevin B K. <ke...@us...> - 2004-11-30 15:45:11
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12749 Modified Files: ChangeLog Log Message: * library/clock.tcl: Corrected the regular expressions that match a time zone to allow for time zones specified as +HH or -HH. * tests/clock.test: Added regression test case for the above issue. |
|
From: Kevin B K. <ke...@us...> - 2004-11-30 18:40:40
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27893 Modified Files: ChangeLog Log Message: corrected a typo that caused a compilation failure on VC++ |
|
From: Don P. <dg...@us...> - 2004-11-30 19:34:54
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10935 Modified Files: ChangeLog Log Message: Patch 976520 reworks several of the details involved with startup/initialization of the Tcl library, focused on the activities of Tcl_FindExecutable(). * generic/tclIO.c: Removed bogus claim in comment that encoding "iso8859-1" is "built-in" to Tcl. * generic/tclInt.h: Created a new struct ProcessGlobalValue, * generic/tclUtil.c: routines Tcl(Get|Set)ProcessGlobalValue, and function type TclInitProcessGlobalValueProc. Together, these take care of the housekeeping for "values" (things that can be held in a Tcl_Obj) that are global across a whole process. That is, they are shared among multiple threads, and epoch and mutex protection must govern the validity of cached copies maintained in each thread. * generic/tclNotify.c: Modified TclInitNotifier() to tolerate being called multiple times in the same thread. * generic/tclEvent.c: Dropped the unused argv0 argument to TclInitSubsystems(). Removed machinery to unsure only one TclInitNotifier() call per thread, now that that is safe. Converted Tcl(Get|Set)LibraryPath to use a ProcessGlobalValue, and moved them to tclEncoding.c. * generic/tclBasic.c: Updated caller. * generic/tclInt.h: TclpFindExecutable now returns void. * unix/tclUnixFile.c: * win/tclWinFile.c: * win/tclWinPipe.c: * generic/tclEncoding.c: Built new encoding search initialization on a foundation of ProcessGlobalValues, exposing new routines Tcl(Get|Set)EncodingSearchPath. A cache of a map from encoding name to directory pathname keeps track of where encodings are available for loading. Tcl_FindExecutable greatly simplified into just three function calls. The "library path" is now misnamed, as its only remaining purpose is as a foundation for the default encoding search path. * generic/tclInterp.c: Inlined the initScript that is evaluated by Tcl_Init(). Added verification after initScript evaluation that Tcl can find its installed *.enc files, and that it has initialized [encoding system] in agreement with what the environment expects. [tclInit] no longer driven by the value of $::tcl_libPath; it largely constructs its own search path now, rather than attempt to share one with the encoding system. * unix/tclUnixInit.c: TclpSetInitialEncodings factored so that a new * win/tclWinInit.c: routine TclpGetEncodingNameFromEnvironment can reveal that Tcl thinks the [encoding system] should be, even when an incomplete encoding search path, or a missing *.enc file won't allow that initialization to succeed. TclpInitLibraryPath reworked as an initializer of a ProcessGlobalValue. * unix/tclUnixTest.c: Update implementations of [testfindexecutable], [testgetdefenc], and [testsetdefenc]. * tests/unixInit.test: Corrected tests to operate properly even when a value of TCL_LIBRARY is required to find encodings. * generic/tclInt.decls: New internal stubs: TclGetEncodingSearchPath, TclSetEncodingSearchPath, TclpGetEncodingNameFromEnvironment. These are candidates for public exposure by future TIPs. * generic/tclIntDecls.h: make genstubs * generic/tclStubInit.c: * generic/tclTest.c: Updated [testencoding] to use * tests/encoding.test: Tcl(Get|Set)EncodingSearchPath. Updated tests. |
|
From: Don P. <dg...@us...> - 2004-11-30 20:30:11
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26280 Modified Files: ChangeLog Log Message: * library/init.tcl ([unknown]): Restored the save/restore of the variables ::errorCode and ::errorInfo. This is needed when the [::bgerror] command is auto-loaded (as it is by Tk). |