Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-04-23 | Minor updates to the List class, unchecked corner cases. | Mike Buland | |
The CsvWriter now writes csv. It understands both excel formatting and c-style, which I made up myself (it's just c-style escape sequences). Sha1 is converted to work with the CryptoHash API and it does indeed work. | |||
2010-02-13 | Added and updated the license info in all the source files, they still said | Mike Buland | |
copyright 2007-2008. | |||
2010-02-11 | Started working on a CSV reader, it's pretty much done, the CSV writer is just | Mike Buland | |
a shell, but I may finish it soon, and started work on NewLine, a filter that converts newlines in text streams between the different OS standards. Also added some more helper operators to fbasicstring. |