2002-01-28 Stefan Jahn <stefan@lkcc.org>
* configure.in (guile_cv_have_uint32_t): Look also in
`stdint.h' for uint32_t.
2002-01-28 Stefan Jahn <stefan@lkcc.org>
* symbols.c (scm_c_symbol2str): New function, replacement for
`gh_scm2newsymbol()'.
* strings.c (scm_c_substring2str): New function. Proper
replacement for `gh_get_substr()'.
* socket.c: Include `stdint.h' if available for the `uint32_t'
declaration.
* scmsigs.c (s_scm_sigaction): Initialize `chandler' (inhibits
compiler warning).
* backtrace.c: Include `lang.h' for GUILE_DEBUG conditional.
This commit is contained in:
parent
962b1f0bac
commit
af68e5e5a6
11 changed files with 105 additions and 4 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2002-01-28 Stefan Jahn <stefan@lkcc.org>
|
||||
|
||||
* configure.in (guile_cv_have_uint32_t): Look also in
|
||||
`stdint.h' for uint32_t.
|
||||
|
||||
2002-01-13 Neil Jerram <neil@ossau.uklinux.net>
|
||||
|
||||
* Makefile.am (SUBDIRS): Added lang.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue