Wireshark-commits: [Wireshark-commits] rev 49060: /trunk/ /trunk/doc/: README.wmem /trunk/epan/wmem
Date: Fri, 26 Apr 2013 21:30:25 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=49060

User: eapache
Date: 2013/04/26 02:30 PM

Log:
 Wmem string-buffer improvements:
 - better tests
 - fix a bug caught by the better tests
 - implement append_c and append_unichar, with tests
 
 Wmem string-buffers now have feature parity with their emem equivalents, so
 remove them from the TODO list.

Directory: /trunk/doc/
  Changes    Path           Action
  +0 -1      README.wmem    Modified

Directory: /trunk/epan/wmem/
  Changes    Path             Action
  +37 -2     wmem_strbuf.c    Modified
  +8 -0      wmem_strbuf.h    Modified
  +26 -3     wmem_test.c      Modified