diff options
author | Thien-Thi Nguyen <ttn@gnuvola.org> | 2001-04-30 01:52:58 +0000 |
---|---|---|
committer | Thien-Thi Nguyen <ttn@gnuvola.org> | 2001-04-30 01:52:58 +0000 |
commit | 466bb4b35006d48011016b338afb80b0d13a9eb2 (patch) | |
tree | 08b5cc3ed380c7905e4f38d344c7b794073eabc8 | |
parent | 14a7d5f84bed0b350495e718e02c7e8ad1be6bb1 (diff) | |
download | guile-466bb4b35006d48011016b338afb80b0d13a9eb2.tar.gz |
*** empty log message ***
-rw-r--r-- | NEWS | 15 |
1 files changed, 14 insertions, 1 deletions
@@ -29,7 +29,7 @@ Changes since Guile 1.4: tag - no replacement. fseek - replaced by seek. - list* - replaced by cons*. + list* - replaced by cons*. ** New SRFI modules have been added: @@ -49,6 +49,19 @@ Changes since Guile 1.4: (srfi srfi-14) implements the SRFI Character-Set Library. +** New scripts / "executable modules" + +Subdirectory "scripts" contains Scheme modules that are packaged to +also be executable as scripts. At this time, these scripts are available: + + display-commentary + doc-snarf + generate-autoload + punify + use2dot + +See README there for more info. + ** New module (ice-9 stack-catch): stack-catch is like catch, but saves the current state of the stack in |