(snarfcppopts): New var.
[bpt/guile.git] / guile-readline / ChangeLog
CommitLineData
edb810bb
SJ
12002-02-27 Stefan Jahn <stefan@lkcc.org>
2
3 * Makefile.am (EXTRA_DIST): Added the `LIBGUILEREADLINE-VERSION'
4 file.
5
f99b18fa
TTN
62002-02-25 Thien-Thi Nguyen <ttn@giblet.glug.org>
7
8 * configure.in (LIBGUILEREADLINE-VERSION):
9 Look for this file in $srcdir.
10
8794fdca
RB
112002-02-24 Rob Browning <rlb@defaultvalue.org>
12
13 * configure.in: source ./LIBGUILEREADLINE-VERSION for version info
14 and then AC_SUBST the resulting variables:
15 LIBGUILEREADLINE_INTERFACE_CURRENT,
16 LIBGUILEREADLINE_INTERFACE_REVISION,
17 LIBGUILEREADLINE_INTERFACE_AGE, and
18 LIBGUILEREADLINE_INTERFACE.
19
20 * Makefile.am (libguilereadline_la_LDFLAGS): use
21 @LIBGUILEREADLINE_INTERFACE@ for version information.
22
23 * LIBGUILEREADLINE-VERSION: new file containing shared lib
24 versioning information.
25
88ac59a9
TTN
262002-02-12 Thien-Thi Nguyen <ttn@giblet.glug.org>
27
28 * Makefile.am (AUTOMAKE_OPTIONS): Replace "gnu" with "foreign".
29 This undoes the 2002-02-08 change.
30
51477c02
TTN
312002-02-08 Thien-Thi Nguyen <ttn@giblet.glug.org>
32
33 * Makefile.am (AUTOMAKE_OPTIONS): Replace "foreign" with "gnu".
34
bbd26b5a
NJ
352002-01-29 Neil Jerram <neil@ossau.uklinux.net>
36
37 * readline.scm (with-readline-completion-function): Renamed from
38 `call-with-readline-completion-function'.
39
ee148ae7
NJ
402001-11-30 Neil Jerram <neil@ossau.uklinux.net>
41
42 * Makefile.am (EXTRA_DIST): Refer to $(ice9_DATA) rather than
43 readline.scm explicitly.
44 (ETAGS_ARGS): Added.
45
8f99e3f3
SJ
462001-11-04 Stefan Jahn <stefan@lkcc.org>
47
48 * configure.in (EXTRA_DEFS): Follow-up patch. Using SCM_IMPORT
49 instead of __SCM_IMPORT__.
50
51 * readline.c (scm_readline_init_ports): Disable input/output
52 stream redirection for Win32. The readline package for Win32
53 does not support this. The guile-readline library works fine
54 for command line editing.
55
56 * readline.h (SCM_RL_API): Renamed __FOO__ macros into FOO.
57
257b6d40
MV
582001-11-02 Marius Vollmer <mvo@zagadka.ping.de>
59
60 Support for native Win32. Thanks to Stefan Jahn!
51477c02 61
257b6d40
MV
62 * Makefile.am: Put `-export-dynamic -no-undefined' into LDFLAGS
63 and add the library `libguile.la' to support linkers which do not
64 allow unresolved symbols inside shared libraries.
65
66 * configure.in: Define AC_LIBTOOL_WIN32_DLL to build clean dlls
67 on Win32 platforms.
68 Define extra compiler flags necessary to build clean dlls.
69
70 * readline.c: Include `io.h' and exclude `sys/time.h' for MinGW.
71
72 * readline.h: Defintion of SCM_RL_API. Prefixed each exported
73 symbol with SCM_RL_API.
74
8c494e99
DH
752001-08-31 Dirk Herrmann <D.Herrmann@tu-bs.de>
76
77 * readline.c (scm_readline, scm_add_history,
78 scm_filename_completion_function, completion_function): Remove
79 calls to SCM_STRING_COERCE_0TERMINATION_X. Since the substring
80 type is gone, all strings are 0-terminated anyway.
81
fbd5c452
DH
822001-08-31 Dirk Herrmann <D.Herrmann@tu-bs.de>
83
84