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
|
391a408eee
|
Fixed a tonne of spelling mistakes.
|
2002-05-24 04:45:32 +00:00 |
|
Robert James Kaes
|
451fad1ed2
|
Changed the header includes around to reflect the new source layout.
|
2002-05-23 18:20:27 +00:00 |
|
Robert James Kaes
|
d46cba8a0b
|
Added a "tail" pointer to the vector to make insertions more efficient.
|
2002-05-13 23:32:16 +00:00 |
|
Robert James Kaes
|
3b5a4b7362
|
Replaced the explicit header includes with one call to tinyproxy.h. Also,
added the utils.h header and changed all the malloc, calloc, free, and
strdup to the appropriate safe variety.
|
2002-04-18 17:57:20 +00:00 |
|
Robert James Kaes
|
2f54303d98
|
Cleaned up the include lines to be slightly more portable (I hope.)
|
2002-04-09 16:28:13 +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 |
|