From: <[EMAIL PROTECTED]> Sent: Saturday, January 20, 2001 10:19 AM
> > gstein 01/01/20 03:34:32 > > > > Modified: include apr_tables.h > > tables apr_tables.c > > Log: > > yes, you *will* use a hash instead. any questions can be directed to > > Bubba. > > ????? A hash and a table are two different things and both are > useful. How do I insert data into a hash and iterate over it in the exact > same order? apr_table_t is a list, but we don't insert. Hashed tables can't be iterated. There needs to be something in between for some classes of data. > I would really have appreciated if this change had been discussed at some > point before an entire type was just removed. Ack, although we aren't using it right -now-, I'm -0.5 on this change
