|
From: Reinhard M. <rm...@us...> - 2005-12-12 11:28:28
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13175 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tclExecute.c (ExprAbsFunc): fixed the abs(MIN_INT) case so that it doesn't break on compilers that don't assume integers to wrap around (e.g. gcc-4.1.0). |
|
From: Kevin B K. <ke...@us...> - 2005-12-12 16:06:59
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18474 Modified Files: ChangeLog Log Message: Bug 1378818 |
|
From: Jeffrey H. <ho...@us...> - 2005-12-12 20:54:06
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23581 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * unix/tcl.m4, unix/configure: Fix sh quoting error reported in bash-3.1+ [Bug 1377619] (schafer) |
|
From: Jeffrey H. <ho...@us...> - 2005-12-12 20:58:24
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24838 Modified Files: ChangeLog Log Message: * unix/tcl.m4, unix/configure: Fix sh quoting error reported in bash-3.1+ [Bug 1377619] (schafer) |
|
From: Donal K. F. <dk...@us...> - 2005-12-13 13:46:39
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19152 Modified Files: ChangeLog Log Message: Fix [Bug 1379349] |
|
From: Kevin B K. <ke...@us...> - 2005-12-13 22:43:22
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13251 Modified Files: ChangeLog Log Message: Export stubs for libtommath; fix mingw compiler warnings |
|
From: Daniel A. S. <da...@us...> - 2005-12-14 02:09:25
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2098 Modified Files: ChangeLog Log Message: * macosx/Tcl.xcode/project.pbxproj: * macosx/Tcl.xcodeproj/project.pbxproj: * unix/Makefile.in: add new tclTomMath* files. * generic/tclBasic.c: replace panic with Tcl_Panic. |
|
From: Daniel A. S. <da...@us...> - 2005-12-14 02:10:26
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2374 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * unix/configure.in: run check for fts API on all platforms, since Linux glibc2 and *BSDs also have this and using fts is more efficient than recursive opendir/readdir (sync with HEAD). * unix/configure: regen. |
|
From: Daniel A. S. <da...@us...> - 2005-12-15 04:08:36
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5797 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tclIOUtil.c: workaround gcc warning "comparison is always * generic/tclTest.c: false due to limited range of data type". |
|
From: Daniel A. S. <da...@us...> - 2005-12-15 04:08:43
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5833 Modified Files: ChangeLog Log Message: * generic/tclIOUtil.c: workaround gcc warning "comparison is always * generic/tclTest.c: false due to limited range of data type". |
|
From: Donal K. F. <dk...@us...> - 2005-12-18 22:42:27
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32337 Modified Files: ChangeLog Log Message: Fix [Bug 1382528]; thanks to Anton Kovalenko for finding this. |
|
From: Donal K. F. <dk...@us...> - 2005-12-19 10:05:41
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32290 Modified Files: ChangeLog Log Message: Clarify doc of variable substitution |
|
From: Donal K. F. <dk...@us...> - 2005-12-19 10:09:59
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv540 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: Clarify specification of variable substitution |
|
From: Don P. <dg...@us...> - 2005-12-19 19:03:22
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20638 Modified Files: ChangeLog Log Message: 2005-12-19 Don Porter <dg...@us...> * generic/tclCmdMZ.c: Modified [string is double] to use * tests/string.test: TclParseNumber() to parse trailing whitespace. Ensures consistency, and makes it easier to cleanup after invalid internal reps left behind by parsing [Bugs 1360432 1382287]. * generic/tclParseExpr.c: Added TCL_PARSE_NO_WHITESPACE to * generic/tclScan.c: TclParseNumber() calls since [scan] and * tests/scan.test: [expr] parsing don't want spaces in parsed numbers. * generic/tclInt.h: Added TCL_PARSE_NO_WHITESPACE flag to the * generic/tclStrToD.c: TclParseNumber() interface. |
|
From: Donal K. F. <dk...@us...> - 2005-12-20 22:16:44
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17362 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: Use %ld instead of %d in Tcl_GetMemoryInfo |
|
From: Donal K. F. <dk...@us...> - 2005-12-20 22:16:56
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17454 Modified Files: ChangeLog Log Message: Use %ld instead of %d in Tcl_GetMemoryInfo |
|
From: Kevin B K. <ke...@us...> - 2005-12-27 17:39:08
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32434 Modified Files: ChangeLog Log Message: Corrected bugs in tommath installation, improved tommath square root performance, patched around a [clock scan] issue with time zones |
|
From: Kevin B K. <ke...@us...> - 2005-12-27 17:47:55
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1548 Modified Files: ChangeLog Log Message: Olson's tzdata2005r |
|
From: Kevin B K. <ke...@us...> - 2005-12-27 18:21:35
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11650 Modified Files: ChangeLog Log Message: changelog for libtommath 0.37 merge |
|
From: Kevin B K. <ke...@us...> - 2005-12-27 20:14:21
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32472 Modified Files: ChangeLog Log Message: Export Tcl_InitBignumFromDouble |
|
From: Kevin B K. <ke...@us...> - 2005-12-31 02:58:07
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16025 Modified Files: ChangeLog Log Message: Fix typo in missing stub table pointer |
|
From: David G. <dav...@us...> - 2006-01-05 04:50:58
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11075 Modified Files: ChangeLog Log Message: no message |
|
From: Donal K. F. <dk...@us...> - 2006-01-05 09:47:07
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7318 Modified Files: ChangeLog Log Message: Small improvement to the factoring of tcl.m4 Regeneration of configure is *not* urgent |
|
From: Donal K. F. <dk...@us...> - 2006-01-09 09:32:03
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9491 Modified Files: ChangeLog Log Message: Minor cleanup to stop exporting functions that do not need to be. [Bug 971336] |
|
From: Don P. <dg...@us...> - 2006-01-09 18:34:23
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3757 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tclNamesp.c (NamespaceInscopeCmd): [namespace inscope] * tests/namespace.test: commands were not reported by [info level] [Bug 1400572]. |