]> granicus.if.org Git - gc/commit
2009-06-12 Hans Boehm <Hans.Boehm@hp.com> (Really Ivan Maidanski and George Talbot)
authorhboehm <hboehm>
Fri, 12 Jun 2009 18:59:14 +0000 (18:59 +0000)
committerIvan Maidanski <ivmai@mail.ru>
Tue, 26 Jul 2011 17:06:45 +0000 (21:06 +0400)
commit1868d6860b5b5aaff22beb064417f27cb9577a3e
tree033ca993f2fcb4cefe6dde8c54d15d1bdff982f1
parentf353c00dcba3b5afd07ced717e7fb4adce5edb2b
2009-06-12  Hans Boehm <Hans.Boehm@hp.com> (Really Ivan Maidanski and George Talbot)
(diff95_cvs)
* include/private/gcconfig.h (PLATFORM_ANDROID): New macro
        recognized (for Linux on ARM32 without glibc).
        * include/private/gcconfig.h (STRTOULL): Define for all targets
        (define as "strtoul" for most targets except for LLP64/Win64).
        * misc.c (GC_init_inner): Use STRTOULL instead of atoi/atol()
        (cast the result to word type) to decode values of "GC_TRACE",
        "GC_INITIAL_HEAP_SIZE", "GC_MAXIMUM_HEAP_SIZE" environment vars.
ChangeLog
include/private/gcconfig.h
misc.c