|
From: Jeffrey H. <ho...@us...> - 2004-06-15 20:28:10
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv852 Modified Files: ChangeLog Log Message: * unix/tclConfig.sh.in (TCL_EXTRA_CFLAGS): set to @CFLAGS@, which is the configure-time CFLAGS. Addendum to m4 change on 2004-05-26. |
|
From: Donal K. F. <dk...@us...> - 2004-06-15 22:22:47
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30896 Modified Files: ChangeLog Log Message: Added doc clarification in response to [RFE 768852] |
|
From: Don P. <dg...@us...> - 2004-06-16 21:20:48
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26224 Modified Files: ChangeLog Log Message: * doc/library.n: Moved variables ::auto_oldpath and * library/auto.tcl: ::unknown_pending into ::tcl namespace. * library/init.tcl: [Bugs 808319, 948794] |
|
From: Don P. <dg...@us...> - 2004-06-17 19:28:32
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29876 Modified Files: ChangeLog Log Message: * win/tclWinInit.c: Inform [tclInit] about the default library directory via the ::tclDefaultLibrary variable. This should correct a problem with my 2004-06-11 commit. Better solutions still in the works. Thanks to Joe Mistachkin for pointing out the breakage. |
|
From: Don P. <dg...@us...> - 2004-06-17 21:44:24
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3096 Modified Files: ChangeLog Log Message: * generic/tclObj.c: Added missing space in panic message. |
|
From: Donal K. F. <dk...@us...> - 2004-06-18 13:42:49
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19114 Modified Files: ChangeLog Log Message: Fix tclWinInit.c for KBK, adding comments as I go. :^) |
|
From: Donal K. F. <dk...@us...> - 2004-06-18 15:12:45
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23663 Modified Files: ChangeLog Log Message: Fixed [Bug 886231] properly this time rather than with a broken version that breaks the core completely. :^} |
|
From: Donal K. F. <dk...@us...> - 2004-06-18 15:26:06
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2856 Modified Files: ChangeLog Log Message: Added various Chinese locale->encoding mappings |
|
From: Daniel A. S. <da...@us...> - 2004-06-18 15:29:31
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5811 Modified Files: ChangeLog Log Message: * unix/tcl.m4: autoconf 2.5 fixes in Darwin section. * unix/configure: autoconf-2.57 |
|
From: Kevin B K. <ke...@us...> - 2004-06-18 15:59:24
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31125 Modified Files: ChangeLog Log Message: * tests/winFCmd.test (winFCmd-16.12): Changed test to compute the target directory, so as not to fail if the user's HOME isn't the root. |
|
From: Don P. <dg...@us...> - 2004-06-18 20:38:08
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29854 Modified Files: ChangeLog Log Message: * generic/tclEncoding.c: Static TclFindEncodings -> FindEncodings. * generic/tclInt.h: Updated TclpFindExecutable() so that failed * generic/tclUtil.c: attempts to find the executable are saved * unix/tclUnixFile.c: just as successful finds are. [Patch 966053] * unix/tclUnixTest.c: |
|
From: Don P. <dg...@us...> - 2004-06-19 00:42:43
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30031 Modified Files: ChangeLog Log Message: * tests/load.test: Relaxed strictness of error message matching for test load-2.3 so that it will pass on Mac OSX. |
|
From: Donal K. F. <dk...@us...> - 2004-06-21 08:54:41
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4587 Modified Files: ChangeLog Log Message: Make [Bug 975895] less likely to be hit |
|
From: Mo D. <md...@us...> - 2004-06-21 22:06:01
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10341 Modified Files: ChangeLog Log Message: * win/tclWin32Dll.c (DllMain, _except_dllmain_detach_handler, TclpCheckStackSpace, _except_checkstackspace_handler, TclWinCPUID, _except_TclWinCPUID_detach_handler): * win/tclWinChan.c (Tcl_MakeFileChannel, _except_makefilechannel_handler): * win/tclWinFCmd.c (DoRenameFile, _except_dorenamefile_handler, DoCopyFile, _except_docopyfile_handler): Rework pushing of exception handler function pointer so that compiling with gcc -O3 works. Remove empty function call to avoid compiler warning. Mark the DllMain function as noinline to avoid compiler error from duplicated asm labels in generated code. |
|
From: Mo D. <md...@us...> - 2004-06-21 22:07:38
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11372 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * win/tclWin32Dll.c (DllMain, _except_dllmain_detach_handler, TclpCheckStackSpace, _except_checkstackspace_handler, TclWinCPUID, _except_TclWinCPUID_detach_handler): * win/tclWinChan.c (Tcl_MakeFileChannel, _except_makefilechannel_handler): * win/tclWinFCmd.c (DoRenameFile, _except_dorenamefile_handler, DoCopyFile, _except_docopyfile_handler): Rework pushing of exception handler function pointer so that compiling with gcc -O3 works. Remove empty function call to avoid compiler warning. Mark the DllMain function as noinline to avoid compiler error from duplicated asm labels in generated code. |
|
From: Zoran V. <vas...@us...> - 2004-06-22 11:55:42
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1172 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: Corrected Tcl Bug #770053 |
|
From: Zoran V. <vas...@us...> - 2004-06-22 13:11:43
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23735 Modified Files: ChangeLog Log Message: See file... |
|
From: Kevin B K. <ke...@us...> - 2004-06-22 19:41:32
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10106 Modified Files: ChangeLog Log Message: * generic/tclEvent.c (NewThreadProc): Fixed broken build on Windows caused by missing TCL_THREAD_CREATE_RETURN. * tests/stack.test (stack-3.1): Corrected nuisance error in threaded builds. |
|
From: David G. <dav...@us...> - 2004-06-22 22:08:47
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14798 Modified Files: ChangeLog Log Message: own typo repaired |
|
From: Donal K. F. <dk...@us...> - 2004-06-23 00:24:47
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26135 Modified Files: ChangeLog Log Message: Version of [Patch 746578] that works with Linux and is likely to work elsewhere |
|
From: Donal K. F. <dk...@us...> - 2004-06-23 15:37:02
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29245 Modified Files: ChangeLog Log Message: Standardize some use of test constraints onto names that are documented |
|
From: Kevin B K. <ke...@us...> - 2004-06-23 17:27:05
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19995 Modified Files: ChangeLog Log Message: * tests/winDde.test (createChildProcess): Added a 200-ms delay (with the event loop live) when shutting down the test DDE server process, With the delay in place, nuisance failures of tests winDde-4.2, -6.5, and -6.6 appear to be much less frequent. [Bug #957449] |
|
From: Pat T. <pat...@us...> - 2004-06-23 19:23:55
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11988 Modified Files: ChangeLog Log Message: * win/makefile.vc: fix for bug #977369 about launching tclsh to generate a tclConfig.sh with the nmake build system |
|
From: Pat T. <pat...@us...> - 2004-06-23 21:02:13
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31664 Modified Files: ChangeLog Log Message: * tests/eofchar.data: Added -kb option to ensure a binary checkout to win32 systems. This fixes a failure in io-61.1 |
|
From: Pat T. <pat...@us...> - 2004-06-23 21:32:13
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6385 Modified Files: ChangeLog Log Message: * tests/winFCmd.test: Added a cleanup to winFCmd-16.11 to avoid a failure in 16.12. |