Changes between Version 24 and Version 25 of FeaturesAndFixes


Ignore:
Timestamp:
Jun 7, 2017, 9:41:52 PM (7 years ago)
Author:
jan vrany
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FeaturesAndFixes

    v24 v25  
    88(stc, virtual machine, basic classes)
    99
     10- ENH: Added support for reading / setting Unix TTY / PTY attributes (`tcgetatr()` / `tcsetattr()`). For details, see
     11    [[https://bitbucket.org/janvrany/stx-libbasic/commits/d58698c455c1014c38627b32a1935edb9b85087a|d58698c455c1/stx.libbasic]]
    1012- FIX: Fixed nasty bug in memory manager causing VM to crash in LIFO remset processing after a scavenge. See commit 95424d78c089/stx.librun.
    1113- ENH: Added an API for smalltalk-level JIT compiler. For details, see [[https://groups.google.com/forum/#!topic/stx-jv/9lCXB65RTtA|API announcement]] and [[https://bitbucket.org/janvrany/jv-dragonfly/src/tip/CompiledCodeObjectExamples.st?fileviewer=file-view-default|examp;es]]. See 19a467599861/stx.librun.