Woohoo!
On Wed, Feb 4, 2015 at 2:00 AM, Wireshark code review <[email protected]> wrote: > URL: > https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=7ced085550d030ea10525d650c8d5d8dc7c99684 > Submitter: Anders Broman ([email protected]) > Changed: branch: master > Repository: wireshark > > Commits: > > 7ced085 by Michael Mann ([email protected]): > > emem is dead! Long live wmem! > > Change-Id: Iddd1200e62bf3200cb1a68408378dd9d47120b77 > Reviewed-on: https://code.wireshark.org/review/6939 > Reviewed-by: Michael Mann <[email protected]> > Petri-Dish: Michael Mann <[email protected]> > Reviewed-by: Evan Huus <[email protected]> > Tested-by: Petri Dish Buildbot <[email protected]> > Reviewed-by: Anders Broman <[email protected]> > > > Actions performed: > > from 90a76e0 Convert val_to_str -> val_to_str_wmem. > adds 7ced085 emem is dead! Long live wmem! > > > Summary of changes: > debian/libwireshark0.symbols | 4 - > doc/Makefile.am | 1 - > doc/README.malloc | 92 ----- > epan/CMakeLists.txt | 1 - > epan/Makefile.common | 2 - > epan/emem.c | 800 > ------------------------------------------ > epan/emem.h | 118 ------- > epan/epan.c | 8 +- > epan/packet.c | 19 - > epan/reassemble_test.c | 4 - > epan/value_string.c | 1 - > tools/checkAPIs.pl | 4 - > 12 files changed, 1 insertion(+), 1053 deletions(-) > delete mode 100644 doc/README.malloc > delete mode 100644 epan/emem.c > delete mode 100644 epan/emem.h > ___________________________________________________________________________ > Sent via: Wireshark-commits mailing list <[email protected]> > Archives: http://www.wireshark.org/lists/wireshark-commits > Unsubscribe: https://wireshark.org/mailman/options/wireshark-commits > > mailto:[email protected]?subject=unsubscribe ___________________________________________________________________________ Sent via: Wireshark-dev mailing list <[email protected]> Archives: http://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev mailto:[email protected]?subject=unsubscribe
