Added deprecated section with the olde type names.
[bpt/guile.git] / libguile / ChangeLog
CommitLineData
4ff9f825
MV
12001-06-14 Marius Vollmer <mvo@zagadka.ping.de>
2
b629af45
MV
3 Throughout: replace "scm_*_t" with "scm_t_*".
4
52001-06-14 Marius Vollmer <mvo@zagadka.ping.de>
6
7 * unif.h (SCM_ARRAY_NDIM): Shift then cast so that no sign
0f002b27
MV
8 extension takes place.
9 * strings.h (SCM_STRING_LENGTH): Likewise.
10 (SCM_STRING_MAX_LENGTH): Use unsigned numbers.
11
4ff9f825
MV
12 * __scm.h (ptrdiff_t): Typedef to long when configure didn't find
13 it.
14
15 * tags.h: Include <stdint.h> when we have it.
16 (scm_bits_t): Changed to be a unsigned type. Use uintptr_t when
17 available. Else use "unsigned long".
18 (scm_signed_bits_t): New.
19
20 * numbers.h (SCM_SRS): Cast shiftee to scm_signed_bits_t.
21 (SCM_INUM): Cast result to scm_signed_bits_t.
22
58bee6a8
TTN
232001-06-13 Thien-Thi Nguyen <ttn@revel.glug.org>
24
25 * mkstemp.c: Update path to #include file scmconfig.h.
26 Thanks to Golubev I. N.
27
00d8d838
DH
282001-06-11 Dirk Herrmann <D.Herrmann@tu-bs.de>
29
30 * struct.h (SCM_STRUCT_VTABLE_FLAGS): New macro.
31
32