summaryrefslogtreecommitdiff
path: root/rts/Hash.c
Commit message (Expand)AuthorAgeFilesLines
* rts/Hash: Constify HashTable* in lookupHashTableBen Gamari2015-11-031-3/+3
* Trac #9878: Make the static form illegal in interpreted mode.Alexander Vershilov2015-01-161-8/+16
* Groom comments related to StaticPointers.Facundo Domínguez2014-12-221-1/+1
* Implement -XStaticValuesFacundo Domínguez2014-12-091-0/+23
* Revert "rts: add Emacs 'Local Variables' to every .c file"Simon Marlow2014-09-291-8/+0
* rts: add Emacs 'Local Variables' to every .c fileAustin Seipp2014-07-281-0/+8
* rts: delint/detab/dewhitespace Hash.cAustin Seipp2014-07-281-64/+64
* Separate StablePtr and StableName tables (#7674)Simon Marlow2013-02-141-0/+5
* The hash table implementation had some static free lists that wereSimon Marlow2011-04-151-34/+33
* RTS tidyup sweep, first phaseSimon Marlow2009-08-021-1/+1
* Move file locking into the RTS, fixing #629, #1109Simon Marlow2007-11-201-6/+3
* Remember to free() memory on exitSimon Marlow2006-08-081-0/+22
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+376