Branch: Tag:

2003-03-30

2003-03-30 01:27:10 by Martin Stjernholm <mast@lysator.liu.se>

Fixed handling of 64 bit file pointers on NT and in Stdio.File.truncate and
file_truncate on all platforms.

Rev: CHANGES:1.81
Rev: src/configure.in:1.661
Rev: src/fdlib.c:1.58
Rev: src/fdlib.h:1.48
Rev: src/modules/files/configure.in:1.82
Rev: src/modules/files/efuns.c:1.119
Rev: src/modules/files/file.c:1.255

1: - AC_REVISION("$Id: configure.in,v 1.660 2003/03/29 01:45:22 mast Exp $") + AC_REVISION("$Id: configure.in,v 1.661 2003/03/30 01:27:10 mast Exp $")   AC_INIT(interpret.c)   AC_CONFIG_HEADER(machine.h)   
2352:   AC_MY_CHECK_TYPE(time_t,INT32)   AC_MY_CHECK_TYPE(pri_t, short)    + AC_CHECK_SIZEOF(off_t, 4) +    if test "x$with_long_double_precision" = x -a \    "x$with_double_precision" = x ; then    # Choose the longest available float that fits in a pointer.