| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Removing obsolete files. | Michael Brown | 2007-07-01 | 1 | -80/+0![]() |
| | | |||||
| * | Moved most buffer debug messages to DBG2. | Michael Brown | 2007-01-29 | 1 | -4/+12 |
| | | | | | | | | | | Make expand_buffer() a non-inline function, so that we can add debug messages. Expandable buffers now don't *always* round up to the next power of two. This allows e.g. loading a 137MB ISO image on a machine with only 256MB RAM... | ||||
| * | Rename e{malloc,realloc,free} to u{malloc,realloc,free}, to more obviously | Michael Brown | 2007-01-16 | 1 | -3/+3 |
| | | | | | | reflect the fact that they allocate and deallocate user memory (i.e. things reached through a userptr_t). | ||||
| * | Build automatically expanding buffers from struct buffer and erealloc(). | Michael Brown | 2007-01-12 | 1 | -0/+72 |

