Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src
Module Name: src
Committed By: christos
Date: Sun Jul 20 13:34:17 UTC 2014
Modified Files:
src/include: search.h
src/lib/libc/stdlib: Makefile.inc hcreate.3 hcreate.c
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/include/search.h
cvs rdiff -u -r1.81 -r1.82 src/lib/libc/stdlib/Makefile.inc
cvs rdiff -u -r1.10 -r1.11 src/lib/libc/stdlib/hcreate.3
cvs rdiff -u -r1.8 -r1.9 src/lib/libc/stdlib/hcreate.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index