1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-04 14:20:26 +02:00

*** empty log message ***

This commit is contained in:
Rob Browning 2006-04-19 03:58:03 +00:00
parent 2ac0f04603
commit 0173b78c97
2 changed files with 20 additions and 0 deletions

View file

@ -1,3 +1,18 @@
2006-04-18 Rob Browning <rlb@defaultvalue.org>
* .cvsignore: Add guile-readline-config.h and
guile-readline-config.h.in.
* readline.c: Don't include Guile private header _scm.h.
Include new guile-readline-config.h private header.
* configure.in: Add AC_CONFIG_AUX_DIR([.]) as suggested in the
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>
* ice-9/readline.scm (make-completion-function): New.

View file

@ -1,3 +1,8 @@
2006-04-18 Rob Browning <rlb@defaultvalue.org>
* _scm.h: Add back error if the size of off_t is unknown. The bug
was actually in guile-readline's configuration.
2006-04-18 Kevin Ryde <user42@zip.com.au>
* posix.c (scm_mkstemp): Update docstring from the manual, in