aboutsummaryrefslogtreecommitdiff
path: root/booki.c
Commit message (Collapse)AuthorAge
...
* bugfix: trailing null byte in data from fileBen Winston2024-05-23
|
* add support for 'on' listBen Winston2024-05-19
|
* bugfix: go past quotesBen Winston2024-05-15
|
* expand validity of intsBen Winston2024-05-15
|
* refactor: actually use the macroBen Winston2024-05-11
|
* bugfix: extra published attributeBen Winston2024-05-11
|
* only increment the array if we actually want to print the bookBen Winston2024-05-11
|
* try using a pointer into an array of booksBen Winston2024-05-11
|
* add parsing for ints, do pages and publishedBen Winston2024-05-11
|
* add isbn and translatorBen Winston2024-05-11
|
* populate languageBen Winston2024-05-09
|
* refactor: parse string in its own functionBen Winston2024-05-09
|
* fix --showBen Winston2024-05-07
|
* initialize the structBen Winston2024-05-07
|
* remove toml dependancyBen Winston2024-05-06
|
* main.c -> booki.cBen Winston2024-05-05