Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-30 | Removed the test.taf file, we don't need it anymore. | Mike Buland | |
2011-03-30 | Ok, string stuff is working much, much better, a load of new unit tests have | Mike Buland | |
been added, and I deleted a whole slew of stupid old tests that I don't need. | |||
2008-12-10 | Fixed a couple of minor Bu::TafReader bugs. It wasn't parsing the colons, and | Mike Buland | |
it was off two characters on the first line for error reporting. | |||
2008-10-02 | Really fixed the rest of the file open issues...it was always using exclusive | Mike Buland | |
mode. | |||
2007-08-26 | Corrected a bug in the Bu::TafReader, it was getting confused when a stray colon | Mike Buland | |
(common in web addresses) was put in the middle of a property list, now it doesn't get confused, it just complains bitterly and refuses to work. | |||
2007-06-27 | The taf system is new and improved. The writer works, we added C++ style | Mike Buland | |
comment blocks, and it retains the order of all nodes. | |||
2007-06-06 | The TafReader is more general and much nicer, and about to actually construct | Mike Buland | |
nodes, that part will be exciting. I also fixed some stuff and added some new functions to List, it now has first() and last() which work just like std::list front() and back(), I may add compatibility functions later... |