platform/upstream/libgc.git
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-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 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-18 Ivan MaidanskiFix GC_marker_Id elements initialization (WinCE)
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-14 Ivan MaidanskiUpdate AUTHORS file
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)
2012-10-19 Ivan MaidanskiSpecify GC_malloc result is unused in some tests
2012-10-19 Ivan MaidanskiAdd comment for big local_mark_stack variables in mark.c
2012-10-18 Ivan MaidanskiEliminate SIGBUS-related dead code in GC_write_fault_ha...
2012-10-18 Ivan MaidanskiRemove nested always-false ifdef for HPUX and FREEBSD
2012-10-18 Ivan MaidanskiDefine old_bus_handler static variable only if used...
2012-10-17 Ivan MaidanskiFix vsprintf_args cleanup in CORD_vsprintf
2012-10-17 Ivan MaidanskiMinor code refactoring of GC_allochblk_nth
2012-10-17 Ivan MaidanskiAdd comment for _DYNAMIC[] compared to NULL in GC_First...
2012-10-17 Ivan MaidanskiAdd comment about sigaction sa_restorer field
2012-10-17 Ivan MaidanskiFix sizeof in GC_push_thread_structures
2012-10-09 Ivan MaidanskiFix GC_CreateThread and GC_beginthreadex definition...
2012-09-29 Ivan MaidanskiPort BDWGC to Android/x86
2012-09-29 Ivan MaidanskiMove 'include setjmp.h' from mach_dep.c to gc_priv.h
2012-09-29 Ivan MaidanskiFix a typo in comment of GC_with_callee_saves_pushed
2012-09-29 Ivan MaidanskiDo not define _setjmp/_longjmp macros in mach_dep.c...
2012-09-18 Ivan Maidanskitests: Log error messages to stderr instead of stdout
2012-09-18 Ivan MaidanskiUpdate ChangeLog file
2012-09-12 Ivan MaidanskiEliminate 'unused value' compiler warning in GC_stop_wo...
2012-09-11 Ivan MaidanskiFix null-pointer dereference in CORD_substr_closure
2012-09-11 Ivan MaidanskiFix min_bytes_allocd comment
2012-09-11 Ivan MaidanskiRemove nested EXPECT in GC_core_finalized_malloc
2012-09-11 Ivan MaidanskiEnable 'Force GC at every GC_malloc' debug-related...
2012-09-11 Ivan MaidanskiFix min_bytes_allocd preventing potential infinite...
2012-09-11 Ivan MaidanskiUpdate information about GC_free_space_divisor in README
2012-09-09 Ivan MaidanskiUpdate ChangeLog file
2012-09-09 Ivan MaidanskiEliminate Clang warning for GC_pthread_exit attribute
2012-09-09 Ivan MaidanskiReplace var-args GC_noop with fixed-args one
2012-09-09 Ivan MaidanskiRemove dummy GC_noop call from code visible to Lint...
2012-09-08 Ivan MaidanskiUse GC_noop1 instead of GC_noop in GC_pause; remove...
2012-09-05 Ivan MaidanskiUpdate ChangeLog and AUTHORS files
2012-09-05 Colin LeMahieuFix GC_get_stack_base assembly code (Cygwin/Clang)
2012-08-30 Ivan MaidanskiUpdate ChangeLog file
2012-08-30 Ivan MaidanskiEliminate 'missing exception specification' warning...
2012-08-30 Ivan Maidanski.gitignore: Remove old /include/private/config.h.in...
2012-08-30 Ivan MaidanskiUpdate ChangeLog file
2012-08-30 Ivan Maidanski.gitignore: remove path prefix for config.h and stamp-h1
2012-08-30 Ivan MaidanskiInclude "config.h" instead of "private/config.h" on...
2012-08-27 Ivan MaidanskiUpdate ChangeLog file
2012-08-26 Ivan MaidanskiUpdate AUTHORS (add email)
2012-08-26 Thomas KlausnerFix unportable '==' test operators in configure
2012-08-21 Petter UrkedalElaborate comment on dependencies in autogen.sh.
2012-08-21 Ivan MaidanskiUpdate ChangeLog file
2012-08-21 Ivan MaidanskiAdd note about 'pkg-config' solving problem with autoco...
2012-08-05 Ivan MaidanskiUpdate ChangeLog file
next