1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-03 05:20:16 +02:00

LFS for file access.

This commit is contained in:
Kevin Ryde 2006-09-26 01:55:04 +00:00
parent 6a60ae5e89
commit 21cde7ad3e

1
NEWS
View file

@ -26,6 +26,7 @@ Changes in 1.8.1 (since 1.8.0):
Record accessor and modifier procedures now throw an error if the
record type of the record they're given is not the type expected
(previously accessors returned #f and modifiers silently did nothing).
** File access uses LFS funcs to get 64-bit files on 32-bit systems.
* Changes to the C interface