Commit Graph

11 Commits

Author SHA1 Message Date
deepend 2c0c217bb6 files from last release. ex-050325 2024-10-10 18:04:47 +00:00
Gunnar Ritter 90dcee7912 * A bug in the supplied realloc() replacement could result in heap
corruption. (No resulting failures have been observed with ex so far.)
2005-08-18 20:54:54 +00:00
Gunnar Ritter 744680c3eb always include inttypes.h 2005-06-19 11:35:03 +00:00
Gunnar Ritter bceb4a7c92 valgrind support 2005-04-05 15:08:12 +00:00
Gunnar Ritter 687283420e malloc fixes 2005-02-20 22:20:58 +00:00
Gunnar Ritter 412a50455a use MAP_ANONYMOUS if MAP_ANON is not defined 2005-02-20 15:46:11 +00:00
Gunnar Ritter e3eecf0edf /dev/zero allocation fixed, increase pool size in smaller units 2005-02-18 16:44:40 +00:00
Gunnar Ritter c9c2aae114 * A new version of mapmalloc.c that is derived from Unix 7th Edition code
has been introduced.
2005-02-18 02:24:28 +00:00
Gunnar Ritter 25b4451ffd new variant in preparation 2005-02-18 02:20:18 +00:00
Gunnar Ritter ebbbfc8bd2 * 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'.
2005-02-17 20:38:02 +00:00
Gunnar Ritter 92e4e9fdf7 Initial revision 2004-12-04 13:17:05 +00:00