mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-04 14:20:26 +02:00
*** empty log message ***
This commit is contained in:
parent
da58419409
commit
287bb7a23f
2 changed files with 15 additions and 0 deletions
|
@ -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>
|
||||
|
||||
* fports.c (scm_setvbuf): Fix for not _IOLBF, clear SCM_BUFLINE
|
||||
|
|
|
@ -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>
|
||||
|
||||
* Makefile.am (SCM_TESTS): Remove slib.test, it fails with current
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue