marko
47e6669d94
branches/zip: mem_heap_block_free(): Fix a bug introduced in r909:
...
invoke mem_erase_buf() only after interpreting block->buf_block.
2006-10-13 11:50:33 +00:00
marko
bbcef45a64
branches/zip: mem_heap_create_block(): Correct an error introduced in r909:
...
When allocating a block from heap->free_block, set buf_block.
2006-10-12 12:44:46 +00:00
marko
06bb7e6ea5
branches/zip: Replace buf_frame_alloc() and buf_frame_free()
...
with buf_block_alloc() and buf_block_free(), in order to
avoid buf_block_align() calls.
2006-10-12 12:38:29 +00:00
marko
68a65c142c
branches/zip: Merge revisions 804:838 from trunk.
2006-09-19 10:14:07 +00:00
marko
38e09b2fea
branches/zip: Merge revisions 720:765 from trunk and reindent the code
...
as per revisions r763:765.
2006-08-29 09:30:31 +00:00
marko
f4f5606fb6
branches/zip: Merge revisions 634:713 from trunk.
2006-08-11 11:49:38 +00:00
marko
5837f75150
branches/zip: Cleanup suggested by Osku.
...
ut_is_2pow(): New function for testing if a number is zero or a power of two.
Use this function instead of bitwise arithmetics or ut_2_power_up() where
possible.
2006-06-07 11:23:21 +00:00
marko
e47742cbef
branches/zip: Merge revisions 536:558 from trunk.
2006-05-11 12:47:23 +00:00
marko
d30e44bc32
branches/zip: Merge revisions 465:532 from trunk.
2006-05-08 06:18:59 +00:00
marko
0c4dfda3be
branches/zip: Merge revisions 265:459 from trunk.
2006-04-12 09:32:17 +00:00
marko
40b0bf7807
branches/zip: Merge revisions 236:247 from trunk.
2006-02-27 09:33:26 +00:00
marko
747c8fad44
branches/zip: Merge revisions 200:236 from trunk.
2006-02-23 19:25:29 +00:00
marko
dcfc19c47c
branches/zip: Merge revisions 79:200 from trunk.
2006-02-17 14:19:39 +00:00
marko
0bf7f4bd1d
branches/zip: Merge revisions 9:72 from trunk.
2005-11-29 12:30:46 +00:00
osku
2903c72469
Import 5.0 code.
2005-10-27 07:29:40 +00:00