mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-17 17:20:29 +02:00
*** empty log message ***
This commit is contained in:
parent
67e6fa38cd
commit
d21ffe2694
2 changed files with 13 additions and 1 deletions
9
NEWS
9
NEWS
|
@ -1,5 +1,5 @@
|
||||||
Guile NEWS --- history of user-visible changes. -*- text -*-
|
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.
|
See the end for copying conditions.
|
||||||
|
|
||||||
Please send Guile bug reports to bug-guile@gnu.org.
|
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
|
Read/write command line history from/to file. Returns #t on success
|
||||||
and #f if an error occured.
|
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
|
* Changes to the gh_ interface
|
||||||
|
|
||||||
** gh_scm2doubles
|
** gh_scm2doubles
|
||||||
|
|
|
@ -1,3 +1,8 @@
|
||||||
|
1999-06-18 Jim Blandy <jimb@savonarola.red-bean.com>
|
||||||
|
|
||||||
|
* ls.scm (ls, lls): Handle no arguments as meaning to look in
|
||||||
|
`(current-module)'. (Patch from Thien-Thi Nguyen.)
|
||||||
|
|
||||||
1999-06-14 Jim Blandy <jimb@savonarola.red-bean.com>
|
1999-06-14 Jim Blandy <jimb@savonarola.red-bean.com>
|
||||||
|
|
||||||
* string-fun.scm (split-before-predicate, split-after-predicate,
|
* string-fun.scm (split-before-predicate, split-after-predicate,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue