Use intptr_t for int-to-pointer conversions.
[obnox/wireshark/wip.git] / epan / emem.c
2006-03-03 geraldUse intptr_t for int-to-pointer conversions.
2006-02-27 geraldAdd guard pages to emem.c. GP memory is protected...
2006-02-23 geraldPrint an error when we detect memory corruption. Fix...
2006-02-14 guyHave the emem.c memdup routines accept and return ...
2006-01-18 geraldIn packet-cops.c use proto_item_append_text() instead...
2006-01-11 geraldPass the correct arguments to fopen().
2006-01-11 geraldFix compiling under GLib 1, squelch a gcc warning.
2006-01-10 geraldClose "/dev/urandom" if we manage to open it.
2006-01-10 geraldAllocate memory on 8-byte boundaries again. Tweak...
2006-01-10 guyAllowing pointer arithmetic on "void *"s is a GCCism...
2006-01-09 geraldAdd canary values after each allocation. If our canari...
2005-12-09 sahlbergif passed a NULL string, make se_strdup() return the...
2005-10-10 guyAdd "ep_strdup_vprintf()" and "se_strdup_vprintf()...
2005-10-08 legomake .._strndup() not to call strndup.
2005-10-06 legoep_strndup and se_strndup do not have to expect strings...
2005-10-01 legoemem.[ch]:
2005-09-02 geraldFix a typo.
2005-08-26 geraldAdd a pair of #defines to emem.c that make ep_alloc...
2005-08-16 legomore allocators se_alloc0() se_memdups() se_strdup...
2005-08-12 sahlbergAdd beginning of seasonal allocation in addition...
2005-07-27 legoRemove two warnings
2005-07-26 legonew functions:
2005-07-24 legoI believe we should use DISSECTOR_ASSERT instead of...
2005-07-24 legoadd some utility functions that use ep_alloc instead...
2005-07-22 sahlberginclude stdlib instead of malloc.h
2005-07-22 jmayerSet svn:keywords and svn:eol-style
2005-07-22 sahlbergEMEM : a simple and FAST api to allocate memory that...