Re: [Patch] Add apr_hash_overlay

2001-07-17 Thread Brian Pane
Ian Holsman wrote: Brian Pane wrote: Ian Holsman wrote: any comments on this patch? I just read through it, and I have one major and one minor issue: 1. Is it just my imagination, or is the overlay logic backwards? It looks like you're making a copy of overlay and then writing elements from

Re: [Patch] Add apr_hash_overlay

2001-07-17 Thread Ian Holsman
Brian Pane wrote: Ian Holsman wrote: Brian Pane wrote: Ian Holsman wrote: any comments on this patch? I just read through it, and I have one major and one minor issue: 1. Is it just my imagination, or is the overlay logic backwards? It looks like you're making a copy of overlay and then

[Patch] Add apr_hash_overlay

2001-07-16 Thread Ian Holsman
This is the first part of allow notes 'tables' to become hash tables. the patch adds a function to 'merge' two hash tables together, a test program for hash tables, and a small fix to apr_hash_first (make the arg a const) (I've attached the testhash.c, but am currently on Windows, so I didnt