1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-04 22:40:25 +02:00

*** empty log message ***

This commit is contained in:
Kevin Ryde 2006-04-16 01:39:29 +00:00
parent da58419409
commit 287bb7a23f
2 changed files with 15 additions and 0 deletions

View file

@ -1,3 +1,13 @@
2006-04-16 Kevin Ryde <user42@zip.com.au>
* filesys.c (scm_stat2scm, scm_stat, scm_lstat): Use stat or stat64.
(scm_readdir): Use readdir64.
(scm_copy_file): Use open64 and fstat64, to cope with >2Gb files.
* ports.c (scm_truncate_file): Use truncate64. Correction truncate
and ftruncate take off_t not size_t.
* _scm.h (stat_or_stat64 etc): Macros for selecting LFS64 when
available.
2006-04-06 Kevin Ryde <user42@zip.com.au> 2006-04-06 Kevin Ryde <user42@zip.com.au>
* fports.c (scm_setvbuf): Fix for not _IOLBF, clear SCM_BUFLINE * fports.c (scm_setvbuf): Fix for not _IOLBF, clear SCM_BUFLINE

View file

@ -1,3 +1,8 @@
2006-04-16 Kevin Ryde <user42@zip.com.au>
* tests/filesys.test (lstat, stat): New tests.
* tests/ports.test (truncate-file): New tests.
2006-03-28 Kevin Ryde <user42@zip.com.au> 2006-03-28 Kevin Ryde <user42@zip.com.au>
* Makefile.am (SCM_TESTS): Remove slib.test, it fails with current * Makefile.am (SCM_TESTS): Remove slib.test, it fails with current