* gh_data.c (gh_module_lookup): Use scm_str2symbol rather than gh_symbol2scm.
[bpt/guile.git] / guile-readline / ChangeLog
CommitLineData
8f99e3f3
SJ
12001-11-04 Stefan Jahn <stefan@lkcc.org>
2
3 * configure.in (EXTRA_DEFS): Follow-up patch. Using SCM_IMPORT
4 instead of __SCM_IMPORT__.
5
6 * readline.c (scm_readline_init_ports): Disable input/output
7 stream redirection for Win32. The readline package for Win32
8 does not support this. The guile-readline library works fine
9 for command line editing.
10
11 * readline.h (SCM_RL_API): Renamed __FOO__ macros into FOO.
12
257b6d40
MV
132001-11-02 Marius Vollmer <mvo@zagadka.ping.de>
14
15 Support for native Win32. Thanks to Stefan Jahn!
16
17 * Makefile.am: Put `-export-dynamic -no-undefined' into LDFLAGS
18 and add the library `libguile.la' to support linkers which do not
19 allow unresolved symbols inside shared libraries.
20
21 * configure.in: Define AC_LIBTOOL_WIN32_DLL to build clean dlls
22 on Win32 platforms.
23 Define extra compiler flags necessary to build clean dlls.
24
25 * readline.c: Include `io.h' and exclude `sys/time.h' for MinGW.
26
27 * readline.h: Defintion of SCM_RL_API. Prefixed each exported
28 symbol with SCM_RL_API.
29
8c494e99
DH
302001-08-31 Dirk Herrmann <D.Herrmann@tu-bs.de>
31
32 * readline.c (scm_readline, scm_add_history,
33 scm_filename_completion_function, completion_function): Remove
34 calls to SCM_STRING_COERCE_0TERMINATION_X. Since the substring
35 type is gone, all strings are 0-terminated anyway.
36
fbd5c452
DH
372001-08-31 Dirk Herrmann <D.Herrmann@tu-bs.de>
38
39