Fix documentation for pointers.
Simplify the float explosion.
Fix up bigint comparisons.
Track line number correctly in tokenizer
Clean up bigint code a bit.
Add comparison functionality to bigint.
Split abort-linux.s, abort-osx.s
Check for failures in big allocations.
Make the big.*i bigint ops generic.
Now the abort code works on OSX.
Fix up character type checks.
Print the stack that has a cycle when compiling.
Add checking for buffer overruns.
Add test cases for strstrip.
Fix 'strstrip()' out of bounds access.
Fix test data and spurious bigint prints.
Fix bigint parsing for hex.
Add missing lstat syscall.
Remove allocing/freeing a bigint wth small muls.
Fix the factorial calculation.
Fix buffer sizing for bigfmt.
Add a big factorial benchmark.
Make bigfmt match the fmt functions.
Don't generate obscene movs for big blits.
Fix register allocator bug.
Make blits take into account type alignment.
Compute funcrets into their dest.
More iterations on intsort.
Clean up the blitting code.
Apply the src/dest offsets when blitting bytes.
Make deref() set the type of the loaded value.
Fix generic bigint construction.
Fix nkeys in hash table replacements
Error on declared but unimplemented functions.
Delete unimplemented functions.
Move 'mi/' directory to 'opt/'.
Split blat() and add an 'fblat()' version.
Build benchmarks with local compiler/muse/libs.
Switch to much faster register based blitting.
Add comment to explain why slpush() is ok
Split slurp into a variant that also takes an FD
Add support for '%%' format specifier
Switch now from milliseconds microseconds.
Merge branch 'master' of git+ssh://git.eigenstate.org/git/ori/mc
Fix gettimeofday() on OSX.
Check type compatibility when unifying membered types
Make joke configure output less spammy.
Initialize the time in std.now()
Fix 'make install' from 6/ directory
Use the correct length of the new value for sysctl
Fix 'sysctl()' and enable it for uname.
Clean up comment a little bit.
Wrap freebsd syscall args in 'a()'.
Also wrap syscall args on OSX with 'a()' function.
Merge branch 'master' of git+ssh://mimir.eigenstate.org/git/ori/mc
Wrap up syscall args in trivial 'a()' function.
Use pid type in sys-osx.myr
Add spork() and sporkfd() calls
Add epoll syscalls to libstd on linux.
Fix pointer comparisons, and add a test for it.
Refactor towards supporting struct compares.
Add test for big condition arguments.
Don't spuriously add include paths.
Add back the warning flags.
Document the build system.
A little bit more cleanup.
Fix directory reading on OSX.
More missing fd -> uint64 casts.
Cast 'fd' to appropriate sized type.
Add test for label preservation change.
Preserve indexes when folding variables.
Add shuffled alloc/free to the alloc test.
Add copious allocs to benchmarks.
Add benchmarking runner and makefile.
Add and correct file manipulation stuff.
Add support for pipe() syscall.