platform/upstream/libgc.git
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
2012-01-17 Ivan MaidanskiUpdate ChangeLog
2012-01-16 Ivan MaidanskiMove cord_pos.h to public headers folder (since include...
2012-01-16 Ivan MaidanskiMerge branch 'libcord-visibility'
2012-01-16 Ivan Maidanskiconfigure: improve GCC '-fvisibility' option support...
2012-01-16 Ivan MaidanskiRemove dependency on cord in gc_config_macros.h (libcor...
2012-01-16 Ivan MaidanskiMinor adjustment of libcord visibility fix
2012-01-14 Petter UrkedalFix visibility of symbols in libcord.
2012-01-13 Ivan MaidanskiAdd 'const' qualifier for GC_is_marked argument pointer
2012-01-13 Petter UrkedalExport mark-bit manipulation functions.
2012-01-13 Ivan MaidanskiFix extra/gc.c to enable GC source inclusion from multi...
2012-01-13 Ivan MaidanskiAdd setter and getter for GC_on_heap_resize;
2012-01-13 Paolo MolaroAdd on-heap-resize event notification to API
2012-01-12 Ivan MaidanskiUpdate AUTHORS file
2012-01-12 Ivan MaidanskiReplace repeating '==' sequences in documentation with...
2012-01-12 Ivan MaidanskiUpdate TODO file
2012-01-12 Ivan Maidanski.gitignore: Ignore *.gc.log files
2012-01-12 Ivan MaidanskiImprove GC_thread_is_registered implementation and...
2012-01-12 Zoltan VargaAdd GC_thread_is_registered API function
2012-01-11 Ivan MaidanskiOptimization: move pthread_self calls out of LOCK section
2012-01-11 Ivan MaidanskiFix GC_restart_handler to preserve errno if needed
2012-01-11 Ivan MaidanskiEliminate code in GC_suspend_handler
2012-01-10 Zoltan VargaAdd assertion on result alignment to GC_unix_mmap_get_mem
2012-01-10 Ivan MaidanskiFreeBSD: Add comment to SIG_SUSPEND/THR_RESTART definitions
2012-01-10 Zoltan VargaAvoid unnecessary GC_find_limit invocation if GC_no_dls
2012-01-10 Ivan MaidanskiAdd 'const' qualifier for GC_make_descriptor bitmap...
2012-01-10 Ivan MaidanskiEnable platform-specific disabling of static data scanning
2012-01-10 Ivan MaidanskiWin32: allow DllMain chaining on the client side
2011-12-30 Ivan MaidanskiUpdate ChangeLog
2011-12-30 Ivan MaidanskiUpdate TODO file
2011-12-29 Ivan MaidanskiMerge branch 'thread-dbg-msg-extend'
2011-12-29 Ivan MaidanskiReplace printf PRIxMAX specifier with '%p' for thread...
2011-12-29 Ivan MaidanskiAdd GC_is_heap_ptr() to GC API
2011-12-29 Ivan MaidanskiUse EXPECT for checking various 'initialized' boolean...
2011-12-29 Ivan MaidanskiRefactoring: rename GC_EXPECT to EXPECT in .c files
2011-12-29 Ivan MaidanskiPrevent compiler warning in cordtest
2011-12-29 Ivan MaidanskiFix GC_ASSERT usage (fix missing trailing semi-colon)
2011-12-29 Ivan MaidanskiRefactoring: rename GC_PRIdPTR to WARN_PRIdPTR
2011-12-28 Ivan MaidanskiRemove dead rule for test_dll in Makefile.direct
2011-12-28 Ivan MaidanskiEMX_MAKEFILE: Remove GC general tuning macros description
2011-12-28 Ivan MaidanskiUpdate TODO file
2011-12-28 Ivan MaidanskiAdd cordtest to make check
2011-12-28 Ivan MaidanskiRemove unused __STDC__ and NO_SIGNALS macros
2011-12-28 Ivan MaidanskiRemove unused SILENT macro; remove duplicate MacOS_Test...
2011-12-28 Ivan Maidanskiconfigure: Do not install ancient new_gc_alloc.h broken...
2011-12-28 Ivan MaidanskiFix configure --enable-cplusplus make install
2011-12-28 Ivan Maidanskitest_cpp: Recognize new macro to choose between GC...
next