| Commit message (Expand) | Author | Age |
| * | refactor: get_x_field returns a pointer, for flexibility | Ben Winston | 2024-06-18 |
| * | bugfix: don't print an extra newline if there's no raw fields | Ben Winston | 2024-06-18 |
| * | remove english as default lang | Ben Winston | 2024-06-18 |
| * | anything we don't 'show', we shouldn't ask someone to 'add' | Ben Winston | 2024-06-09 |
| * | preserve unrecognized parts of a book in their entirety | Ben Winston | 2024-06-09 |
| * | bugfix: don't present _other as an option during add | Ben Winston | 2024-06-09 |
| * | add debug task to Makefile | Ben Winston | 2024-06-09 |
| * | capture additional fields, even if we're not using them | Ben Winston | 2024-06-09 |
| * | add show flag to data points | Ben Winston | 2024-06-09 |
| * | bugfix: diacritics can sometimes be combining?? | Ben Winston | 2024-06-08 |
| * | when adding a new book, use the defined fields | Ben Winston | 2024-06-07 |
| * | when writing, lookup the type of field and write that way | Ben Winston | 2024-06-07 |
| * | add read support for ID, but don't show it | Ben Winston | 2024-06-07 |
| * | when printing, lookup the type of field and print that way | Ben Winston | 2024-06-07 |
| * | detect unsupported fields while parsing search options | Ben Winston | 2024-06-07 |
| * | prevent null dereference on bad search term | Ben Winston | 2024-06-07 |
| * | use typedefs | Ben Winston | 2024-06-07 |
| * | add diacritic-insensitive option in readme | Ben Winston | 2024-06-06 |
| * | add -Wall and -Werror | Ben Winston | 2024-06-06 |
| * | refactor: less locals | Ben Winston | 2024-06-06 |
| * | refactor for clarity | Ben Winston | 2024-06-06 |
| * | refactor for less looping | Ben Winston | 2024-06-06 |
| * | bugfix: matching $ must count characters from end, not bytes | Ben Winston | 2024-06-06 |
| * | add search by translator | Ben Winston | 2024-06-04 |
| * | support latin-1 extended-A | Ben Winston | 2024-06-04 |
| * | use hand-rolled strncasecmp, ignore accents | Ben Winston | 2024-06-03 |
| * | add published as search option | Ben Winston | 2024-06-03 |
| * | add leading +/, for greater or less than | Ben Winston | 2024-05-31 |
| * | initial commit of int comparisons | Ben Winston | 2024-05-31 |
| * | refactor: rearrange file | Ben Winston | 2024-05-31 |
| * | README updates | Ben Winston | 2024-05-30 |
| * | initial commit of 'add', with defaults | Ben Winston | 2024-05-30 |
| * | bugfix: memory leak | Ben Winston | 2024-05-30 |
| * | move working files to /tmp, replace BOOKI_FILE and clean up after | Ben Winston | 2024-05-30 |
| * | s/sort/show/ | Ben Winston | 2024-05-30 |
| * | README updates | Ben Winston | 2024-05-28 |
| * | convert 'on' to use list of strings | Ben Winston | 2024-05-28 |
| * | fix write_book to write lists of strings as lists | Ben Winston | 2024-05-28 |
| * | support lists of translators and languages | Ben Winston | 2024-05-28 |
| * | streamline concat-ing strings | Ben Winston | 2024-05-28 |
| * | free the list after it's been used | Ben Winston | 2024-05-28 |
| * | update regex_match to follow the list | Ben Winston | 2024-05-28 |
| * | WIP initial commit of linked list of strings | Ben Winston | 2024-05-28 |
| * | search wasn't returning anything useful anyway | Ben Winston | 2024-05-27 |
| * | edit support | Ben Winston | 2024-05-27 |
| * | don't use ~1mb of stack space for no reason? | Ben Winston | 2024-05-26 |
| * | use an environment variable for the file | Ben Winston | 2024-05-26 |
| * | add special characters to regex search | Ben Winston | 2024-05-26 |
| * | README updates | Ben Winston | 2024-05-25 |
| * | helpful message for unrecognized command | Ben Winston | 2024-05-25 |