Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Disable formatted acronyms (again). Not quite up to snuff. | Joseph Hunkeler | 2021-12-06 | 1 | -18/+24 |
| | |||||
* | Add DEFAULT_FORMAT define | Joseph Hunkeler | 2021-12-06 | 1 | -1/+1 |
| | |||||
* | Improvements, and heavy optimization to string search | Joseph Hunkeler | 2021-12-05 | 1 | -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) | ||||
* | Improvements | Joseph Hunkeler | 2021-11-06 | 1 | -11/+11 |
| | | | | | * Replace calloc with malloc, for speed * Replace rand with random | ||||
* | Break down project into smaller chunks | Joseph Hunkeler | 2021-11-02 | 1 | -0/+140 |