mirror of
https://github.com/tildeclub/ex-vi.git
synced 2026-01-24 02:10:19 +00:00
* A new version of mapmalloc.c that is derived from Unix 7th Edition code
has been introduced.
This commit is contained in:
5
Changes
5
Changes
@@ -40,9 +40,8 @@ Release ...
|
||||
* Ex does not exit on errors immediately anymore if standard input is not
|
||||
a terminal but a pipe or regular file.
|
||||
* The 'substitute' ex command can now be abbreviated as 'sub', 'subst' etc.
|
||||
* Fixed an error in the realloc() function in mapmalloc.c that sometimes
|
||||
caused memory to be overwritten because memcpy(new, old, size) was called
|
||||
with the size of 'new' if 'new' was larger than 'old'.
|
||||
* A new version of mapmalloc.c that is derived from Unix 7th Edition code
|
||||
has been introduced.
|
||||
|
||||
Release 1/19/05
|
||||
* The last release erroneously made 'X' work like 'x' in visual mode. It now
|
||||
|
||||
Reference in New Issue
Block a user