rc

[fork] interactive rc shell
git clone https://hhvn.uk/rc
git clone git://hhvn.uk/rc
Log | Files | Refs | README | LICENSE

NEWS (1139B)


      1 Highlights of changes since rc-1.7. See ChangeLog for further details.
      2 
      3 Portability. A fix to the autoconfiguration means that the nasty
      4 longjmp() code is now omitted for all modern Unix systems; previously rc
      5 only did the Right Thing on Linux. The test for large files in trip.rc
      6 was removed, as this causes indigestion on file systems that don't
      7 support sparse files (the configuration and implementation of large file
      8 support is still present of course).
      9 
     10 Bug fixes. Fix a use of uninitialized memory. Fix for CVE-2014-1936.
     11 Broken symlinks now glob correctly.  The variables $prompt and $version
     12 are now exported if they are inherited from the environment when rc
     13 starts. EIO handling is now enabled for readline too. A few bogosities
     14 in the history program were fixed. A regression introduced by the fix
     15 for the $(a.b) quoting bug was fixed, and that bug was correctly fixed.
     16 
     17 New features. Added $"x as a synonym for $^x. Minimal support for
     18 various alternative line editing libraries. Filename completion with GNU
     19 readline now quotes special characters.
     20 
     21 Documentation. Licence updated to the zlib licence.
     22 
     23 Toby Goodwin
     24 2015-05-13