aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* allow some two-char c string escape codesHEADmasterkatherine2019-12-182-3/+38
| | | | \a, \b, \f, \n, \r, \t, \v
* update readme changelogkatherine2019-06-041-0/+2
|
* trim extraneous semicolonskatherine2019-06-041-3/+3
| | | | not sure why those happened
* move stores vals to named unionkatherine2019-05-274-44/+44
| | | | for c99 compatibility
* use Unlicensekatherine2018-10-081-25/+20
| | | best fit for a single-header thing
* mark size temp as constkatherine2018-09-291-2/+2
| | | | not strictly necessary, but for consistency's sake
* use word-wrapping for error printingkatherine2018-03-254-43/+97
|
* update documentationkatherine2018-03-253-54/+62
|
* fix error printingkatherine2018-03-252-11/+24
|
* add error-printing functionkatherine2018-03-252-33/+83
|
* prevent line-indenting where it should not occurkatherine2018-03-241-13/+27
|
* resolve some pedantic warningskatherine2018-03-213-9/+13
|
* squanch clang errorskatherine2018-03-213-3/+3
|
* update documentation to reflect header locationkatherine2018-03-202-3/+3
|
* move header to top-level dirkatherine2018-03-201-0/+0
| | | | makes a lot more sense that way
* Create LICENSEkatherine2018-03-191-0/+29
|
* update documentation for new functionalitykatherine2018-03-194-56/+152
| | | | | added SIMPLE_OPT_CHAR, SIMPLE_OPT_DOUBLE, and SIMPLE_OPT_STRING_SET types
* fix usage printing correctnesskatherine2018-03-192-42/+30
|
* add double, char, and string_setkatherine2018-03-192-37/+131
| | | | also clean up integer parsing and usage printing
* caveatkatherine2018-03-191-2/+3
|
* typokatherine2018-03-192-3/+3
|
* add forgotten NULL checkkatherine2018-03-191-3/+3
|
* make defines statickatherine2018-03-182-14/+14
| | | | was an idiot and removed before, second-guessing myself -_-
* typokatherine2018-03-181-1/+1
|
* add link to simple-opt.hkatherine2018-03-181-5/+5
|
* add neglected informationkatherine2018-03-181-0/+38
|
* improve phrasingkatherine2018-03-182-9/+10
|
* typokatherine2018-03-181-1/+1
|
* typokatherine2018-03-181-1/+1
|
* initial commitkatherine2018-03-184-0/+1218