platform/upstream/libgc.git
2012-02-14 Ivan MaidanskiPrevent NO_DYLD_BIND_FULLY_IMAGE redefinition (Darwin)
2012-02-14 Ivan MaidanskiUpdate ChangeLog
2012-02-14 Ivan MaidanskiAdd SHORT_DBG_HDRS macro template to configure
2012-02-14 Ivan MaidanskiReformat configure (wrap long lines and remove unnecess...
2012-02-14 Ivan MaidanskiRemove unsupported MMAP_STACKS (specific to Solaris...
2012-02-14 Ivan MaidanskiImprove GC_allochblk algorithm of block splitting when...
2012-02-14 Ivan MaidanskiMinor code refactoring of GC_allochblk_nth
2012-02-13 Ivan MaidanskiCode refactoring of GC_remove_from_fl
2012-02-13 Ivan MaidanskiDo not avoid splitting if nothing currently unmapped...
2012-02-12 Ivan MaidanskiMinor code refactoring of GC_freehblk (change type...
2012-02-10 Ivan MaidanskiReport inconsistent configuration if PARALLEL_MARK...
2012-02-10 Ivan MaidanskiFix GC_root_size update in GC_add_roots_inner (Win32)
2012-02-09 Ivan MaidanskiUpdate TODO (failure in Cygwin resolved)
2012-02-09 Ivan MaidanskiAllow to get memory via Win32 VirtualAlloc (USE_WINALLO...
2012-02-09 Ivan MaidanskiCode refactoring (test single macro instead of MSWIN32...
2012-02-07 Ivan MaidanskiCode refactoring of GC_remap
2012-02-06 Ivan MaidanskiTurn internal GC_mark_stack_empty function into macro
2012-02-06 Ivan MaidanskiAllow to exclude finalization support by GC_NO_FINALIZA...
2012-02-03 Ivan MaidanskiAdd missing GC_ATTR_UNUSED annotation to GC_store_debug...
2012-02-03 Ivan MaidanskiMove finalize.c global variables outside to alloc.c...
2012-02-03 Ivan MaidanskiUpdate ChangeLog
2012-02-03 Ivan MaidanskiImplement GC_get_stack_base for Darwin if threads suppo...
2012-02-03 Ivan MaidanskiDeclare privately and use handy GC_base_C() for constan...
2012-02-03 Ivan MaidanskiPrevent compiler warnings in GC_FindTopOfStack and...
2012-02-01 Ivan MaidanskiTag must-be-non-null arguments of GC API functions...
2012-02-01 Ivan MaidanskiTag deprecated variables in GC API with the correspondi...
2012-02-01 Ivan MaidanskiAdd support of GC_ATTR_MALLOC for MS VS
2012-02-01 Ivan MaidanskiTag auxiliary malloc-like API functions with 'malloc...
2012-02-01 Ivan MaidanskiRemove duplicate compiler option in NT_X64_THREADS_MAKEFILE
2012-02-01 Ivan MaidanskiRefine documentation comments and minor code refactorin...
2012-02-01 Ivan MaidanskiAdd GC_is_disabled new function to GC API
2012-02-01 Ivan MaidanskiRefine GC_stackbottom description in gc.h
2012-02-01 Ivan MaidanskiAdd assertion to GC_incremental_protection_needs, refin...
2012-02-01 Ivan MaidanskiFix a typo in gc.h comment
2012-02-01 Ivan Maidanskigctest: Avoid use of deprecated GC_dont_gc and GC_stack...
2012-02-01 Ivan Maidanskicordtest: Report success to stdout instead of stderr
2012-01-31 Ivan MaidanskiAdd assertions to check GC_large_free_bytes and GC_root...
2012-01-31 Ivan MaidanskiUpdate ChangeLog
2012-01-31 Ivan MaidanskiFix FREE_ASSERT usage (fix missing trailing semi-colon)
2012-01-31 Ivan MaidanskiAdjust GC_requested_heapsize on GC_init if GC_INITIAL_H...
2012-01-31 Ivan MaidanskiMake logged info of GC_stopped_mark and GC_print_heap_s...
2012-01-30 Ivan MaidanskiOpen log file in APPEND mode (Win32) if file name given via
2012-01-30 Ivan MaidanskiCode refactoring of GC_CreateLogFile (Win32)
2012-01-30 Ivan MaidanskiCode refactoring of GC_get_nprocs (define for every...
2012-01-29 Ivan MaidanskiUpdate TODO file
2012-01-29 Ivan MaidanskiUse union of AO_t and word for mse_descr to avoid type...
2012-01-29 Ivan MaidanskiCode refactoring regarding GC_PUSH_ONE_HEAP (mark)
2012-01-29 Ivan MaidanskiCode refactoring of Darwin GC_dyld_image_add/remove...
2012-01-29 Ivan MaidanskiUse union of AO_t and 'tse' data pointer in specific...
2012-01-29 Ivan MaidanskiRemove part of DllMain-specific code which is always...
2012-01-29 Ivan MaidanskiAdd missing 'volatile' for AO_t variable definitions
2012-01-29 Ivan MaidanskiMove some GC_arrays non-pointer fields to module where...
2012-01-28 Ivan MaidanskiAdjust GC_log_printf format specifiers (regarding signe...
2012-01-28 Ivan Maidanskigctest: Output marker threads count at end
2012-01-28 Ivan MaidanskiMake GC_parallel a synonym to GC_markers_m1
2012-01-28 Ivan MaidanskiParallel-marker code refactoring (replace GC_markers...
2012-01-28 Ivan MaidanskiChange GC_markers and GC_nprocs type to int
2012-01-27 Ivan MaidanskiLog amount of unmapped memory (if enabled) on marking...
2012-01-27 Ivan MaidanskiCode refactoring of GC_finish_collection (eliminate...
2012-01-27 Ivan MaidanskiFix GC_init_linux_data_start to set GC_data_start to...
2012-01-26 Ivan MaidanskiUpdate ChangeLog
2012-01-26 Ivan MaidanskiFix static data roots registration on Android (if GC...
2012-01-26 Ivan MaidanskiFix gcconfig.h to define USE_GET_STACKBASE_FOR_MAIN...
2012-01-26 Ivan MaidanskiAdd debug logging on data roots addition or removal...
2012-01-26 Ivan MaidanskiAdjust OK_DISCLAIM_INITZ definition
2012-01-26 Daniel R. GraysonFix GC_add_roots_inner for Mac OS X (enable GC_dyld_ima...
2012-01-26 Petter UrkedalRemove closure data from GC_register_disclaim_proc.
2012-01-25 Ivan MaidanskiRemove Android-specific code inside Solaris-specific...
2012-01-25 Ivan MaidanskiMove GC_register_disclaim_proc to fnlz_mlc
2012-01-25 Ivan MaidanskiCode refactoring of GC_init_real_syms (GC_USE_DLOPEN_WR...
2012-01-24 Ivan MaidanskiWorkaround some Linux/arm kernels bug to get correct...
2012-01-24 Ivan MaidanskiFix GC_get_nprocs (Linux) returned variable type
2012-01-24 Ivan Maidanski.gitignore: Add gc.log
2012-01-24 Ivan MaidanskiRecognize GC_LOG_TO_FILE_ALWAYS macro to log to 'gc...
2012-01-24 Ivan MaidanskiEnable GC_MIN_MARKERS to set minimal number of pthread...
2012-01-23 Ivan MaidanskiPrevent 'unused var' warnings and adjust ABORT message...
2012-01-23 Ivan MaidanskiUpdate TODO file
2012-01-23 Ivan MaidanskiUpdate ChangeLog
2012-01-23 Patrick C.... Integrate ancient 'pcbeard' GC port for MacOS 9 Classic
2012-01-23 Ivan MaidanskiRemove unused USE_GENERIC_PUSH_REGS macro (avr32)
2012-01-23 Ivan Maidanskiconfigure: Enable parallel mark by default (only Linux...
2012-01-23 Ivan MaidanskiSplit GC_abort with GC_on_abort and abort() invoked...
2012-01-23 Ivan MaidanskiPrevent compiler warning in GC_print_callers (regarding...
2012-01-23 Ivan MaidanskiReplace ABORTs followed by statement with ABORT_RET...
2012-01-23 Ivan MaidanskiTurn some unreachable return statements into reachable...
2012-01-23 Ivan MaidanskiAdd missing GC_ATTR_UNUSED annotation to catch_exceptio...
2012-01-23 Ivan MaidanskiFix a typo in a comment in os_dep.c
2012-01-20 Ivan MaidanskiUpdate TODO file
2012-01-20 Ivan MaidanskiUpdate ChangeLog
2012-01-20 Paolo Molaroalloc: tune the code to collect instead of expanding...
2012-01-20 Ivan MaidanskiUpdate bug reports email address (recommend GC mailing...
2012-01-19 Ivan Maidanskicordprnt: Suppress 'uninitialized variable use' compile...
2012-01-19 Ivan Maidanskicordtest: Add a test for CORD_cat
2012-01-18 Ivan MaidanskiFix GC_finalized_malloc for out-of-memory case (and...
2012-01-18 Ivan MaidanskiImprove disclaim_bench and disclaim_test
2012-01-18 Ivan MaidanskiFix realloc_test to check GC_malloc result for NULL
2012-01-18 Ivan MaidanskiUse EXPECT in malloc result testing for NULL
2012-01-18 Petter UrkedalMove finalizer closure to the end of objects.
2012-01-17 Ivan MaidanskiAdd 'const' qualifier to pointer argument of GC_clear...
2012-01-17 Ivan MaidanskiFix cordtest temporary file names for Win32
next