summaryrefslogtreecommitdiff
path: root/base/src/main/java/bjc/utils/ioutils/format
AgeCommit message (Collapse)Author
2018-09-16Move CL format to submoduleBenjamin J. Culkin
2018-09-16Large updateBenjamin J. Culkin
A large update, this contains much debugging of the CL FORMAT routines, as well as a few other minor changes.
2018-09-06Actually handle EscapeExceptionBenjamin J. Culkin
2018-09-06Implement tabulate directiveBenjamin J. Culkin
2018-09-06Convert CLFormatter to use ReportWriterBenjamin J. Culkin
This is in preparation for implementing the T and < directives
2018-04-25Add some new classesbjculkin
Import some new classes from an old project
2018-03-05Updatestudent
2018-03-01Updatebjculkin
2018-03-01Format passbjculkin
2018-03-01Fix some CL format issuesbjculkin
2018-03-01Finish most of CL formatting.bjculkin
There are a couple of unimplemented directives, but the only ones I'd consider anywhere near crucial would be the floating-point ones, which I'm not sure what I should do with them.
2018-02-12Formatting passbjculkin
2018-02-12Updatebjculkin
2018-02-10Update and refactor CL formattingbjculkin
2018-02-09Work on CL format stringsstudent