Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-25 | The open function now truncates the file like fopen. I would like for it to | Mike Buland | |
mimic fopen more completely. I think it's about time to give it a lot more attention, actually. | |||
2014-02-03 | Updated the build.sh script to be a little more friendly. | Mike Buland | |
Updated copyright date. | |||
2012-11-08 | ...apparently I forgot to copyright this. Now it's BSD licensed. | Mike Buland | |
2012-11-08 | tabconv: it's all spaces now. | Mike Buland | |
2011-06-03 | I added basic support for "opaque" type variables. I think there's one more | Mike Buland | |
tweak to it that I would like to make, but it's fine for now. I also added open, close, read, and write functions. They work just fine, but I'll also add a readLine function, and maybe even a readToken function later. |