1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-29 22:40:34 +02:00

fix critical bug in history.texi

* doc/ref/history.texi (A Timeline of Selected Guile Releases): Ahem :)
This commit is contained in:
Andy Wingo 2010-03-14 15:07:44 +01:00
parent 0f7e6c56cd
commit 9d832dda45

View file

@ -202,7 +202,7 @@ 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 --- March 2010
@item 2.0 --- April 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