aboutsummaryrefslogtreecommitdiff
path: root/dictionary.c
Commit message (Collapse)AuthorAgeFilesLines
* Disable formatted acronyms (again). Not quite up to snuff.Joseph Hunkeler2021-12-061-18/+24
|
* Add DEFAULT_FORMAT defineJoseph Hunkeler2021-12-061-1/+1
|
* Improvements, and heavy optimization to string searchJoseph Hunkeler2021-12-051-3/+168
| | | | | | | | | * 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)
* ImprovementsJoseph Hunkeler2021-11-061-11/+11
| | | | | * Replace calloc with malloc, for speed * Replace rand with random
* Break down project into smaller chunksJoseph Hunkeler2021-11-021-0/+140