platform/upstream/libgc.git
2012-12-22 Ivan MaidanskiRefine comment of GC_is_heap_ptr and GC_thread_is_regis...
2012-12-22 Ivan MaidanskiUse EXPECT in GC_COND/VERBOSE_LOG_PRINTF
2012-12-22 Ivan MaidanskiUpdate AUTHORS (add email)
2012-12-14 Ivan MaidanskiDefine functions in darwin_semaphore.h as inline instea...
2012-12-14 Ivan MaidanskiReplace '`' symbol with double-quote in comments
2012-12-12 Ivan MaidanskiTurn on world-stop delay logging at debug level by...
2012-12-12 Ivan MaidanskiImprove logged messages about heap size and usage
2012-12-12 Ivan MaidanskiReplace GC_stats_log_printf with GC_DBG/INFOLOG_PRINTF
2012-12-12 Ivan MaidanskiRedirect WRITE to __android_log_write if GC_ANDROID_LOG...
2012-12-12 Ivan MaidanskiDo not duplicate android_log_write output to GC log...
2012-12-11 Ivan MaidanskiReplace GC_COND_LOG_PRINTF calls with WARN for allocati...
2012-12-11 Ivan MaidanskiReplace GC_log/err_printf() followed by ABORT with...
2012-12-11 Ivan MaidanskiRemove redundant GC_err_printf before abort
2012-12-11 Ivan MaidanskiEnable on-demand debug logging in GC_FindTopOfStack...
2012-12-10 Ivan MaidanskiPrepend '#' symbol to GC number in logged messages
2012-12-10 Ivan MaidanskiRemove abort on open log failure from GC_write (Win32)
2012-12-10 Ivan MaidanskiRemove DebugBreak on WriteFile failure (Win32)
2012-12-10 Ivan MaidanskiPrevent abort on GC_err/warn_printf write failure
2012-12-09 Ivan MaidanskiMerge branch 'add-long-weakref'
2012-12-09 Ivan MaidanskiAdd assertion to GC_enable() ensuring no counter underflow
2012-12-09 Ivan MaidanskiFix typo and refine comment of GC_enable in public...
2012-12-09 Ivan MaidanskiMerge branch 'master' into add-long-weakref
2012-12-09 Ivan MaidanskiAdd tests for GC_register/move/unregister_long_link
2012-12-08 Ivan MaidanskiUpdate TODO (add FIXME regarding Win32 threads)
2012-12-08 Ivan MaidanskiMake GC_generic_malloc_ignore_off_page() public
2012-12-08 Ivan MaidanskiUpdate AUTHORS file
2012-12-08 Reimer BehrendsFix GC_malloc_explicitly_typed_ignore_off_page for...
2012-11-30 Ivan MaidanskiFix GC_remove_all_threads_but_me for Android (fork...
2012-11-30 Ivan MaidanskiAllow pthread_kill error code logging in GC_suspend...
2012-11-25 Ivan MaidanskiFix ABORT definition for mingw32ce (WinCE)
2012-11-25 Ivan MaidanskiFix GC_CreateThread 'dwStackSize' argument type for...
2012-11-24 Ivan MaidanskiMinor code refactoring of dumping routines related...
2012-11-22 Ivan MaidanskiPrevent POSIX fork if mprotect_thread is started (Darwin)
2012-11-21 Ivan MaidanskiAdd manual POSIX fork handling support (Android)
2012-11-20 Ivan MaidanskiImprove fork test logging in gctest
2012-11-20 Ivan MaidanskiMinor code refactoring of GC fork handlers (remove...
2012-11-19 Zach SawAdded GC_LONG_REFS_NOT_NEEDED ifdefs to exclude long...
2012-11-19 Ivan MaidanskiUpdate TODO (add FIXME regarding forking in Cygwin)
2012-11-19 Ivan MaidanskiAdd public GC_start_mark_threads() to allow parallel...
2012-11-19 Ivan MaidanskiUpdate TODO file ('heap sections overflow' Cygwin bug...
2012-11-19 Ivan MaidanskiFix heap sections overflow for Win32/Cygwin with enable...
2012-11-19 Ivan MaidanskiAdjust logged messages in start_mark_threads and GC_thr...
2012-11-19 Ivan MaidanskiMinor code refactoring of GC_thr_init (use 'markers_m1...
2012-11-19 Ivan MaidanskiEliminate 'unused variable' compiler warning in start_m...
2012-11-19 Zach SawRedone the comments for long link GC_API functions.
2012-11-19 Zach SawMerge branch 'add-long-weakref' of https://github.com...
2012-11-19 Zach SawAdded long weakref support.
2012-11-19 Zach Sawdded long weakref support.
2012-11-18 Ivan MaidanskiFix GC_marker_Id elements initialization (WinCE)
2012-11-17 Ivan MaidanskiMove LOCK/UNLOCK from GC_unregister_disappearing_link_i...
2012-11-17 Ivan MaidanskiMinor code refactoring of GC_register/move/unregister_d...
2012-11-16 Zach SawChanged pointer comparison to NULL from p == NULL to !p.
2012-11-16 Zach SawChanged pointer comparison to NULL from p == NULL to !p.
2012-11-16 Zach SawRemoved _inner suffix from
2012-11-15 Zach SawCreated GC_make_disappearing_links_disappear and
2012-11-15 Zach SawMoved code from GC_move_disappearing_link_inner that...
2012-11-15 Ivan MaidanskiImprove logging for Android differentiating messages...
2012-11-15 Ivan MaidanskiCall GC_stats/verbose_log_printf instead of GC_log_prin...
2012-11-15 Ivan MaidanskiAdjust GC_dont_expand/gc/precollect and GC_print_stats...
2012-11-15 Zach SawMoved most code from disappearing_link manipulation...
2012-11-14 Ivan MaidanskiUpdate AUTHORS file
2012-11-14 zachsawUpdate finalize.c
2012-11-14 Zach SawRefactored disappearing link hash table variables into...
2012-11-13 Ivan MaidanskiAdd support of Android logger
2012-11-13 Ivan MaidanskiCode refactoring of GC_X_printf to improve extensibility
2012-11-12 Ivan MaidanskiBetter document GC_warn_proc in gc.h
2012-11-12 Ivan MaidanskiReplace conditional GC_log_printf calls with GC_COND...
2012-11-11 Ivan MaidanskiFix Win32 GC_write preventing potential infinite recurs...
2012-11-11 Ivan MaidanskiReplace Win32 GC_delete_gc_thread with GC_delete_gc_thr...
2012-11-11 Ivan MaidanskiImprove GC output atomicity in GC_print_obj, GC_print_a...
2012-11-10 Ivan MaidanskiImprove GC error printing atomicity in GC_add_to_black_...
2012-11-08 Ivan MaidanskiFix GC_lock comment (pthreads)
2012-11-08 Ivan MaidanskiImprove GC error printing atomicity in GC_debug_X and...
2012-11-08 Ivan MaidanskiSimplify LOCK/UNLOCK macro definition for static code...
2012-11-08 Ivan MaidanskiAvoid LOCK/UNLOCK hard-coding in gc_locks.h for PS3...
2012-11-08 Ivan MaidanskiUse GC_log_printf for logging instead of GC_[err_]printf
2012-11-07 Ivan MaidanskiFix debug_register_displacement calls from GC_debug_gen...
2012-11-07 Ivan MaidanskiAdd 'bytes reclaimed' counters to public GC_prof_stats_s
2012-11-06 Ivan MaidanskiUpdate TODO (add GC_prof_stats_s candidate fields)
2012-11-06 Ivan MaidanskiAdd GC_get_prof_stats[_unsafe]() to GC public API
2012-11-06 Ivan MaidanskiRecognize GC_GET_HEAP_USAGE_NOT_NEEDED option
2012-11-06 Ivan MaidanskiAdd FIXME for GC_max_large_allocd_bytes and GC_mark_sta...
2012-11-06 Ivan MaidanskiFix unit in comment for some counters in gc_priv.h
2012-10-31 Ivan MaidanskiUpdate ChangeLog file
2012-10-24 Ivan MaidanskiFix potential double fclose in test_extras (cordtest)
2012-10-24 Ivan MaidanskiCheck traceable_allocator.allocate result before derefe...
2012-10-24 Ivan MaidanskiFix pthread_attr_t resource leak in pthread_create
2012-10-23 Ivan MaidanskiEliminate warning and simplify expression in GC_init_ex...
2012-10-23 Ivan MaidanskiMinimize code duplication in GC_mark_and_push
2012-10-23 Ivan MaidanskiEliminate 'cast from int to pointer' warning in GC_excl...
2012-10-23 Ivan MaidanskiFix GC_clear_stack by declaring 'dummy' local array...
2012-10-23 Ivan MaidanskiEliminate 'unused result' compiler warning in main...
2012-10-22 Ivan MaidanskiEliminate 'uninitialized variable use' warning in test_...
2012-10-20 Ivan MaidanskiDocument GC_NAMESPACE macro in README
2012-10-20 Ivan MaidanskiUpdate AUTHORS
2012-10-20 Alexander HerzOptionally put gc_cpp symbols into 'boehmgc' namespace
2012-10-19 Ivan MaidanskiFix GC_unix_mmap_get_mem for open of /dev/zero failure
2012-10-19 Ivan MaidanskiCheck GC_base result in GC_print_all_smashed_proc
2012-10-19 Ivan MaidanskiSpecify GC_pthread_join result is unused in threadkey_test
2012-10-19 Ivan MaidanskiImprove staticrootstest checks (tests)
next