diff interps/cfunge/cfunge-src/lib/libghthash/README @ 996:859f9b4339e6

<Gregor> tar xf egobot.tar.xz
author HackBot
date Sun, 09 Dec 2012 19:30:08 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/interps/cfunge/cfunge-src/lib/libghthash/README	Sun Dec 09 19:30:08 2012 +0000
@@ -0,0 +1,11 @@
+This directory contains part of libghthash-0.6.2 from
+http://www.ipd.bth.se/ska/sim_home/libghthash.html
+Only the parts cfunge use are included. See website for more information on the
+library.
+
+It has been changed to:
+ * Use Boehm-GC.
+ * Use C99 stuff when possible.
+ * Not be generic, but use the exact data types we handle.
+ * Hard code stuff in to avoid function pointers.
+ * Possibly some other stuff.