aboutsummaryrefslogtreecommitdiffstats
path: root/modules/alloc_mmap
Commit message (Collapse)AuthorAgeFilesLines
* Bump copyright year to 2007lloyd2007-01-202-2/+2
|
* Place the add_file/replace_file/ignore_file markers in the module infolloyd2006-09-031-2/+4
| | | | | | files into blocks; makes a bit more sense, since there are potentially many arguments to each, and the current system was making it difficult to write a generic reader for the files.
* Use an object to prevent the leak of memory or the file descriptor iflloyd2006-08-091-19/+40
| | | | something goes wrong and an exception is thrown.
* Add an exception type specific for MemoryMapping_Allocator, simply to cutlloyd2006-08-091-9/+24
| | | | down on repeated strings a bit.
* Have allocator objects 'know' their own names, rather than keeping themlloyd2006-06-251-0/+1
| | | | around as ancillary strings.
* Initial checkin1.5.6lloyd2006-05-183-0/+135