ack/modules/src
ceriel 5a4933ff7f Try to allocate to the next power of 2, instead of just aligning
with GRABSIZE; This way, malloc(1000000) followed by free() followed by
another malloc(1000000) will result in the same block being allocated,
because first_present will now find it
1989-02-10 09:18:19 +00:00
..
alloc prevent multiple includes 1988-09-27 09:50:34 +00:00
assert moved comment 1988-10-21 17:35:54 +00:00
em_code Documented need of em_data.a for libeme.a 1989-02-07 11:11:57 +00:00
em_mes comment sign at begin of line 1988-07-05 12:56:43 +00:00
em_opt simplified a bit to make the resulting optimizer smaller; Added a 1989-02-02 11:41:31 +00:00
idf made names more unique 1988-09-26 15:05:00 +00:00
input fixed typo 1988-11-16 13:37:46 +00:00
malloc Try to allocate to the next power of 2, instead of just aligning 1989-02-10 09:18:19 +00:00
object fixed wr_arhdr: date and size 1988-11-18 16:06:07 +00:00
print Added FORMAT information for our lint; Documented the _format routine 1989-02-07 11:17:22 +00:00
read_em prevent multiple includes 1988-09-27 09:50:34 +00:00
string modified bts2str to also escape double quotes 1988-10-05 16:19:42 +00:00
system prevent multiple includes 1988-09-27 09:50:34 +00:00
Xmalloc Initial revision 1987-04-16 15:57:16 +00:00
.distr Initial revision 1987-04-13 10:32:47 +00:00
Action order was wrong 1988-04-19 16:56:40 +00:00