1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 11:40:18 +02:00

*** empty log message ***

This commit is contained in:
Thien-Thi Nguyen 2001-07-09 07:43:48 +00:00
parent a06e3a75b2
commit dbb640bd08
2 changed files with 34 additions and 8 deletions

View file

@ -1,3 +1,7 @@
2001-07-09 Thien-Thi Nguyen <ttn@revel.glug.org>
* readline.c: Remove "face-lift" comment.
2001-06-30 Dirk Herrmann <D.Herrmann@tu-bs.de>
* readline.c (completion_function): Use scm_list_n instead of
@ -19,7 +23,7 @@
when _RL_FUNCTION_TYPEDEF is defined.
* readline.h (scm_clear_history): New prototype.
2001-06-07 Dirk Herrmann <D.Herrmann@tu-bs.de>
* readline.c (current_input_getc): Mark unused parameters with
@ -143,7 +147,7 @@
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>
* configure.in (rl_pre_input_hook): Don't check for this with
@ -195,7 +199,7 @@
2000-06-01 Michael Livshin <mlivshin@bigfoot.com>
* autogen.sh: call ../guile-aclocal.sh instead of aclocal
2000-05-01 Gary Houston <ghouston@arglist.com>
* readline.c: include libguile.h, not libguile/libguile.h.
@ -209,7 +213,7 @@
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>
* readline.c (scm_readline): Must unpack SCM values to access
@ -249,7 +253,7 @@ Tue Jan 11 17:51:40 2000 Greg J. Badros <gjb@cs.washington.edu>
* readline.c (scm_init_readline): Drop extra argument to
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>
* readline.c (match_paren): Changed return type to int (this is
@ -319,7 +323,7 @@ Sun Dec 12 19:56:52 1999 Greg J. Badros <gjb@cs.washington.edu>
so this works. See below.
(activate-readline): New function which contains the readline
activation code formerly found in top-repl.
* readline.c (scm_readline): Export it to Scheme as "%readline".
* configure.in: Get version from ../GUILE-VERSION and use it for
@ -343,7 +347,7 @@ Sun Dec 12 19:56:52 1999 Greg J. Badros <gjb@cs.washington.edu>
(Thanks to Anders Holst.)
* Makefile.am: Install guile-readline/readline.h.
1999-08-20 James Blandy <jimb@mule.m17n.org>
* Makefile.in, aclocal.m4, configure: Regenerated.

View file

@ -1,3 +1,25 @@
2001-07-09 Thien-Thi Nguyen <ttn@revel.glug.org>
* alist.c, alloca.c, arbiters.c, async.c, async.h, backtrace.c,
boolean.c, chars.c, continuations.c, coop-defs.h, coop-threads.c,
debug-malloc.h, debug.c, debug.h, dynl.c, dynwind.c, eq.c,
error.c, eval.c, evalext.c, feature.c, feature.h, filesys.c,
filesys.h, fluids.c, fluids.h, fports.c, fports.h, gc.c, gc.h,
gdbint.c, gsubr.c, guardians.c, hash.c, hashtab.c, hooks.c,
hooks.h, inet_aton.c, init.c, ioext.c, keywords.c, keywords.h,
lang.c, list.c, load.c, macros.c, mallocs.c, memmove.c, modules.c,
net_db.c, numbers.c, numbers.h, objects.c, objprop.c, options.c,
pairs.c, pairs.h, ports.c, ports.h, posix.c, print.c, print.h,
procprop.c, procs.c, procs.h, properties.c, putenv.c, ramap.c,
random.c, random.h, read.c, regex-posix.c, regex-posix.h, root.c,
root.h, scmsigs.c, script.c, simpos.c, smob.c, snarf.h, socket.c,
sort.c, srcprop.c, srcprop.h, stackchk.c, stacks.c, stacks.h,
stime.c, strerror.c, strings.c, strings.h, strop.c, strorder.c,
strports.c, struct.c, struct.h, symbols-deprecated.c, symbols.c,
symbols.h, tags.h, threads.c, threads.h, throw.c, unif.c, unif.h,
variable.c, variable.h, vectors.c, vectors.h, version.c, vports.c,
weaks.c, weaks.h: Remove "face-lift" comment.
2001-07-08 Rob Browning <rlb@defaultvalue.org>
* .cvsignore: add stamp-h.in.
@ -11,7 +33,7 @@
2001-07-03 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
Some more compatibility patches for Windows.
* posix.c (getlogin): getlogin() implementation for Windows.
* backtrace.c, ioext.c: Include <stdio.h>.