Don't skip zeros when formatting numbers.
Remove rand from bld.sh until it works.
Merge branch 'master' of git+ssh://mimir.eigenstate.org/git/ori/libmyr
Add first crack at random number generator
Merge branch 'master' of git+ssh://mimir.eigenstate.org/git/ori/libmyr
Add a vararg iterator function.
Free all of the allocated address space.
Improve allocator efficiency on medium allocs.
Modify test to add %s test case.
Make min() actually return the min, not the max.
Advance through the args in std.put
Correctly format negative values.
More work towards str formatting.
Make things work on OSX in the new world.
Copy input to output of format strings.
Start work on string formatting.
Iterate over all the characters.
Try a few more characters.
Dont' clobber the top bits for a length 1 encoding.
Resync through bad characters consistently.
Reenable more character class stuff.
Merge branch 'master' of git+ssh://mimir.eigenstate.org/git/ori/libmyr
Fixes to the binary search in chartype.myr
Make the test run stuff again.
Fix operand size issues in syscalls.
'syscall', not 'sysenter'. Use the right instruciton.
Use correct syscall names.
Merge branch 'master' of git+ssh://mimir.eigenstate.org/git/ori/libmyr
Merge branch 'master' of git+ssh://mimir.eigenstate.org/git/ori/libmyr
Merge branch 'master' of git+ssh://mimir.eigenstate.org/git/ori/libmyr
x64 uses 'sysenter', not 'int'.
Remove only-for-testing file from bld.sh
Add in more unicode stuff.
Output non-ascii bytes correctly.
Merge branch 'master' of git+ssh://mimir.eigenstate.org/git/ori/libmyr
Split build into library + test program.
Pretty up the source a bit.
Unmap unused and uncached slabs.
Start using the slab cache.
Tweak the allocator and the hello world test.
Test the sizes more thoroughly.
It looks like the allocator is working.
Make the allocator a bit less crashy.
Initialize the entry to the loop correctly.
Merge branch 'master' of git+ssh://mimir.eigenstate.org/git/ori/libmyr
Merge branch 'master' of git+ssh://mimir.eigenstate.org/git/ori/libmyr
Strip the "-sysname" suffix from usefiles.
Merge branch 'master' of git+ssh://mimir.eigenstate.org/git/ori/libmyr
Get bucket numbers for more general alloc goodness.
Fill in the rest of the slab allocator. Untested.
Initialize slabs in the allocator.
Split OSX/Linux syscall stubs.
Make system calls work on OSX.
Die if we don't get a valid mmap result.
Strings are now byte[,], not char[,]
Work towards making the allocator compile.
Start work on memory allocator.