History log of /netbsd-src/lib/libc/stdlib/hcreate.c (Results 1 – 13 of 13)
Revision Date Author Comments
# e9fdd3c8 13-Mar-2022 kre <kre@NetBSD.org>

Avoid referencing uninit'd memory.


# 3249d3dc 12-Mar-2022 christos <christos@NetBSD.org>

reallocarr returns errno. preserve it.


# 6876a600 12-Mar-2022 nia <nia@NetBSD.org>

hcreate(3): use reallocarr instead of malloc(x * y)


# 6030f04a 20-Jul-2014 christos <christos@NetBSD.org>

amend the new destroy function to take function pointers.


# 842ee049 20-Jul-2014 christos <christos@NetBSD.org>

Our hdestroy implementation was non-conformant because it freed the key of
each entry. Add a new function hdestroy1 that allows the user to control
what gets freed. Pointed out by Pedro Giffuni at Fr

Our hdestroy implementation was non-conformant because it freed the key of
each entry. Add a new function hdestroy1 that allows the user to control
what gets freed. Pointed out by Pedro Giffuni at FreeBSD.

show more ...


# fb9e5ffd 17-Sep-2011 christos <christos@NetBSD.org>

remove the advertising clause so it can be used by the OpenJDK.


# 05845f98 14-Sep-2011 christos <christos@NetBSD.org>

add re-entrant versions of the hash functions based on the GNU api.


# 8897ce05 21-Jul-2008 lukem <lukem@NetBSD.org>

Remove the \n and tabs from the __COPYRIGHT() strings.
Tweak to use a consistent format.


# 04680727 23-Apr-2004 simonb <simonb@NetBSD.org>

s/this this/this/.


# 99410184 26-Jul-2003 salo <salo@NetBSD.org>

netbsd.org->NetBSD.org


# 2e118c9d 21-Feb-2001 lukem <lukem@NetBSD.org>

fix _DIAGASSERT usage in hsearch()


# 68725996 19-Feb-2001 ross <ross@NetBSD.org>

LP64


# 51a7af15 14-Feb-2001 cgd <cgd@NetBSD.org>

add new, from scratch implementation of hsearch() et al that actually works