Hi,
The update for the newest version of gauche.
# New Features
* Class redefinition is supported. You can now redefine a class definition and update existing instances of the class without changing instances' identity. The redefinition and update protocol is described in the "Object System" section of the reference manual.
* You can also change the classes of an existing instance.
* Slot access customization protocol is revised, so that a procedural slot can respond slot-bound?. For example, you can specify slot-bound? slot option for virtual slots to customize the behavior.
* Regexp now supports non-greedy match (*?, +?, ??, {n,m}?).
* New module: rfc.mime: parsing MIME (RFC2045) messages.
* Built-in hash table hash functions eq-hash and eqv-hash are now available from Scheme.
There are a number of bug fixes, and imrovements, too many to post up here.
Hi Andrei.
Thanks for notification,
The update is trivial (so I'll need to see your other bugs :)) and new version looks Ok. In portage now, please test.
BTW in such situation it is sufficient to just put a note that new version is out and simply renaming ebuild worked..
(This saves me, (and such reports from others will save you in the future ;)) the trouble of having to run the diff manually..)
George