summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/hcreate.c
Commit message (Collapse)AuthorAgeFilesLines
* MFC r268945:pfg2014-08-041-1/+0
| | | | | | | | | | | | | | | | | | Fix hdestroy() compliance issue. The hcreate(3) implementation and related functions we inherited from NetBSD used to free() the key value, something that is not supported by the standard implementation. This would cause a segmentation fault when attempting to run the examples from the opengroup and linux manpages. There is no need to bump the __FreeBSD_version as we have always claimed XPG4.2 compliance but if some reference is required, the bump for r269484 can be used. Reference: http://bugs.dragonflybsd.org/issues/1398
* MFC r268644:pfg2014-07-211-3/+3
| | | | | | | | libc/stdlib: Minor cleanups to code originating in NetBSD Mostly ANSIfication and typos. Obtained from: NetBSD
* - remove superfluous worddanger2008-07-061-3/+3
| | | | | | - remove contractions MFC after: 3 days
* Remove improper use of <namespace.h>deischen2002-06-271-1/+0
|
* Fix the style of the SCM ID's.obrien2002-03-221-1/+3
| | | | I believe have made all of libc .c's as consistent as possible.
* Add new, from scratch implementation of hsearch() et al that actually works.ru2001-05-151-0/+184
Obtained from: NetBSD MFC after: 1 month
OpenPOWER on IntegriCloud