summaryrefslogtreecommitdiff
path: root/src/util/Hash.c
Commit message (Collapse)AuthorAge
* typo in commentrideout2003-08-22
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3385 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Putting semicolons at the end of the CCTK_FILEVERSIONs.goodale2002-11-12
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@3028 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixing some compiler warnings.goodale2001-06-25
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@2250 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Making rcsid strings constant - PR 669.goodale2001-05-10
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@2159 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Lots more grdoc.goodale2000-11-13
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1889 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added extra argument to Util_HashDestroy so a function which destroysgoodale2000-09-14
| | | | | | | | | | | | the objects stored in the hash can be passed in. If NULL is passed it ignored this argument. Fixed a bug in Util_HashDestroy. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1814 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added a 'volatile' qualifier to all variables which hold the result of atradke2000-09-12
| | | | | | | | modulo operation. This just servers as a temporary workaround for a Hitachi compiler bug. git-svn-id: http://svn.cactuscode.org/flesh/trunk@1813 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Removing rcsid warningsallen2000-04-17
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1559 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Made string arguments const. Some cosmetic changes.goodale2000-03-09
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1452 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Untabified. A few format changes to get closer to standard.goodale2000-03-07
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1433 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Standardising function and structure namesallen2000-02-03
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1347 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Collision chaining hash tables.goodale1999-10-27
Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1115 17b73243-c579-4c4c-a9d2-2d5706c11dac