2011-04-20 Ivan Maidanski <ivmai@mail.ru>
authorivmai <ivmai>
Wed, 20 Apr 2011 21:25:18 +0000 (21:25 +0000)
committerIvan Maidanski <ivmai@mail.ru>
Tue, 26 Jul 2011 17:06:58 +0000 (21:06 +0400)
commit83e0a2cefcbc88bdbc19bcf98cc3a1f1cf307d63
tree3ed52e8e4f037f5cf6bd6ba54b3f5099028da7c7
parentaf1726c615b5af04e3fe20b8782c1560aac41f7f
2011-04-20  Ivan Maidanski  <ivmai@mail.ru>

* misc.c (GC_parse_mem_size_arg): Allow 'k', 'M', 'G' suffixes in
heap size specifier; return 0 if not a valid one.
* include/gc_cpp.h: Explicitly define inline one-argument delete
operator for Cygwin (as a workaround).
* include/gc_cpp.h: Reformat the code.
* tests/test_cpp.cc: Ditto.
* tests/test_cpp.cc (main): Suppress compiler warnings about
"assigned value is unused".
ChangeLog
include/gc_cpp.h
misc.c
tests/test_cpp.cc