acadia-newlib/newlib/libc/search
Jeff Johnston cec4a9f8f0 2002-07-02 Chris Demetriou <cgd@broadcom.com>
* libc/include/sys/config.h (__IEEE_LITTLE_ENDIAN)
        (__IEEE_BIG_ENDIAN): Define appropriately for MIPS.
        Check that one of them is defined and error out if not.
        Add any platforms defined in <machine/ieeefp.h> that are missing.
        * libc/search/hash.h (DB_BYTE_ORDER, DB_BIG_ENDIAN)
        (DB_LITTLE_ENDIAN): New defines.
        * libc/search/hash.c: Replace all incorrect checks for
        _IEEE_LITTLE_ENDIAN with tests of BYTE_ORDER, and all uses of
        BYTE_ORDER, LITTLE_ENDIAN, and BIG_ENDIAN with DB_* versions.
        * libc/search/hash_page.c: Likewise.
2002-07-02 18:18:58 +00:00
..
Makefile.am * libc/search/db_local.h: New file. 2002-06-24 23:05:08 +00:00
Makefile.in * libc/search/db_local.h: New file. 2002-06-24 23:05:08 +00:00
bsearch.c
db_local.h * libc/search/db_local.h: New file. 2002-06-24 23:05:08 +00:00
extern.h
hash.c 2002-07-02 Chris Demetriou <cgd@broadcom.com> 2002-07-02 18:18:58 +00:00
hash.h 2002-07-02 Chris Demetriou <cgd@broadcom.com> 2002-07-02 18:18:58 +00:00
hash_bigkey.c * libc/search/db_local.h: New file. 2002-06-24 23:05:08 +00:00
hash_buf.c * libc/search/db_local.h: New file. 2002-06-24 23:05:08 +00:00
hash_func.c * libc/search/db_local.h: New file. 2002-06-24 23:05:08 +00:00
hash_log2.c * libc/search/db_local.h: New file. 2002-06-24 23:05:08 +00:00
hash_page.c 2002-07-02 Chris Demetriou <cgd@broadcom.com> 2002-07-02 18:18:58 +00:00
hcreate.3
hcreate.c
hcreate_r.c
page.h
qsort.c
tdelete.c
tdestroy.c
tfind.c
tsearch.3
tsearch.c
twalk.c