1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-20 10:40:19 +02:00

** New module (ice-9 history)

This commit is contained in:
Keisuke Nishida 2001-03-17 15:34:46 +00:00
parent 870777d7c7
commit cf7a5ee536

4
NEWS
View file

@ -748,6 +748,10 @@ objects.
Provides a macro `time', which displays execution time of a given form. Provides a macro `time', which displays execution time of a given form.
** New module (ice-9 history)
Loading this module enables value history in the repl.
* Changes to the stand-alone interpreter * Changes to the stand-alone interpreter
** New command line option --debug ** New command line option --debug