Add proper checking for types with parameters.
Use probed values from configure
Fix compilation on GCC 4.8
More debug dumps with final substitutions.
Sync eqivalent member on OSX names with linux.
Fix generic type construction.
Fix indentation on benchmark code.
I can't remember the last time I used 'myrtypes'.
Fix missing newlines in pretty prints.
Merge branch 'master' of git+ssh://mimir.eigenstate.org/git/ori/mc
Add borked test case for generic chaining.
Fix syscall signatures on OSX
Fix test expectations for stdfmtpad.
Correct support for zero/space padded negative int
Add tests for padded format strings.
Add support for padded strings.
Compute the directory length
Fix struct stat under Linux.
Add support for directory listing under OSX
Fix dir-linux to actually keep the offset.
Add directory listing under Linux.
Make system/arch dependent rules generic.
Add getdents function to linux.
Merge https://github.com/oridb/mc
Merge pull request #1 from akoshibe/master
Make 'make install' build the library.
Add 'getdirentries64' syscall to OSX.
Add one more test case for alignment.
Merge https://github.com/oridb/mc
Actually run the alignment test.
Truncate the message in the right place.
Merge https://github.com/oridb/mc
Actually make the OSX ifreqs match.
Appropriately put in fresh registers.
Appropriately save/restore registers.
Rearrange declarations to facilitate refactoring.
Take into account subregisters when coalescing.
Fix generated headers in parallel builds.
Add knowledge that gram.h is generated from gram.y
Finish off DESTDIR support.
Add DESTDIR support for libstd
Delete mistakenly added binary.
Merge https://github.com/oridb/mc
Add support for matching string arguments.
Fix ifreq on Linux, and add it for OSX
Merge https://github.com/oridb/mc
Actually use the linux-platform ifreq struct.
Check correct condition for worklists.
Strip out '_' from what we pass to strtol() and friends.
Add first benchmark: integer sorting.
Fix bug in open()/openmode()
Merge branch 'master' of git+ssh://git.eigenstate.org/git/ori/mc
Merge branch 'master' of git+ssh://git.eigenstate.org/git/ori/mc
Optimize the register allocator.
Allow integer parsing to work with large integers.
Add 'uninstall' rule for libstd.
Convert from 'error' to 'result'.
Reduce chattiness of dial.
OSX start does the same thing. Add the same comment.
Comment what start-linux.s does
Merge branch 'master' of git+ssh://mimir.eigenstate.org/git/ori/mc
Use a signed int when we check for <0
Add newline at end of malformed format error.
Merge branch 'master' of git+ssh://mimir.eigenstate.org/git/ori/mc
Add 'ioctl' syscall to Linux.
Improve the error message when failing ot configure.
Merge branch 'master' of git+ssh://mimir.eigenstate.org/git/ori/mc
Don't build on unkown systems.