*** empty log message ***
[bpt/guile.git] / libguile / ChangeLog
CommitLineData
4a342b19
MV
12006-05-08 Marius Vollmer <mvo@zagadka.de>
2
3 * private-gc.h (CELL_P): Also check that the potential pointer is
4 correctly aligned for a cell. Thanks to Miroslav Lichvar!
5
281ab5e2
KR
62006-04-17 Kevin Ryde <user42@zip.com.au>
7
8 * _scm.h (scm_to_off_t, scm_from_off_t): No error if unknown off_t
9 size, to help the guile-readline build where off_t is unused.
10
2b829bbb
KR
112006-04-16 Kevin Ryde <user42@zip.com.au>
12
13 * filesys.c (scm_stat2scm, scm_stat, scm_lstat): Use stat or stat64.
14 (scm_readdir): Use readdir64.
15 (scm_copy_file): Use open64 and fstat64, to cope with >2Gb files.
16 * ports.c (scm_truncate_file): Use truncate64. Correction truncate
17 and ftruncate take off_t not size_t.
18 * _scm.h (stat_or_stat64 etc): Macros for selecting LFS64 when
19 available.
20
212006-04-06 Kevin Ryde <user42@zip.com.au>
22
23 * fports.c (scm_setvbuf): Fix for not _IOLBF, clear SCM_BUFLINE
24