diff options
Diffstat (limited to 'doc/ref/history.texi')
-rw-r--r-- | doc/ref/history.texi | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/ref/history.texi b/doc/ref/history.texi index 62b637d81..970ec014b 100644 --- a/doc/ref/history.texi +++ b/doc/ref/history.texi @@ -1,6 +1,6 @@ @c -*-texinfo-*- @c This is part of the GNU Guile Reference Manual. -@c Copyright (C) 2008, 2010 +@c Copyright (C) 2008, 2010, 2011 @c Free Software Foundation, Inc. @c See the file guile.texi for copying conditions. @@ -214,15 +214,15 @@ user-space threading was removed in favor of POSIX pre-emptive threads, providing true multiprocessing. Gettext support was added, and Guile's C API was cleaned up and orthogonalized in a massive way. -@item 2.0 --- April 2010 +@item 2.0 --- 16 February 2010 A virtual machine was added to Guile, along with the associated compiler and toolchain. Support for internationalization was finally reimplemented, in terms of unicode, locales, and libunistring. Running Guile instances became controllable and debuggable from within Emacs, -via GDS and Geiser. Guile caught up to features found in a number of -other Schemes: SRFI-18 threads, including thread cancellation, -module-hygienic macros, a profiler, tracer, and debugger, SSAX XML -integration, bytevectors, module versions, and partial support for R6RS. +via Geiser. Guile caught up to features found in a number of other +Schemes: SRFI-18 threads, module-hygienic macros, a profiler, tracer, +and debugger, SSAX XML integration, bytevectors, a dynamic FFI, +delimited continuations, module versions, and partial support for R6RS. @end table @node Status |