Robert James Kaes
|
1955dcd47b
|
(vector_getentry): Changed the API to return the data pointer and have
the length returned in a argument variable pointer. This should be a
more natural way of using the function.
|
2003-05-30 16:21:48 +00:00 |
|
Robert James Kaes
|
c3eaebd1c5
|
# Added a vector_prepend() function and recoded the old vector_insert()
to be a general "insert" for both vector_append() and vector_prepend()
|
2003-05-29 21:07:22 +00:00 |
|
Robert James Kaes
|
42f9f37afc
|
(vector_append): Renamed the vector_insert() function to more
accurately indicate that entries are appended to the end of the
vector.
|
2003-05-29 20:47:52 +00:00 |
|
Robert James Kaes
|
54f369a734
|
Added the vector module which is a vector implementation. I use it in the
hashmap implementation.
|
2002-04-07 21:29:23 +00:00 |
|