Write my own option parsing.
Start work of porting to Plan 9.
Consistent constant naming: symprefix -> Symprefix.
Make the makefile copy the files correctly.
Asm files are architecture specific.
Strip out platform suffixes from compiler output.
Use '+' as the system separator.
Clear memory on deallocation.
Only succeed blatting if we write the whole buffer.
Fix premature unification in generics.
Check namespaces on entering expr nodes.
Add strrfind function for reverse string searches.
Fix struct matching for out of order members.
Remove dependency on system() call.
Add missing implementation.
Shut up Clang's static analyzer a bit.
Don't mark namespaced variable lvalues as const.
Get rid of extra digit characters
Remove dependencies on libbio for mandelbrot.myr
Fix ABI bugs in cstring() and alloca() calls.
Save and restore xmm registers correctly
Correctly save/restore xmm registers.
Add support for 'pkglocal' keyword.
Add support for relative cutoffs.
Add support for absolute cutoffs.
Fix flipped sign for float32explode.
Float formatting finally implemented.
Preserve sign in division/mod
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