Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-05 | Add line terminators to all mkfiles. | Ori Bernstein | |
2014-10-05 | Add plan9 mkfiles and runtime. | Ori Bernstein | |
2014-10-05 | Write my own option parsing. | Ori Bernstein | |
getopt() isn't really portable: it has different and annoying behaviors on OSX, and doesn't actually exist on plan9. | |||
2014-10-04 | Start work of porting to Plan 9. | Ori Bernstein | |
We're missing getopt, but everything else seems to work as far as compiling goes. Remaining work: - Converting assembly syntax - Invoking plan9 executables correctly | |||
2014-09-17 | Add support for 'pkglocal' keyword. | Ori Bernstein | |
pkglocal makes the export only available within the package. | |||
2013-12-27 | Allow for hidden exports to happen automatically. | Ori Bernstein | |
2013-12-20 | Make integer parsing return an option | Ori Bernstein | |
2012-10-19 | Search default system include path last. | Ori Bernstein | |
We used to search the system include path before any user specified ones. This doesn't allow us to override the system libraries. Fix the search order. | |||
2012-10-01 | Fix include paths for build files | Ori Bernstein | |
2012-09-27 | Rename 'util' directory to 'muse'. | Ori Bernstein | |
One binary or library per directory with our build system. | |||
2012-06-15 | Rename files. | Ori Bernstein | |
2012-06-07 | Move debug pickling dump out of the compiler. | Ori Bernstein | |
We'll put it in the usefile generator. | |||
2012-06-07 | Add in stub for muse. | Ori Bernstein | |