diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2009-03-05 17:57:29 +0100 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2009-04-05 17:12:52 +0200 |
commit | b696ce4880f6eda53edcb5d6cca445c3ac7b01bf (patch) | |
tree | 556138ae6b7895e2811a221e66942c8096b455a3 | |
parent | 84468ee9e426f571012cdc22f4a6d45a8ca32340 (diff) |
hurd/libihash: New.
-rw-r--r-- | hurd.mdwn | 1 | ||||
-rw-r--r-- | hurd/libihash.mdwn | 35 |
2 files changed, 36 insertions, 0 deletions
@@ -92,6 +92,7 @@ in the *unstable* branch of the Debian archive. * [[libchannel]] * [[libhello_example]] -- Hurd library example * [[libnetfs]] -- short introductory material + * [[libihash]] * [[IO_Path]] * [[Debugging]] * [Hurd Sourcecode Reference](http://www.htu.tugraz.at/~past/hurd/global/): Searchable and browsable index of the code. diff --git a/hurd/libihash.mdwn b/hurd/libihash.mdwn new file mode 100644 index 00000000..4af92f71 --- /dev/null +++ b/hurd/libihash.mdwn @@ -0,0 +1,35 @@ +[[meta copyright="Copyright © 2009 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/> |