* Start new node documenting transition from GH to scm interface.
[bpt/guile.git] / libguile / ChangeLog
CommitLineData
6b41a313
MG
12001-06-20 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
2
3 * init.c (scm_init_guile_1): Removed initialization of tag.c.
4
5 * gdbint.c, init.c: Removed inclusion of tag.h.
6
7 * tag.h, tag.c: Removed files.
8
9 * Makefile.am: Removed tag.{h,c,doc,x} in various places.
10
fbbdb121
GH
112001-06-20 Gary Houston <ghouston@arglist.com>
12
13 * deprecation.c, extensions.c, rw.c: include string.h.
14
72c17ed0
GH
152001-06-19 Gary Houston <ghouston@arglist.com>
16
17 * filter-doc-snarfage.c (process): added ungetc in
18 MULTILINE_COOKIE case since otherwise it fails when there's no
19 space between the '(' and the quote of the following string
20 (gcc 3.0).
21
4ff9f825
MV
222001-06-14 Marius Vollmer <mvo@zagadka.ping.de>
23
4927dd28
MV
24 Throughout: replace "scm_*_t" with "scm_t_*", except "scm_lisp_t".
25
b629af45
MV
262001-06-14 Marius Vollmer <mvo@zagadka.ping.de>
27
28 * unif.h (SCM_ARRAY_NDIM): Shift then cast so that no sign
0f002b27
MV
29 extension takes place.
30 * strings.h (SCM_STRING_LENGTH): Likewise.
31 (SCM_STRING_MAX_LENGTH): Use unsigned numbers.
32
4ff9f825
MV
33 * __scm.h (ptrdiff_t): Typedef to long when configure didn't find
34 it.
35
36 * tags.h: Include <stdint.h> when we have it.
37 (scm_bits_t): Changed to be a unsigned type. Use uintptr_t when
38 available. Else use "unsigned long".
39 (scm_signed_bits_t): New.
40
41 * numbers.h (SCM_SRS): Cast shiftee to scm_signed_bits_t.
42 (SCM_INUM): Cast result to scm_signed_bits_t.
43
58bee6a8
TTN
442001-06-13 Thien-Thi Nguyen <ttn@revel.glug.org>
45
46 * mkstemp.c: Update path to #include file scmconfig.h.
47 Thanks to Golubev I. N.
48
00d8d838
DH
492001-06-11 Dirk Herrmann <D.Herrmann@tu-bs.de>
50
51 * struct.h (SCM_STRUCT_VTABLE_FLAGS): New macro.
52
53