summaryrefslogtreecommitdiff
path: root/test/testhash.c
Commit message (Collapse)AuthorAgeFilesLines
* Joe pointed out that this file wasn't committed yesterday.rbb2002-12-051-165/+313
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64120 13f79535-47bb-0310-9956-ffa450edef68
* Update our copyright for this year.fielding2002-03-131-1/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63117 13f79535-47bb-0310-9956-ffa450edef68
* fix the type of the length parameter to apr_hash_this()trawick2001-08-071-3/+3
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@62122 13f79535-47bb-0310-9956-ffa450edef68
* Context man, give me contextwrowe2001-08-021-10/+10
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@62078 13f79535-47bb-0310-9956-ffa450edef68
* Add apr_hash_overlay function in the spirit of apr_table_overlay.jerenkrantz2001-07-191-0/+293
Also add testhash.c program to test the proper operation of the hash functions. I (Justin) did the following things to Ian's patch as posted: - Reformatted to fit APR coding style. - Fixed comment in apr_hash.h (swapped base and overlay) - Also reformat the test/Makefile.in while I'm at it Submitted by: Ian Holsman <ianh@cnet.com> Reviewed by: Justin Erenkrantz, Brian Pane <bpane@pacbell.net> git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61966 13f79535-47bb-0310-9956-ffa450edef68