diff options
-rw-r--r-- | hurd.mdwn | 1 | ||||
-rw-r--r-- | hurd/libihash.mdwn | 35 |
2 files changed, 36 insertions, 0 deletions
@@ -95,6 +95,7 @@ in the *unstable* branch of the Debian archive. * [[libhello_example]] -- Hurd library example * [[libtrivfs]] * [[libnetfs]] -- short introductory material + * [[libihash]] * [[IO_Path]] * [[Porting]] * [[Debugging]] diff --git a/hurd/libihash.mdwn b/hurd/libihash.mdwn new file mode 100644 index 00000000..58b6368c --- /dev/null +++ b/hurd/libihash.mdwn @@ -0,0 +1,35 @@ +[[!meta copyright="Copyright © 2009, 2010 Free Software Foundation, Inc."]] + +[[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable +id="license" text="Permission is granted to copy, distribute and/or modify this +document under the terms of the GNU Free Documentation License, Version 1.2 or +any later version published by the Free Software Foundation; with no Invariant +Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license +is included in the section entitled +[[GNU_Free_Documentation_License|/fdl]]."]]"""]] + + * Hurd libihash + + * old + + * new + + * hurd-l4 libhurd-ihash + + * viengoos libhurd-ihash + +# Alternatives? + + * glibc + + * include/inline-hashtab.h + + * locale/programs/simple-hash.h + + * misc/hsearch_r.c + + * NNS; cf. f46f0abfee5a2b34451708f2462a1c3b1701facd + + * <http://cmph.sourceforge.net/> + + * <http://libhashish.sourceforge.net/> |