summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Richard Jones [Tue, 26 May 2009 11:59:33 +0000 (12:59 +0100)]
Updated MANIFEST.
Richard Jones [Tue, 26 May 2009 11:59:20 +0000 (12:59 +0100)]
Fix 'make check-manifest' rule to work with git.
Richard Jones [Tue, 26 May 2009 11:52:51 +0000 (12:52 +0100)]
Patch for large 64 bit allocations (Jason Ganetsky).
Richard Jones [Tue, 26 May 2009 11:48:50 +0000 (12:48 +0100)]
Added bugs (10) and (11).
Richard Jones [Tue, 26 May 2009 11:46:25 +0000 (12:46 +0100)]
Remove CVS $Id$ strings.
Richard Jones [Tue, 26 May 2009 11:45:09 +0000 (12:45 +0100)]
Fix to build with new OCaml 3.11 and above.
Richard Jones [Tue, 26 May 2009 11:44:47 +0000 (12:44 +0100)]
Git ignore and other build fixes for git.
rich [Tue, 31 Oct 2006 14:39:50 +0000 (14:39 +0000)]
Fix to work against OCaml 3.08.3.
rich [Fri, 13 Oct 2006 15:12:41 +0000 (15:12 +0000)]
Bumped release number to 0.8.0 to reflect the relative stability and maturity of the library.
rich [Fri, 13 Oct 2006 14:13:06 +0000 (14:13 +0000)]
Documentation notes update/.
rich [Fri, 13 Oct 2006 12:28:20 +0000 (12:28 +0000)]
Remove the limitation on the number of keys.
rich [Mon, 9 Oct 2006 14:43:00 +0000 (14:43 +0000)]
Added *_info functions, allowing us to get an accurate picture
of how much space is being used by each allocation.
rich [Mon, 9 Oct 2006 12:18:05 +0000 (12:18 +0000)]
Added:
Ancient.is_ancient
Ancient.max_key
for use by Weblogs.
rich [Fri, 6 Oct 2006 15:03:47 +0000 (15:03 +0000)]
Release notes and some test programs.
rich [Fri, 6 Oct 2006 12:27:06 +0000 (12:27 +0000)]
Updated deps.
rich [Fri, 6 Oct 2006 12:26:31 +0000 (12:26 +0000)]
Remove weblogs tests.
rich [Fri, 6 Oct 2006 12:25:20 +0000 (12:25 +0000)]
Renamed 'mark' functions to make them more consistent.
More tests.
rich [Thu, 28 Sep 2006 12:40:48 +0000 (12:40 +0000)]
Version 0.0.5.
rich [Thu, 28 Sep 2006 12:40:07 +0000 (12:40 +0000)]
Fixed the problem with segfaults - actually a bug/limitation in
Linux mmap(2) - mmap was placing the new segment just before
libc with only a tiny bit of headroom, so when the file grew
by gigabytes, it trashed libc and other vital libraries. Allow
the base address to be specified to get around this.
Don't override standard malloc/free. Not sure if this makes any
difference, but I'd prefer mmalloc to do its own thing.
Test program now imports whole of Perrys logfiles.
rich [Wed, 27 Sep 2006 18:39:44 +0000 (18:39 +0000)]
Buggy version - can't find the segfault right now.
rich [Wed, 27 Sep 2006 16:01:47 +0000 (16:01 +0000)]
Testing the shared functionality.
rich [Wed, 27 Sep 2006 15:36:18 +0000 (15:36 +0000)]
Implemented share/attach/detach; not tested yet - just checking in
because there are no regressions with the previous code.
rich [Wed, 27 Sep 2006 14:44:08 +0000 (14:44 +0000)]
mmalloc from last version to be included in gdb.
rich [Wed, 27 Sep 2006 14:05:07 +0000 (14:05 +0000)]
Test whether this code can be applied to Weblogs.
rich [Wed, 27 Sep 2006 12:10:18 +0000 (12:10 +0000)]
META file.
rich [Wed, 27 Sep 2006 12:09:02 +0000 (12:09 +0000)]
Added MANIFEST.
rich [Wed, 27 Sep 2006 12:07:07 +0000 (12:07 +0000)]
'Ancient' generation in garbage collector.