Add place ffi, fd, and port changes to HISTORY.txt

This commit is contained in:
Kevin Tew 2011-09-17 12:52:40 -06:00
parent f280fb14b4
commit 14014b3d36

View File

@ -1,6 +1,8 @@
Version 5.1.3.9 Version 5.1.3.9
Add syntax-shift-phase-level Add syntax-shift-phase-level
errortrace: with-mark and make-st-mark now take a phase level errortrace: with-mark and make-st-mark now take a phase level
place:place* and dynamic place* forms now take in, out, and err named
arguments which become the standard io ports for the new place
Version 5.1.3.8 Version 5.1.3.8
Add syntax-transforming-module-expression? and Add syntax-transforming-module-expression? and
@ -17,6 +19,11 @@ compiler/zo-structs: removed def-for-syntax, added
seq-for-syntax, changed some mod fields, added field to seq-for-syntax, changed some mod fields, added field to
def-syntaxes def-syntaxes
Version 5.1.3.6
unsafe/ffi:Changed cstructs to not be generative.
place:cpointers and file descriptors can now be sent across
place channels.
Version 5.1.3.4 Version 5.1.3.4
Add support for the collection links file, including Add support for the collection links file, including
(find-system-path 'links-file) and the raco link command (find-system-path 'links-file) and the raco link command