2007-Jan-01 19:26 |
1.26
|
Check-in
[5678]:
Updated all copyright messages for year 2007 By rse.
(diff)
|
2006-Aug-10 21:00 |
1.25
|
Check-in
[5640]:
bump copyright for year 2006 By rse.
(diff)
|
2006-Jun-10 23:25 |
1.24
|
Check-in
[5417]:
Add new API function MM_reset() and mm_reset().
Submitted by: Neil Conway <neilc@samurai.com> By rse.
(diff)
|
2006-Jun-10 23:12 |
1.23
|
Check-in
[5415]:
fix more typos By rse.
(diff)
|
2005-Sep-02 22:00 |
1.22
|
Check-in
[5171]:
adjust copyright year By rse.
(diff)
|
2005-Sep-02 21:50 |
1.21
|
Check-in
[5166]:
Optimize insertion of free memory chunks by merging with
the spare area if possible to decrease memory fragmentation. By rse.
(diff)
|
2004-Nov-15 17:48 |
1.20
|
Check-in
[4837]:
Fix mm_realloc() function: If the memory chunk passed to mm_realloc()
can't be extended and a new chunk must be allocated, the old memory
is copied into the new chunk with a call to memcpy(3). However, the
used size is the length of the new data and will cause memcpy(3) to
access memory beyond the old data chunk's boundaries.
Submitted by: Kirk Petersen <kirk.petersen@watchguard.com> By rse.
(diff)
|
2004-Sep-12 20:35 |
1.19
|
Check-in
[4728]:
adjust year in copyright messages By rse.
(diff)
|
2002-Dec-19 10:25 |
1.18
|
Check-in
[2992]:
Updated all copyright messages with forthcoming year 2003,
added OSSP project as secondary copyright holder, added standard
OSSP ASCII-art logo to documents, etc. By rse.
(diff)
|
2002-Dec-19 10:14 |
1.17
|
Check-in
[2989]:
Stripped trailing whitespaces from all files in source tree. By rse.
(diff)
|
2002-Jul-26 11:59 |
1.16
|
Check-in
[2369]:
bump copyright year By rse.
(diff)
|
2001-Jan-29 21:27 |
1.15
|
Check-in
[374]:
*** empty log message *** By rse.
(diff)
|
2000-Jun-19 08:59 |
1.14
|
Check-in
[52]:
*** empty log message *** By rse.
|