Age | Commit message (Collapse) | Author | Files | Lines |
|
Much like the motivation for the original set.c, this int-set.c code
is not difficult, but it makes sense to do this up-front in the
original hash_table module (with testing) rather than expecting users
to repeat this work.
|
|
While it was easy to produce, it's easier to do it once and maintain it than
leave this up to every possible user. Plus, it means it gets testing.
|
|
|
|
While it was cargo-culted from many other projects, allowing people to
lose the Makefile regeneration rules is a recipe for disaster. autotools
is apparently discouraging the presence of AM_MAINTAINER_MODE, in a
shocking bout of sanity.
|
|
This is entirely written by myself, with the exception of the
hash_sizes[] contents which come from the hash_table implementation in
nickle, which I decided to not use.
|