drop extra 2006-02-06 heading
[bpt/guile.git] / libguile / ChangeLog
CommitLineData
2b829bbb
KR
12006-04-16 Kevin Ryde <user42@zip.com.au>
2
3 * filesys.c (scm_stat2scm, scm_stat, scm_lstat): Use stat or stat64.
4 (scm_readdir): Use readdir64.
5 (scm_copy_file): Use open64 and fstat64, to cope with >2Gb files.
6 * ports.c (scm_truncate_file): Use truncate64. Correction truncate
7 and ftruncate take off_t not size_t.
8 * _scm.h (stat_or_stat64 etc): Macros for selecting LFS64 when
9 available.
10
112006-04-06 Kevin Ryde <user42@zip.com.au>
12
13 * fports.c (scm_setvbuf): Fix for not _IOLBF, clear SCM_BUFLINE
14