|
From: Donal K. F. <dk...@us...> - 2005-11-30 15:04:15
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10524 Modified Files: ChangeLog Log Message: Add compiler-related dependency information to prevent problems when developing the bytecode compiler. They've bitten me one time more than I can stand! |
|
From: Kevin B K. <ke...@us...> - 2005-11-30 15:09:53
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12055 Modified Files: ChangeLog Log Message: silenced compiler warning about big constant |
|
From: Kevin B K. <ke...@us...> - 2005-11-30 15:39:43
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17794 Modified Files: ChangeLog Log Message: fix [clock format -timezone :localtime] for times before the Posix Epoch |
|
From: Kevin B K. <ke...@us...> - 2005-11-30 19:34:23
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13126 Modified Files: ChangeLog Log Message: code rationalization - eliminate some duplication between Tcl and C |
|
From: Daniel A. S. <da...@us...> - 2005-12-01 02:14:23
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11332 Modified Files: ChangeLog Log Message: * unix/tcl.m4 (Darwin): fixed error when MACOSX_DEPLOYMENT_TARGET unset. * unix/configure: regen. |
|
From: Daniel A. S. <da...@us...> - 2005-12-01 02:14:54
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11425 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * unix/tcl.m4 (Darwin): fixed error when MACOSX_DEPLOYMENT_TARGET unset. * unix/configure: regen. |
|
From: Daniel A. S. <da...@us...> - 2005-12-01 06:11:46
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19442 Modified Files: ChangeLog Log Message: * generic/tclClock.c: fix warning. |
|
From: Donal K. F. <dk...@us...> - 2005-12-01 11:05:12
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14394 Modified Files: ChangeLog Log Message: Add remaining dependency info for UNIX |
|
From: Kevin B K. <ke...@us...> - 2005-12-01 20:39:40
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv932 Modified Files: ChangeLog Log Message: remove redundant [mc] calls in [clock] |
|
From: Kevin B K. <ke...@us...> - 2005-12-01 22:38:14
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27864 Modified Files: ChangeLog Log Message: another [clock format] performance boost - precompile formats |
|
From: Kevin B K. <ke...@us...> - 2005-12-02 16:58:23
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31445 Modified Files: ChangeLog Log Message: Bug 1371446 plus buildability on ancient Solaris |
|
From: Don P. <dg...@us...> - 2005-12-02 18:42:13
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26634 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
|
From: Kevin B K. <ke...@us...> - 2005-12-02 19:47:42
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12455 Modified Files: ChangeLog Log Message: another little speedup to [clock format] |
|
From: Kevin B K. <ke...@us...> - 2005-12-02 22:13:49
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10679 Modified Files: ChangeLog Log Message: another puny speedup - no error thrown from ::tcl::clock::getenv |
|
From: Jeffrey H. <ho...@us...> - 2005-12-05 08:19:42
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18212 Modified Files: ChangeLog Log Message: * unix/configure: Use FTS file APIs on Darwin if available. * unix/tcl.m4: Addresses file delete issues in readdir noted * unix/tclUnixFCmd.c: in [Bug 1034337]. (steffen) Reduce on stat call in DoCopyFile. (steffen) |
|
From: Daniel A. S. <da...@us...> - 2005-12-05 13:03:25
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1859 Modified Files: ChangeLog Log Message: * unix/configure.in: move check for fts API to configure.in and run it * unix/tcl.m4: on all platforms, since Linux glibc2 and *BSDs also have this; using fts is more efficient than recursive opendir/readdir. * unix/tclUnixFCmd.c (TraverseUnixTree): add support to fts code for platforms with stat64. * unix/configure: * unix/tclConfig.h.in: regen. |
|
From: Kevin B K. <ke...@us...> - 2005-12-05 20:40:48
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6509 Modified Files: ChangeLog Log Message: adapt tclZIC.tcl to new C API and update to tzdata2005p |
|
From: Daniel A. S. <da...@us...> - 2005-12-06 08:07:11
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10522 Modified Files: ChangeLog Log Message: * unix/tclUnixPort.h (Darwin): fix incorrect __DARWIN_UNIX03 configure overrides that were originally copied from Darwin CVS (rdar://3693001). |
|
From: Daniel A. S. <da...@us...> - 2005-12-06 08:21:31
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14151 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * unix/tclUnixPort.h (Darwin): fix incorrect __DARWIN_UNIX03 configure overrides that were originally copied from Darwin CVS (rdar://3693001). |
|
From: Don P. <dg...@us...> - 2005-12-06 15:54:53
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25407 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: advance core-8-4-12 tag |
|
From: Donal K. F. <dk...@us...> - 2005-12-07 09:30:15
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7826 Modified Files: ChangeLog Log Message: Improved documentation on topic of asynch sockets in response to queries on the Tcler's Chat. |
|
From: Jeffrey H. <ho...@us...> - 2005-12-08 20:20:48
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18948 Modified Files: ChangeLog Log Message: * win/Makefile.in, win/makefile.vc: Add Win x64 and CE build support * win/tcl.m4, win/configure: CE still requires C code fixes. |
|
From: Donal K. F. <dk...@us...> - 2005-12-09 14:13:36
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9272 Modified Files: ChangeLog Log Message: Fix [Bug 1374778] |
|
From: Donal K. F. <dk...@us...> - 2005-12-09 14:39:31
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15164 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: Fix [Bug 1374778] |
|
From: Mo D. <md...@us...> - 2005-12-10 01:36:52
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9324 Modified Files: ChangeLog Log Message: * win/configure: Regen. * win/tcl.m4 (SC_CONFIG_CFLAGS): Define MACHINE for gcc builds. The lack of a definition of this variable in the manifest file was causing a runtime error in wish built with gcc. |