fix configure scripts, add var cache support for regen.
Fix genbootstrap.sh script.
Add missing bootstrap files.
Generate bootstrap scripts using mbld.
Add boostrap generation script.
Add local deps to subprojects.
Move mbld to subdirectory of itself for merging.
Implement getcwd() on Linux.
Add code to subdir in preparation for merging with mc.
Move code to subdir in preparation for merging with mc.
Mostly finish off the new single process world order.
Remove subdir support from 'subdirs'.
More work towards single process subbuilds.
Fix std.pathnorm for empty strings.
Move parser type into parse.myr
Split parser from build data.
Rename 'parser' to 'build'
Print correct file in syntax errors.
Fix for OSX: Their assembler seems a bit speshul.
fput() is the one that takes an fd.
Fix a few bugs/update some versions.
Fix bug: We can tag tyvar.
Tweak the ABI for type information.
Generate type descriptions for valists.
Generate type descriptions for various types.
Fix type description formatting.
Implement type description dumping.
Make tool failures more glaring.
Allow durable attribute on gen files.
Use system specific util files.
Give better context for errors in match statements.
Put a version in the usefile.
Avoid duplicate dots in test path.
Update to new usefile format, with versioning.
Make type substitution more robust.
Add 'tygeneric' specifier.
Move system files to the right place in the build.
put 'delete' at start of line.
Check the correct thing in inputs.
Make exit() exit the whole process, portably.
Allow nonatomic constants in matches.
Add some syscalls to support libthread.
Improve commenting in alloc.myr
Add better traces for loop information.
Reduce parameter list size.
Make runtest.sh exit with failure if the tests fail.
Fix stupid mistake in exec() change.
Update mbld to new libstd fmt api.
Change fmt() to return a slice, not a size.
Start adding in some unit tests to run with mbld.
Add 'bytebuf' implementation.
Error out on mismatched indexable types.
We no longer do zero length unchecked arrays. Fix OSX.
Allow unlengthed arrays within structs.
Fix formatting type parameters.
Fix getbe implementations.
Add support for explicit tests.
Use the correct inputs for usefiles.
Add initial support for implicit tests.
Fix int->float conversion.
Print error when we can't find symtab to merge into.
Put the rhs of the multiplication operator into a reg.
Merge branch 'master' of git+ssh://git.eigenstate.org/git/ori/mc
Pull parser initialization into mkparser() func.
Add more stdbigint test cases.
Clean up bigint division and tests.
Clean up bigint division and tests.
libbio now has getbe32; use it.
Allow trailing commas in seq literals.