diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2012-05-30 22:52:14 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2012-05-30 22:52:14 +0200 |
commit | d2bb663ad0a1c0fd6970a0de0f7cd8e5cf054a37 (patch) | |
tree | a0edbf947eeb08ec040fe8e8c2a07f398e330514 | |
parent | 80dd7372b236a7f4d9ea2e47f5760fde9bbc93b9 (diff) | |
download | web-d2bb663ad0a1c0fd6970a0de0f7cd8e5cf054a37.tar.gz web-d2bb663ad0a1c0fd6970a0de0f7cd8e5cf054a37.tar.bz2 web-d2bb663ad0a1c0fd6970a0de0f7cd8e5cf054a37.zip |
hurd/libihash: Add libiberty's hashtab.c.
-rw-r--r-- | hurd/libihash.mdwn | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/hurd/libihash.mdwn b/hurd/libihash.mdwn index 03ebae82..d6b8e8b6 100644 --- a/hurd/libihash.mdwn +++ b/hurd/libihash.mdwn @@ -1,4 +1,4 @@ -[[!meta copyright="Copyright © 2009, 2010, 2011 Free Software Foundation, +[[!meta copyright="Copyright © 2009, 2010, 2011, 2012 Free Software Foundation, Inc."]] [[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable @@ -6,8 +6,8 @@ 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]]."]]"""]] +is included in the section entitled [[GNU Free Documentation +License|/fdl]]."]]"""]] [[!tag open_issue_hurd]] @@ -48,6 +48,8 @@ is included in the section entitled * libstdc++: `unordered_map`, `tr1/unordered_map`, `ext/hash_map` + * libiberty: `hashtab.c` + * <http://cmph.sourceforge.net/> * <http://libhashish.sourceforge.net/> |