- Timestamp:
- 03/28/09 21:53:05 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
chicken/trunk/ANNOUNCE
r13875 r13984 4 4 been released. In addition to many bugfixes and cleaning up, it provides 5 5 the following significant changes: 6 7 - PCRE has been replaced by Alex Shinn's excellent "IrRegex" regular8 expression package (while still being API compatible to the old9 regular expression subsystem)10 11 - New implementations of tools to download, build and install extension12 libraries, which are easier to use and provide more flexibility13 6 14 7 - The macro system has been completely rewritten and is now fully … … 19 12 - A module system has been implemented that fully supports hygienic 20 13 macros and still integrates with separate and cross compilation 14 15 - The PCRE-based regular regex code has been replaced by Alex Shinn's 16 excellent "IrRegex" regular expression package (while still being 17 API compatible to the old regular expression subsystem) 18 19 - New implementations of the tools for download, build and install 20 extension libraries, which are easier to use and provide more 21 flexibility than the old `chicken-setup' 21 22 22 23 - A new optimization mode "local" enables inlining of definitions
Note: See TracChangeset
for help on using the changeset viewer.