|
2008-05-07 Ludovic Courtès <ludo@gnu.org> |
|
|
|
|
|
Make and broke BSD Make as found on FreeBSD 6.2. |
|
|
|
2008-04-16 Ludovic Courtès <ludo@gnu.org> |
|
|
|
|
|
available on MacOS X; use `patsubst' instead to remove the |
|
newline. Reported by Steven Wu <wus@qwest.net>. |
|
|
|
2008-02-16 Ludovic Courtès <ludo@gnu.org> |
|
|
|
|
|
(LIBGUILEREADLINE_INTERFACE_REVISION): Increment for release. |
|
|
|
2008-01-29 Neil Jerram <neil@ossau.uklinux.net> |
|
|
|
|
|
if HAVE_RL_GET_KEYMAP. |
|
(init_bouncing_parens, find_matching_paren, match_paren): Compile |
|
out if ! HAVE_RL_GET_KEYMAP. |
|
|
|
|
|
|
|
2007-07-29 Ludovic Courtès <ludo@gnu.org> |
|
|
|
|
|
(libguilereadline_v_@LIBGUILEREADLINE_MAJOR@_la_LIBADD): Added |
|
`../lib/libgnu.la'. |
|
|
|
2007-07-15 Ludovic Courtès <ludo@gnu.org> |
|
|
|
|
|
(LIBGUILEREADLINE_INTERFACE_REVISION): Incremented for release. |
|
|
|
2007-06-26 Ludovic Courtès <ludo@gnu.org> |
|
|
|
|
|
`add_history ()'. |
|
|
|
2007-01-19 Han-Wen Nienhuys <hanwen@lilypond.org> |
|
|
|
|
|
(scm_init_readline): fix CVS mess-up. |
|
|
|
2006-10-06 Neil Jerram <neil@ossau.uklinux.net> |
|
|
|
|
|
(continuation-prompt): Renamed from "prompt2". |
|
(make-readline-port, readline, set-readline-prompt!): Reflect |
|
above renamings. |
|
(activate-readline): Rename locals "read-hook" and "prompt" to |
|
"repl-read-hook" and "repl-prompt", to disambiguate them from |
|
globals. Save and restore the new-input- and continuation- |
|
prompts around the REPL read call. |
|
|
|
2006-10-05 Kevin Ryde <user42@zip.com.au> |
|
|
|
|
|
|
|
2006-04-17 Kevin Ryde <user42@zip.com.au> |
|
|
|
|
|
matching LIBGUILEREADLINE-VERSION. |
|
|
|
2006-05-15 Kevin Ryde <user42@zip.com.au> |
|
|
|
|
|
in snarfer. |
|
|
|
2006-04-18 Rob Browning <rlb@defaultvalue.org> |
|
|
|
|
|
guile-readline-config.h.in. |
|
|
|
|
|
Include new guile-readline-config.h private header. |
|
|
|
|
|
autotools documentation. Add |
|
AM_CONFIG_HEADER([guile-readline-config.h]) so that guile-readline |
|
will have its own configure-based config.h equivalent. |
|
(HAVE_RL_PRE_INPUT_HOOK): Add documentation template. |
|
(GUILE_SIGWINCH_SA_RESTART_CLEARED): Add documentation template. |
|
|
|
2006-03-12 Neil Jerram <neil@ossau.uklinux.net> |
|
|
|
|
|
|
|
2006-02-06 Marius Vollmer <mvo@zagadka.de> |
|
|
|
|
|
|
|
2006-02-06 Marius Vollmer <mvo@zagadka.de> |
|
|
|
|
|
|
|
2005-03-02 Marius Vollmer <marius.vollmer@uni-dortmund.de> |
|
|
|
|
|
Use scm_std_select instead of scm_internal_select. |
|
|
|
2004-08-26 Marius Vollmer <marius.vollmer@uni-dortmund.de> |
|
|
|
|
|
Added LIBGUILEREADLINE_MAJOR variable for inclusion in the name of |
|
the shared library. |
|
|
|
|
|
|
|
|
|
2004-08-19 Marius Vollmer <marius.vollmer@uni-dortmund.de> |
|
|
|
|
|
deprecated things. |
|
|
|
2004-07-06 Marius Vollmer <marius.vollmer@uni-dortmund.de> |
|
|
|
|
|
SCM_NFALSEP, SCM_BOOL, SCM_NEGATE_BOOL, and SCM_BOOLP with |
|
scm_is_false, scm_is_true, scm_from_bool, and scm_is_bool, |
|
respectively. |
|
|
|
2004-06-16 Rob Browning <rlb@defaultvalue.org> |
|
|
|
|
|
recommended. This also requires m4_esyscmd to read GUILE-VERSION |
|
given the way AC_INIT handles its args. Also move "foreign" |
|
indication here. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2004-02-15 Mikael Djurfeldt <mdj@chunk.mit.edu> |
|
|
|
|
|
|
|
2004-02-08 Mikael Djurfeldt <djurfeldt@nada.kth.se> |
|
|
|
|
|
ETAGS_ARGS so that TAGS can be built using separate build |
|
directory. |
|
|
|
2003-05-04 Marius Vollmer <mvo@zagadka.de> |
|
|
|
|
|
let readline read from "/dev/null". Otherwise, it might be |
|
stopped when run in the background with job control, say. |
|
Thanks to Michael Talbot-Wilson! |
|
|
|
2003-04-05 Mikael Djurfeldt <djurfeldt@nada.kth.se> |
|
|
|
The intended side-effect of the following change is to make the |
|
prompt appear properly when debugging or running Guile in an Emacs |
|
buffer. (The readline library has some prompt magic which we were |
|
expected to do ourselves when we were bold enough to provide our |
|
own redisplay function---but we don't need to do that.) |
|
|
|
|
|
than calling rl_redisplay.) |
|
(scm_init_readline): Don't inititalize rl_redisplay_function. |
|
|
|
2003-03-19 Rob Browning <rlb@defaultvalue.org> |
|
|
|
|
|
|
|
|
|
change this if it doesn't work out... |
|
|
|
|
|
work from the source tree when guile-readline is added to |
|
GUILE_LOAD_PATH. |
|
(all-local): add ice-9/readline.scm. |
|
(clean-local): remove ice-9/readline at clean time. |
|
|
|
2003-02-27 Rob Browning <rlb@defaultvalue.org> |
|
|
|
|
|
|
|
2003-01-08 Neil Jerram <neil@ossau.uklinux.net> |
|
|
|
|
|
port, not an input one. |
|
|
|
2002-12-08 Rob Browning <rlb@defaultvalue.org> |
|
|
|
|
|
|
|
|
|
|
|
2002-10-27 Marius Vollmer <mvo@zagadka.ping.de> |
|
|
|
|
|
scm_make_mutex, etc. |
|
|
|
2002-10-21 Mikael Djurfeldt <mdj@linnaeus> |
|
|
|
|
|
option in the guile-user module instead of the-root-module. |
|
|
|
2002-04-30 Marius Vollmer <marius.vollmer@uni-dortmund.de> |
|
|
|
|
|
We don't need the Guile m4 macros and the previous invocation of |
|
guile-aclocal.sh created the aclocal.m4 file in the wrong |
|
directory (see change from 2002-04-26). |
|
|
|
2002-04-26 Marius Vollmer <mvo@zagadka.ping.de> |
|
|
|
|
|
guile-aclocal.sh. |
|
|
|
2002-04-16 Marius Vollmer <mvo@zagadka.ping.de> |
|
|
|
|
|
writable before modifying it. |
|
|
|
2002-04-10 Rob Browning <rlb@defaultvalue.org> |
|
|
|
|
|
autoconf. |
|
|
|
|
|
|
|
2002-03-24 Marius Vollmer <mvo@zagadka.ping.de> |
|
|
|
|
|
|
|
2002-03-13 Thien-Thi Nguyen <ttn@giblet.glug.org> |
|
|
|
|
|
(.c.x): Use $(snarfcppopts). Rework guile-snarf usage. |
|
|
|
2002-02-27 Stefan Jahn <stefan@lkcc.org> |
|
|
|
|
|
file. |
|
|
|
2002-02-25 Thien-Thi Nguyen <ttn@giblet.glug.org> |
|
|
|
|
|
Look for this file in $srcdir. |
|
|
|
2002-02-24 Rob Browning <rlb@defaultvalue.org> |
|
|
|
|
|
and then AC_SUBST the resulting variables: |
|
LIBGUILEREADLINE_INTERFACE_CURRENT, |
|
LIBGUILEREADLINE_INTERFACE_REVISION, |
|
LIBGUILEREADLINE_INTERFACE_AGE, and |
|
LIBGUILEREADLINE_INTERFACE. |
|
|
|
|
|
@LIBGUILEREADLINE_INTERFACE@ for version information. |
|
|
|
|
|
versioning information. |
|
|
|
2002-02-12 Thien-Thi Nguyen <ttn@giblet.glug.org> |
|
|
|
|
|
This undoes the 2002-02-08 change. |
|
|
|
2002-02-08 Thien-Thi Nguyen <ttn@giblet.glug.org> |
|
|
|
|
|
|
|
2002-01-29 Neil Jerram <neil@ossau.uklinux.net> |
|
|
|
|
|
`call-with-readline-completion-function'. |
|
|
|
2001-11-30 Neil Jerram <neil@ossau.uklinux.net> |
|
|
|
|
|
readline.scm explicitly. |
|
(ETAGS_ARGS): Added. |
|
|
|
2001-11-04 Stefan Jahn <stefan@lkcc.org> |
|
|
|
|
|
instead of __SCM_IMPORT__. |
|
|
|
|
|
stream redirection for Win32. The readline package for Win32 |
|
does not support this. The guile-readline library works fine |
|
for command line editing. |
|
|
|
|
|
|
|
2001-11-02 Marius Vollmer <mvo@zagadka.ping.de> |
|
|
|
Support for native Win32. Thanks to Stefan Jahn! |
|
|
|
|
|
and add the library `libguile.la' to support linkers which do not |
|
allow unresolved symbols inside shared libraries. |
|
|
|
|
|
on Win32 platforms. |
|
Define extra compiler flags necessary to build clean dlls. |
|
|
|
|
|
|
|
|
|
symbol with SCM_RL_API. |
|
|
|
2001-08-31 Dirk Herrmann <D.Herrmann@tu-bs.de> |
|
|
|
|
|
scm_filename_completion_function, completion_function): Remove |
|
calls to SCM_STRING_COERCE_0TERMINATION_X. Since the substring |
|
type is gone, all strings are 0-terminated anyway. |
|
|
|
2001-08-31 Dirk Herrmann <D.Herrmann@tu-bs.de> |
|
|
|
|
|
instead. |
|
|
|
2001-08-25 Marius Vollmer <mvo@zagadka.ping.de> |
|
|
|
|
|
dynamic-link/dynamic-call. Removed ".so" extension from library |
|
name. |
|
|
|
2001-08-02 Neil Jerram <neil@ossau.uklinux.net> |
|
|
|
|
|
|
|
2001-07-18 Martin Grabmueller <mgrabmue@cs.tu-berlin.de> |
|
|
|
|
|
|
|
2001-07-09 Thien-Thi Nguyen <ttn@revel.glug.org> |
|
|
|
|
|
|
|
2001-06-30 Dirk Herrmann <D.Herrmann@tu-bs.de> |
|
|
|
|
|
SCM_LISTn. |
|
|
|
2001-06-14 Marius Vollmer <mvo@zagadka.ping.de> |
|
|
|
|
|
|
|
2001-06-14 Marius Vollmer <mvo@zagadka.ping.de> |
|
|
|
Thanks to Matthias Köppe! |
|
|
|
|
|
|
|
rl_filename_completion_function instead of |
|
filename_completion_function, if we have it. |
|
(scm_init_readline): Use rl_compentry_func_t instead if Function |
|
when _RL_FUNCTION_TYPEDEF is defined. |
|
|
|
|
|
|
|
2001-06-07 Dirk Herrmann <D.Herrmann@tu-bs.de> |
|
|
|
|
|
SCM_UNUSED. |
|
|
|
2001-06-03 Marius Vollmer <mvo@zagadka.ping.de> |
|
|
|
|
|
autoconf 2.50. This is mostly so that the `transparent autoconf |
|
wrapper' on Debian picks the right version of autoconf. |
|
|
|
2001-05-31 Michael Livshin <mlivshin@bigfoot.com> |
|
|
|
|
|
from here (not needed). |
|
(CLEANFILES): added *.x (and removed from DISTCLEANFILES). |
|
(MKDEP): copied from libguile/Makefile.am. not that it matters |
|
now, but it will if we stop using BUILT_SOURCES for some reason. |
|
|
|
2001-05-24 Martin Grabmueller <mgrabmue@cs.tu-berlin.de> |
|
|
|
Make it compile with --disable-deprecated. |
|
|
|
|
|
|
|
|
|
scm_option->scm_option_t. |
|
|
|
2001-05-23 Michael Livshin <mlivshin@bigfoot.com> |
|
|
|
|
|
|
|
2001-05-10 Marius Vollmer <mvo@zagadka.ping.de> |
|
|
|
|
|
scm_readline_completion_function_var. |
|
(scm_init_readline): Use scm_c_define instead of scm_sysintern to |
|
create scm_readline_completion_function_var. |
|
|
|
2001-04-09 Marius Vollmer <mvo@zagadka.ping.de> |
|
|
|
|
|
|
|
Thanks to Utz-Uwe Haus. |
|
|
|
2001-03-09 Keisuke Nishida <kxn30@po.cwru.edu> |
|
|
|
|
|
|
|
2001-03-05 Neil Jerram <neil@ossau.uklinux.net> |
|
|
|
|
|
make-line-buffered-input-port. |
|
(activate-readline): Call set-buffered-input-continuation?!. |
|
|
|
2001-01-28 Marius Vollmer <mvo@zagadka.ping.de> |
|
|
|
|
|
soon as GET-CHARACTER returns any character at all that was |
|
previously read. This makes the continuation prompt appear |
|
properly for partial expressions. Thanks to Neil Jerram! |
|
|
|
2001-01-26 Dirk Herrmann <D.Herrmann@tu-bs.de> |
|
|
|
This patch fixes a problem reported by Martin Grabmueller about |
|
the impossibility to access readline's run-time options. |
|
|
|
|
|
the ports used by readline are closed. |
|
|
|
(readline-options readline-enable readline-disable, |
|
readline-set!): These are now defined here instead of in |
|
boot-9.scm. |
|
|
|
2001-01-25 Dirk Herrmann <D.Herrmann@tu-bs.de> |
|
|
|
|
|
set-readline-output-port!): Make sure that only valid port |
|
parameters are passed. Thanks to Martin Grabmueller for sending |
|
a patch that formed the basis for this change. |
|
|
|
2001-01-18 Neil Jerram <neil@ossau.uklinux.net> |
|
|
|
|
|
input-only. |
|
|
|
2000-12-12 Dirk Herrmann <D.Herrmann@tu-bs.de> |
|
|
|
|
|
in the-root-module. |
|
|
|
2000-11-24 Dirk Herrmann <D.Herrmann@tu-bs.de> |
|
|
|
|
|
than SCM_NIMP. |
|
|
|
(scm_readline, scm_readline_init_ports, completion_function): |
|
Remove redundant SCM_N?IMP tests. |
|
|
|
(scm_readline): Fixed default input/output port parameter |
|
handling. |
|
|
|
2000-11-24 Dirk Herrmann <D.Herrmann@tu-bs.de> |
|
|
|
|
|
scm_filename_completion_function): Replace calls to |
|
SCM_COERCE_SUBSTR with SCM_STRING_COERCE_0TERMINATION_X. |
|
|
|
(internal_readline, scm_add_history, scm_read_history, |
|
scm_write_history, scm_filename_completion_function, |
|
completion_function): Replace SCM_CHARS with SCM_STRING_CHARS. |
|
|
|
2000-11-19 Gary Houston <ghouston@arglist.com> |
|
|
|
|
|
$ac_cv_lib_readline_main. Thanks to Lars J. Aas. |
|
|
|
2000-09-17 Marius Vollmer <mvo@zagadka.ping.de> |
|
|
|
|
|
in addition to ncurses and termcap. |
|
Check for `readline' in libreadline, not for `main'. |
|
Thanks to Albert Chin! |
|
|
|
2000-07-17 Marius Vollmer <mvo@zagadka.ping.de> |
|
|
|
|
|
AC_CHECK_FUNCS, it doesn't work on HP/UX. Test for it with |
|
AC_TRY_LINK. |
|
|
|
2000-06-19 Mikael Djurfeldt <mdj@thalamus.nada.kth.se> |
|
|
|
|
|
Re-enable restart for SIGWINCH signal. |
|
|
|
|
|
SIGWINCH. (Thanks to Dale P. Smith.) |
|
Check for siginterrupt and rl_pre_input_hook. |
|
|
|
2000-06-14 Mikael Djurfeldt <mdj@thalamus.nada.kth.se> |
|
|
|
|
|
||. |
|
Fixed up prototype for `reentry_barrier'. |
|
Conditionally #include <unistd.h>. (Needed for `dup'.) |
|
|
|
2000-06-13 Mikael Djurfeldt <mdj@thalamus.nada.kth.se> |
|
|
|
|
|
dependencies in the distribution archive Makefile. |
|
|
|
2000-06-12 Mikael Djurfeldt <mdj@thalamus.nada.kth.se> |
|
|
|
|
|
install if the 'regex feature is missing. |
|
|
|
2000-06-06 Mikael Djurfeldt <mdj@mdj.nada.kth.se> |
|
|
|
|
|
support is not included. Otherwise, a strange dynamic loading |
|
error will occur. (It would be better not to install |
|
libguilereadline at all.) |
|
|
|
|
|
readline isn't provided by Guile. |
|
|
|
|
|
Guile; Added :no-backtrace to module header. |
|
|
|
|
|
(Thanks to Ian Grant.) |
|
|
|
2000-06-01 Michael Livshin <mlivshin@bigfoot.com> |
|
|
|
|
|
|
|
2000-05-01 Gary Houston <ghouston@arglist.com> |
|
|
|
|
|
|
|
2000-04-21 Mikael Djurfeldt <mdj@thalamus.nada.kth.se> |
|
|
|
|
|
libguile/, qt/, guile-readline/, or libltdl/. |
|
|
|
|
|
and we don't want that. |
|
(INCLUDES): Removed all -I options except for the root source |
|
directory and the root build directory. |
|
|
|
2000-04-04 Dirk Herrmann <D.Herrmann@tu-bs.de> |
|
|
|
|
|
their raw contents. |
|
|
|
2000-03-19 Michael Livshin <mlivshin@bigfoot.com> |
|
|
|
|
|
indentation style. |
|
|
|
2000-03-12 Mikael Djurfeldt <mdj@thalamus.nada.kth.se> |
|
|
|
|
|
SCM variables. |
|
(match_paren): Bugfix: First arg to select is not number of |
|
descriptors but the number of the highest descriptor + 1. |
|
|
|
Thu Mar 9 08:00:26 2000 Greg J. Badros <gjb@cs.washington.edu> |
|
|
|
|
|
|
|
Wed Mar 8 10:43:10 2000 Greg J. Badros <gjb@cs.washington.edu> |
|
|
|
|
|
of readset. |
|
|
|
2000-01-25 Marius Vollmer <mvo@zagadka.ping.de> |
|
|
|
|
|
automake. |
|
|
|
|
|
not already present. Thanks to Clark McGrew. |
|
|
|
Tue Jan 11 17:51:40 2000 Greg J. Badros <gjb@cs.washington.edu> |
|
|
|
|
|
scm_mutex_init as that argument should not exist. I do not know |
|
how this escaped detection for so long. |
|
|
|
2000-01-09 Mikael Djurfeldt <mdj@thalamus.nada.kth.se> |
|
|
|
|
|
the definition in readline 4) and modified code layout according |
|
to GNU coding standards. |
|
|
|
Wed Jan 5 11:18:01 2000 Greg J. Badros <gjb@cs.washington.edu> |
|
|
|
|
|
SCM_VALIDATE_* macros to match GNU coding standards. |
|
|
|
Wed Jan 5 11:02:40 2000 Greg J. Badros <gjb@cs.washington.edu> |
|
|
|
|
|
|
|
Mon Dec 13 13:57:57 1999 Greg J. Badros <gjb@cs.washington.edu> |
|
|
|
|
|
|
|
Sun Dec 12 19:56:52 1999 Greg J. Badros <gjb@cs.washington.edu> |
|
|
|
|
|
(now empty) docstrings. |
|
|
|
1999-11-18 Gary Houston <ghouston@freewire.co.uk> |
|
|
|
|
|
to allow conditionals in .inputrc. |
|
|
|
1999-10-05 Jim Blandy <jimb@savonarola.red-bean.com> |
|
|
|
|
|
Run the autogen.sh script to create generated files like these. |
|
|
|
|
|
1999-09-22 Jim Blandy <jimb@savonarola.red-bean.com> |
|
|
|
|
|
|
|
|
|
1999-09-16 Mikael Djurfeldt <mdj@mdj-pc.nada.kth.se> |
|
|
|
|
|
|
|
1999-09-12 Mikael Djurfeldt <mdj@thalamus.nada.kth.se> |
|
|
|
|
|
|
|
1999-09-11 Mikael Djurfeldt <mdj@thalamus.nada.kth.se> |
|
|
|
|
|
|
|
1999-09-11 Jim Blandy <jimb@savonarola.red-bean.com> |
|
|
|
|
|
|
|
|
|
|
|
(Thanks to Keisuke Nishida.) |
|
|
|
1999-09-11 Marius Vollmer <mvo@zagadka.ping.de> |
|
|
|
|
|
Dynamically link libguilereadline.so. |
|
(readline): Just define in this module, do not overwrite builtin |
|
variable. The builtin readline function is now named "%readline", |
|
so this works. See below. |
|
(activate-readline): New function which contains the readline |
|
activation code formerly found in top-repl. |
|
|
|
|
|
|
|
|
|
package version. |
|
|
|
|
|
readline-activator.scm. Install and distribute readline.scm |
|
instead. |
|
|
|
|
|
probably with the wrong version of the tools. |
|
|
|
1999-08-29 Mikael Djurfeldt <mdj@thalamus.nada.kth.se> |
|
|
|
The following change makes it possible for applications to have |
|
their own version of scm_readline. |
|
|
|
rl_free_line_state): Made global. |
|
(scm_readline_init_ports): New function. |
|
(scm_readline): Use scm_readline_init_ports. |
|
(Thanks to Anders Holst.) |
|
|
|
|
|
|
|
1999-08-20 James Blandy <jimb@mule.m17n.org> |
|
|
|
|
|
|
|
1999-08-17 Mikael Djurfeldt <mdj@thalamus.nada.kth.se> |
|
|
|
|
|
use rl_getc_function. Otherwise smart compilers, like gcc, |
|
optimize away the reference so that no error occurs in the link |
|
phase. |
|
|
|
1999-08-04 Mikael Djurfeldt <mdj@thalamus.nada.kth.se> |
|
|
|
|
|
(Thanks to Greg Badros.) |
|
|
|
1999-07-24 Mikael Djurfeldt <mdj@thalamus.nada.kth.se> |
|
|
|
|
|
rl_outstream on error before closing it. |
|
|
|
|
|
readline doesn't exist on the system, so that configuration can |
|
proceed normally without readline. |
|
|
|
|
|
configuration information) and fix other includes so that they'll |
|
work on a system where guile is not yet installed. |
|
|
|
|
|
|
|
1999-07-23 Marius Vollmer <mvo@zagadka.ping.de> |
|
|
|
|
|
|
|
1999-07-22 Marius Vollmer <mvo@zagadka.ping.de> |
|
|
|
|
|
(scm_readline): Use it to for the input and output ports. Close |
|
the streams after readline returns. |
|
(handle_error): Close them also when an error occured. |
|
|
|
1999-06-17 Marius Vollmer <mvo@zagadka.ping.de> |
|
|
|
|
|
statement. |
|
|
|
1999-05-16 Marius Vollmer <mvo@zagadka.ping.de> |
|
|
|
|
|
guile-core package and slightly modified. |
|
|
|
;; Local Variables: |
|
;; coding: utf-8 |
|
;; End: |
|
|