-
The test fCmd-9.4 is now skipped on OpenBSD due to constraint "win2000orXP".
I believe the test is also skipped on other unices.
I believe there may be other tests being skipped now due to these recent changes - I haven't fully investigated.
The fixes for bug 2891026 seem to be involved.
Not seeing fCmd-9.4 fail on OpenBSD as it normally does (OpenBSD's fault) is what led me to track this...
2009-11-23 04:11:47 UTC in Tcl
-
This also breaks OpenBSD/MIPS.
I'm waiting for a more detailed report from the person who reported this to me.
Meanwhile, this patch is being used, supplied for informational purposes.
No idea what the fix should be.
--- generic/tclStrToD.c.orig Sun Nov 22 13:37:00 2009
+++ generic/tclStrToD.c Sun Nov 22 13:39:08 2009
@@ -73,7 +73,7 @@ typedef unsigned int fpu_control_t...
2009-11-23 03:37:47 UTC in Tcl
-
Removed outdated Msys + Mingw info from win/README in HEAD, core-8-5-branch and core-8-4-branch.
2009-11-10 21:19:42 UTC in Tcl
-
Removed outdated Msys + Mingw info from win/README.
2009-11-10 21:19:11 UTC in Tcl
-
stwo committed patchset 11576 of module tcl to the Tcl CVS repository, changing 2 files.
2009-11-10 21:14:19 UTC in Tcl
-
stwo committed patchset 11569 of module tcl to the Tcl CVS repository, changing 2 files.
2009-11-09 23:38:10 UTC in Tcl
-
stwo committed patchset 11568 of module tcl to the Tcl CVS repository, changing 2 files.
2009-11-09 23:14:57 UTC in Tcl
-
With this patch:
HAVE_ST_BLOCKS becomes HAVE_STRUCT_STAT_ST_BLOCKS via the proper autoconf macro and all relevant code is adapted for this change, except for the tests.
Note that this will break cmdAH-28.3 if your system has an st_blocks field in struct stat.
Note that the casts retrieving the values from struct stat in function StoreStatData() are different from those used in the TIP 316...
2009-11-09 18:23:10 UTC in Tcl
-
1) In tcl.m4 the autoconf macro AC_STRUCT_TIMEZONE is used but its resultant defines HAVE_STRUCT_TM_TM_ZONE, HAVE_TM_ZONE and possibly HAVE_TZNAME are not referenced anywhere in Tcl or in Tk. I recommend it be removed since a) it's not being used, and b) it creates up to two unused defines which clutter the tclConfig.h file and the compile command line needlessly.
2) The autoconf macro...
2009-11-05 21:38:32 UTC in Tcl
-
USE_OBSOLETE_FS_HOOKS enables old code which also uses HAVE_ST_BLOCKS.
If HAVE_ST_BLOCKS is enabled then the C function Tcl_Stat and the Tcl command [file stat] will return a 'blocks' field.
This has been around since 8.4.0 and seeing as no one seems to be missing it, I'd agree that it should be purged.
But! The implementation of TIP 316 has now added: Tcl_GetBlocksFromStat - Returns the...
2009-11-05 20:02:22 UTC in Tcl