Suport taking addresses of functions for nested calls.
We don't need both maxdid and ndecls.
Push and pop stabs correctly when loading usefiles.
Merge branch 'master' of git+ssh://git.eigenstate.org/git/ori/mc
Merge branch 'master' of git+ssh://git.eigenstate.org/git/ori/mc
Add fixes for generic types that need to be respecialized.
Abort on overly long character constants.
Merge branch 'master' of git+ssh://git.eigenstate.org/git/ori/mc
Add fix for byte multiplies.
Support utf8 character values.
Add missing 'incret.myr' test.
Drain increment queue before jumping to returns.
Fix the random number de-biasing.
Fix minor formatting issue.
Add ranged random generation
Make bigint literals work.
I should avoid having tests leak.
Make strsplit() use strfind()
Add more tests for strfind()
Reenable removal of redundant movs.
Convert main() to effectively return void.
Collaps multiple decls into one line
Fix undo accidental line swap.
Allow multiple decls on one line.
Install specialized declarations before fixup()
Make more internal bits public as bug workaround.
Collect all of the substitutions for specializing.
Make htab.myr's 'Initsz' public
More work towards getting std.htab() working.
Merge branch 'master' of git+ssh://git.eigenstate.org/git/ori/mc
Update all names in a namespace.
Handle boundary condition when splitting strings.
Make sys-linux match sys-osx
Merge branch 'master' of git+ssh://git.eigenstate.org/git/ori/mc
Add missing slpush implementation.
Merge branch 'master' of git+ssh://git.eigenstate.org/git/ori/mc
More work on the DNS resolution code.
Add string strip functions.
Just use 'movs' for all blits. It's faster anwyays.
Zero alignments should just return the value.
More work on DNS resolver.
Fix a test I failed to convert.
Merge branch 'master' of git+ssh://git.eigenstate.org/git/ori/mc
Add range checking for integers.
Add a test for large integer literals.
Handle temp paths with '/' in the name.
Split response reading from dumping.
Don't insert synth types into the dedup table.
Interpret PTR and TTL values correctly.
Do a better job of debug dumps.
Merge branch 'master' of git+ssh://git.eigenstate.org/git/ori/mc
Start generating DNS queries.
Fix the connection to the DNS server.
Add start of DNS resolver.
Add endian flipping functions.
Allow blank lines between 'match' line and patterns
Add sockaddr_storage struct.
Fix thinko: bind -> accept.
Add some networking functions.
Add a constant for the maximum codepoint
Be more compliant with stricter type name checking
Add some functions for server-side network support
Check that named types are the same when unifying.
Add syscall support for networking on Linux.
Start adding preliminary code for sockets.
Remove a spurious check to allow arrays to match
Add tests for the new match types
Add support for more atomic types.
Add support for struct patterns in matches.
Add support for tuple matches.
Improve error messages sligthly.
Revert "Better error messages"
Add test for mixed type matches.
More (broken) tests for matching.
Add support for printing booleans
Add sldup() function to standard library.
Raise an error when trying to match void.
Add some useful hash functions