* A new version of mapmalloc.c that is derived from Unix 7th Edition code

has been introduced.
This commit is contained in:
Gunnar Ritter
2005-02-18 02:24:28 +00:00
parent 25b4451ffd
commit c9c2aae114
5 changed files with 456 additions and 60 deletions

View File

@@ -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