Ensurespace() takes chunks, not bits.
Add missing symbols to bitset.
Remove internal 'extern' functions from sys-*.myr
Damn, I already had a seek function.
Add bitset implementation.
Merge branch 'master' of git+ssh://mimir.eigenstate.org/git/ori/mc
Allow ucons to be arguments of ucons
Add explode() functions to our floatbits code.
Fix formatting consecutive integers.
Add disabled test for empty traits.
Use correct shift in bigdiv.
Correct indentation on fmt.myr
Allow '_' as digit separator within integers.
Merge branch 'master' of git+ssh://git.eigenstate.org/git/ori/mc
Handle zeros correctly in bigint.myr
Maintain sign correctly when parsing values.
Allow more foldable, constant expressions in patterns.
We don't want 64 bits of 1s, we want 32 bits of them.
Implement bigint division.
Merge branch 'master' of git+ssh://mimir.eigenstate.org/git/ori/mc
Work around oversized int error.
Add single digit division, and make bigint output use it.
Remove apparently offensive comment.
Rename and fix shift implementations.
Shuffle things around so that it works with the chartype commit.
Add broken start of float formatting.
Add initial implementation of bigint.
Implement more restrictive folding for casts.
Take slices off of *evaluated* pointers.
Acutally get the rval of negation expression children.
Add float bit conversion routines.
Correctly handle signed/unsigned comparisons.
Install ucons for nested unions.
Fix writing constant struct literals
Add 'mk()' function to libstd.
Add support for break/continue in loops.
Work towards parsing traits definitions.
Allow arbitrary expressions in pattern matching.
Don't search $PATH with relative paths.
Add support for stat() calls on OSX
Handle alignment correctly.
Fix allocator alignment calculations.
Add magic value checking for headers.
Remove references to slappend
Remove duplicated funtionality.
Work around compiler bug with labels.
Wait statuses are 32 bit ints, not 64 bit ints.
Fix typo in OSX waitstatus() call
Add system-specific waitstatus
Add more process control syscalls.
Add initial support for execv() calls
Check namespaces in inferexpr, instead of infersub
Remove a number of redundant 'tf' calls.
Reduce redundant infers of expressions.
Compress unification chains.
Finish support for const slices off arrays.
Fix test for small inlinable constants.
Expand test to support everything we care about.
Start work on global const slices.
Add test for constant slices off of arrays.
Search structs correctly for members in initializers.
Allocate the error strings, to avoid a segfault.
Make the code match the comment.
Fix alignment calculations.
Fix bug preventing complex exprs on 'for in' loops
Merge branch 'master' of git+ssh://git.eigenstate.org/git/ori/mc
Add sleep and nanosleep syscalls on Linux.