Home | History | Annotate | Download | only in hash
History log of /src/lib/libc/hash/hashhl.c
RevisionDateAuthorComments
 1.8  04-Sep-2023  mrg fix pointer vs array function definition issues.

for the backend End and Data functions, use "char buf[HASH_STRLEN]"
instead of "char *buf", to match the public functions.

fixes GCC 12 warning.
 1.7  24-Sep-2014  christos undo, the right place for this is compat_defs.h
 1.6  24-Sep-2014  he Provide a backward-compatible conditional define of O_CLOEXEC
for those systems which lack it, since these files are used in
tools builds.
 1.5  18-Sep-2014  christos make more descriptors that we open as close-on-exec
 1.4  17-Jan-2010  wiz Close file handle in error case. Found by cppcheck.
 1.3  06-Mar-2009  apb According to Alexander Bluhm in tech-toolchain on 31 Jan 2009, the way
these files use __weak_alias causes build failures under OpenBSD,
because the OpenBSD __weak_alias macro expects the caller to supply a
semicolon, but the NetBSD __weak_alias macro supplies its own semicolon.

Attempt to fix this by avoiding the use of __weak_alias during a tools
build.
 1.2  12-Feb-2009  lukem sign-compare fix
 1.1  28-Sep-2005  christos branches: 1.1.26; 1.1.30;
Rename "hash.c" to "hashhl.c" since this is included from *hl.c files.
The name "hash.c" is already used in db/hash/hash.c, and having duplicated
names, aside from it being bad style, breaks the tools/nbcompat build
because it picks the wrong hash.c file. Thanks to greg for helping debug
this.
 1.1.30.1  13-May-2009  jym Sync with HEAD.

Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
 1.1.26.1  27-Mar-2009  msaitoh Pull up following revision(s) (requested by apb in ticket #579):
gnu/dist/texinfo/lib/system.h 1.11
lib/libc/hash/hashhl.c 1.3
lib/libc/md/mdXhl.c 1.8
dist/file/src/file.h 1.18

Improve the ability to cross-build from Linux and OpenBSD hosts.

RSS XML Feed