]> arthur.barton.de Git - ngircd-alex.git/history - src/ngircd/array.c
array_get: no need to multiply again. remove unneeded checks. remove array_free_wipe().
[ngircd-alex.git] / src / ngircd / array.c
2006-09-30 Florian Westphalarray_get: no need to multiply again. remove unneeded...
2006-07-01 Florian WestphalALIGN_XXX( v ) macros now leave v alone if it was alrea...
2006-05-09 Florian Westphaldisabled most (rather annoying) debug messages using...
2006-05-07 Florian Westphalminor cleanup, removed unneeded check in safemult_sizet
2005-08-30 Florian Westphaluse size_t instead of unsigned int.
2005-08-28 Florian Westphalfix embarassing cut&paste error
2005-08-28 Florian Westphalarray_cat0_temporary(): removed confusing DEBUG messages
2005-07-28 Florian Westphaladd array_cat0_temporary() and array_init()
2005-07-14 Alexander BartonBrought some debug log messages "in line".
2005-07-11 Florian Westphalchange assertions to stop splint from complaining
2005-07-07 Florian Westphalsafemult_uint(): return bool
2005-07-07 Florian Westphaladd new buffer abstraction layer