summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeisuke Nishida <kxn30@po.cwru.edu>2001-03-17 10:04:23 +0000
committerKeisuke Nishida <kxn30@po.cwru.edu>2001-03-17 10:04:23 +0000
commit0c0ffe090ae9c83c1aeb12e507c6cd199bc4efd5 (patch)
tree51791197361952e83bc1be6779f568c0636e94f5
parent5e38caf19696cb23b6b7054811d7d4e896c9f5ff (diff)
downloadguile-0c0ffe090ae9c83c1aeb12e507c6cd199bc4efd5.tar.gz
** New module (ice-9 time)
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f6e2e1da1..0dbc9cd12 100644
--- a/NEWS
+++ b/NEWS
@@ -736,6 +736,10 @@ space" for Guile headers. This means that the compiler only is given
Implements the interface to documentation strings associated with
objects.
+** New module (ice-9 time)
+
+Provides a macro `time', which displays execution time of a given form.
+
* Changes to the stand-alone interpreter
** New command line option --debug