aboutsummaryrefslogtreecommitdiff
path: root/src/generate-id.c
Commit message (Collapse)AuthorAgeFilesLines
* Using unsigned chars for calculating, we want no sign extension.Ted Gould2010-08-111-4/+4
|
* Instead of using a struct just using multiply, which in all reality, is more ↵Ted Gould2010-08-111-29/+16
| | | | clear and the compiler will optimize it for us.
* Making the categories a case statement.Ted Gould2010-08-111-1/+23
|
* Switching to be more opaque, but also more sane.Ted Gould2010-08-111-1/+1
|
* Brining generate-id into the foldTed Gould2010-08-101-0/+2
|
* Writing a small little function to generate the ID.Ted Gould2010-08-101-0/+58