Blame tsearch/ChangeLog2016

Packit cdaae3
2016-02-17  David Anderson
Packit cdaae3
     * tsearch/config.h: Add some things convenient for testing.
Packit cdaae3
     * tsearch/dwarf_tsearch.c: Convenient for some testing.
Packit cdaae3
     * dwarf_tsearch.h: Modifications aid in testing tsearch.
Packit cdaae3
2016-02-07  David Anderson
Packit cdaae3
     * RUNTEST: the script had a couple of problems (typos). Fixed.
Packit cdaae3
       Added comments about running the tests.
Packit cdaae3
     * dwarf_tsearch.h: Provide a default DW_TSHASHTYPE
Packit cdaae3
       for tsearchhash and use DW_TSHASHTYPE.
Packit cdaae3
     * dwarf_tsearchbal.c,dwarf_tsearchbin.c,dwarf_tsearchepp.c,
Packit cdaae3
       dwarf_tsearchred.c: Use DW_TSHASHTYPE.
Packit cdaae3
     * dwarf_tsearchhash.c: use DW_TSHASHTYPE, add UNUSEDARG use.
Packit cdaae3
       Now the primes list starts at 79, not 5 (the low numbers
Packit cdaae3
       were really only for basic testing). Add UNUSEDARG
Packit cdaae3
       though it is defined as empty here (it is for gcc
Packit cdaae3
       to suppress some warnings).
Packit cdaae3
     * tsearch_tester.c: Use DW_TSHASHTYPE.  Changed one
Packit cdaae3
       error message to help match with input test files.
Packit cdaae3
2016-02-07  David Anderson
Packit cdaae3
     * All .h, .c: Changed the return type of the hashfunc
Packit cdaae3
       to be DW_TSHASHTYPE so it can easily be overridden.
Packit cdaae3
       Unsigned long did not work well on a P64, IL32
Packit cdaae3
       environment. Now it is easy to use -D to
Packit cdaae3
       for folks in such an environment.
Packit cdaae3
2016-01-20  David Anderson
Packit cdaae3
     * dwarf_tsearchbal.c: Deleted the unused little function rotatex().
Packit cdaae3
2016-01-14  David Anderson
Packit cdaae3
     * dwarf_tsearchtester.c: Fixed compilation warnings (some of them).
Packit cdaae3
     * dwarf_tsearchbal.c: Added a comment.
Packit cdaae3