From d21ffe26945b857b6048af845a8ace0b41eb2c2d Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Fri, 18 Jun 1999 10:16:40 +0000 Subject: [PATCH] *** empty log message *** --- NEWS | 9 ++++++++- ice-9/ChangeLog | 5 +++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 8d39988dd..b4b848222 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,5 @@ Guile NEWS --- history of user-visible changes. -*- text -*- -Copyright (C) 1996, 1997, 1998 Free Software Foundation, Inc. +Copyright (C) 1996, 1997, 1998, 1999 Free Software Foundation, Inc. See the end for copying conditions. Please send Guile bug reports to bug-guile@gnu.org. @@ -933,6 +933,13 @@ forms instead of the result of the last body form. In contrast to Read/write command line history from/to file. Returns #t on success and #f if an error occured. +** `ls' and `lls' in module (ice-9 ls) now handle no arguments. + +These procedures return a list of definitions available in the specified +argument, a relative module reference. In the case of no argument, +`(current-module)' is now consulted for definitions to return, instead +of simply returning #f, the former behavior. + * Changes to the gh_ interface ** gh_scm2doubles diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog index 700aab200..451c6b98a 100644 --- a/ice-9/ChangeLog +++ b/ice-9/ChangeLog @@ -1,3 +1,8 @@ +1999-06-18 Jim Blandy + + * ls.scm (ls, lls): Handle no arguments as meaning to look in + `(current-module)'. (Patch from Thien-Thi Nguyen.) + 1999-06-14 Jim Blandy * string-fun.scm (split-before-predicate, split-after-predicate, -- 2.20.1