diff options
author | stwo <stwo> | 2009-11-25 14:31:39 (GMT) |
---|---|---|
committer | stwo <stwo> | 2009-11-25 14:31:39 (GMT) |
commit | 8263c49fbdb63c93034274c876cf5a940599b252 (patch) | |
tree | c9d4c690bd9d9989a78e5d3c197bb59d75b68ca4 /ChangeLog | |
parent | eaaa5034bff48b8fd6162def1dd4b0020b7c46cc (diff) | |
download | tcl-8263c49fbdb63c93034274c876cf5a940599b252.zip tcl-8263c49fbdb63c93034274c876cf5a940599b252.tar.gz tcl-8263c49fbdb63c93034274c876cf5a940599b252.tar.bz2 |
[Patch 2892871]: Remove unneeded AC_STRUCT_TIMEZONE and use
AC_CHECK_MEMBERS([struct stat.st_blksize]) instead of AC_STRUCT_ST_BLKSIZE.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2009-11-25 Stuart Cassoff <stwo@users.sf.net> + + * unix/configure.in: [Patch 2892871]: Remove unneeded + * unix/tcl.m4: AC_STRUCT_TIMEZONE and use + * unix/tclConfig.h.in: AC_CHECK_MEMBERS([struct stat.st_blksize]) + * unix/tclUnixFCmd.c: instead of AC_STRUCT_ST_BLKSIZE. + * unix/configure: Regenerated with autoconf-2.59. + 2009-11-16 Alexandre Ferrieux <ferrieux@users.sourceforge.net> * generic/tclEncoding.c: Fix [Bug 2891556] and improve test to detect |