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