aboutsummaryrefslogtreecommitdiff
path: root/main.c
Commit message (Collapse)AuthorAgeFilesLines
* Apply all string modifiers when present not just the first one it detectsJoseph Hunkeler2022-07-061-7/+6
|
* Add error field to json outputJoseph Hunkeler2022-06-121-15/+35
|
* Implement output as JSONJoseph Hunkeler2022-06-121-2/+29
|
* Implements a basic candy heart modeJoseph Hunkeler2022-02-091-16/+33
|
* Disable formatted acronyms (again). Not quite up to snuff.Joseph Hunkeler2021-12-061-1/+1
|
* Add DEFAULT_FORMAT defineJoseph Hunkeler2021-12-061-1/+2
|
* Improvements, and heavy optimization to string searchJoseph Hunkeler2021-12-051-8/+40
| | | | | | | | | * Add error checking to all allocs * Add general format checking * Add acronym format checking * Consolidate dictionary creation into different helper functions * Add ability to get a random word of a type without scanning the entire dictionary * Added function doc strings (incomplete)
* Parse -f option correctlyJoseph Hunkeler2021-11-061-0/+2
|
* ImprovementsJoseph Hunkeler2021-11-061-20/+76
| | | | | | * Option parsing is easier on the eyes * Options are validated against a list of possible short options * Replace srand with srandom
* Produce reversed stringsJoseph Hunkeler2021-11-051-2/+18
| | | | * Produce randomized word characters in strings
* Add missing option to usageJoseph Hunkeler2021-11-031-1/+1
|
* Remove debug statementsJoseph Hunkeler2021-11-031-2/+0
|
* Add usage statement and title case converterJoseph Hunkeler2021-11-031-2/+46
|
* Break down project into smaller chunksJoseph Hunkeler2021-11-021-368/+33
|
* Initial commitJoseph Hunkeler2021-11-011-0/+485