I really didn't like the way generic arrays (lists) were
authorGerald Carter <jerry@samba.org>
Tue, 18 Jul 2000 05:12:49 +0000 (05:12 +0000)
committerGerald Carter <jerry@samba.org>
Tue, 18 Jul 2000 05:12:49 +0000 (05:12 +0000)
commit0863ce3a31e4c76c8356850ac128f6d96ea54917
tree31791b79e6a44d684816a426b9d776f9e7fd7e7e
parentccebd70df2c096de1b183ae072c2c720e2277c6f
I really didn't like the way generic arrays (lists) were
implemented in util_array.c so I wrote a smaller (and simplier
package).

I would like to replace the use of util_array.c functions
in the rest of the source tree if no one objects.
This will be an interface change, but not really a difference
in the functionality provided.

--jerry
source/lib/util_list.c [new file with mode: 0644]