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