platform/upstream/libgc.git
2012-03-28 Ivan Maidanskidoc: Update README for Solaris regarding multi-threadin...
2012-03-28 Ivan MaidanskiFix autogen.sh to prevent reporting success if autoreco...
2012-03-28 Ivan MaidanskiFix ChangeLog (regarding autoconf)
2012-03-26 Ivan MaidanskiFix a typo and improve comment in dyn_load.c (Android)
2012-03-25 Ivan MaidanskiUpdate ChangeLog
2012-03-25 Ivan MaidanskiFix GC_clear_stack declaration and make it public
2012-03-25 Ivan MaidanskiReplace GC_ms_entry declaration with opaque definition...
2012-03-25 Ivan MaidanskiFix visibility of some GC internal symbols used by GCJ
2012-03-24 Ivan MaidanskiFix HIDE_POINTER definition in gc.h
2012-03-24 Ivan MaidanskiFix gc.h compatibility regression by adding GC_PTR
2012-03-21 Ivan MaidanskiMove Symbian data-roots-related files to 'extra/symbian...
2012-03-21 Ivan MaidanskiMove 'Mac_files' folder to 'extra' one
2012-03-21 Ivan MaidanskiUpdate TODO file
2012-03-21 Ivan MaidanskiMakefile: add Symbian build script files to package
2012-03-21 Ivan MaidanskiMakefile: Add fnlz_mlc.c and gcj_mlc.c to source files...
2012-03-20 Ivan MaidanskiDummy merge branch 'iphone_libgc_6x'
2012-03-20 Ivan MaidanskiUpdate ChangeLog and AUTHORS files
2012-03-20 Ivan MaidanskiMerge branch 'symbian-port'
2012-03-20 Ivan MaidanskiSelect GC_REGISTER_MAIN_STATIC_DATA behavior in build...
2012-03-19 Ivan MaidanskiMakefile: add Symbian-specific source and README files
2012-03-19 Ivan MaidanskiFix GC_ALPHA_VERSION comparison in gctest and tools...
2012-03-18 Ivan MaidanskiMove Symbian cpp files to 'extra' folder;
2012-03-18 Ivan MaidanskiMerge with symbian_libgc_7x branch
2012-03-18 Ivan Maidanskimark.c: Replace C++ style comments with C ones in GC_is...
2012-03-15 Hans BoehmSpeedup calloc size overflow check by preventing divisi...
2012-03-15 Ivan MaidanskiFix calloc-related code to prevent SIZE_MAX redefinitio...
2012-03-15 Ivan MaidanskiUpdate AUTHORS and ChangeLog files
2012-03-15 Xi WangFix allocation size overflows due to rounding.
2012-03-15 Xi WangFix calloc() overflow
2012-03-08 Ivan MaidanskiUpdate ChangeLog
2012-03-06 Ivan MaidanskiFix configure enabling 'make check' with C++ support...
2012-03-06 Ivan MaidanskiUpdate ChangeLog
2012-03-06 Kai TietzDefine GC_DLL if DLL_EXPORT at GC build
2012-03-06 Ivan MaidanskiFix gctest (for Win32) to avoid GC_print_stats internal...
2012-03-06 Ivan MaidanskiFix GC_READ_ENV_FILE code for Cygwin
2012-03-05 Ivan MaidanskiUpdate ChangeLog
2012-03-05 Ivan Maidanskiconfigure: Require automake 2.61 instead of 2.63
2012-03-05 Ivan MaidanskiUpdate AUTHORS file
2012-03-05 Ivan Maidanskiupdate ChangeLog
2012-03-05 Ivan MaidanskiReplace pointer relational comparisons with non-pointer...
2012-03-04 Elijah TaylorFix DATASTART (and other minor improvements) for NaCl...
2012-03-04 Paolo MolaroMake __data_start a weak symbol to allow loading module...
2012-03-04 Ivan Maidanskitests: Fix subthread_create.c by defining AO_REQUIRE_CAS
2012-03-04 Ivan Maidanskitests: Minor code refactoring of disclaim_bench and...
2012-02-29 Ivan Maidanskitools: Prevent compiler warnings regarding unused argum...
2012-02-29 Ivan Maidanskitools: Change some functions declaration style from...
2012-02-27 Ivan MaidanskiUpdate ChangeLog
2012-02-27 Ivan MaidanskiFix GC_register_my_thread marking thread as detached...
2012-02-27 Ivan MaidanskiRemove GC_win32_dll_threads checking inside pthread...
2012-02-27 Ivan MaidanskiReport GC_pthread_join/detach failure with appropriate...
2012-02-27 Ivan MaidanskiDelete GC_init_parallel call in some redirected pthread...
2012-02-27 Ivan MaidanskiSuppress false 'unused argument' warnings for GCC v3
2012-02-27 Ivan Maidanskiconfigure: Allow '--disable-parallel-mark' even if...
2012-02-27 Ivan MaidanskiAdd item to TODO file (test_cpp compilation error if...
2012-02-27 Ivan MaidanskiFix 'volatile' keyword placement in GC_SysVGetDataStart
2012-02-27 Ivan Maidanskiconfigure: Enable PARALLEL_MARK and THREAD_LOCAL_ALLOC...
2012-02-26 Ivan MaidanskiAdd item to TODO file (failure on Cygwin)
2012-02-26 Ivan MaidanskiFix fork() handling on Cygwin (update child thread...
2012-02-26 Ivan MaidanskiFix GC_remove_all_threads_but_me for fork-unfriendly...
2012-02-26 Ivan MaidanskiRemove unused DCL_LOCK_STATE in GC_free_inner
2012-02-25 Ivan MaidanskiCode refactoring of GC_destroy_thread_local (move asser...
2012-02-25 Ivan Maidanskiconfigure: Remove unused AM conditionals
2012-02-25 Ivan MaidanskiFix configure to compile win32_threads.c for MinGW...
2012-02-25 Ivan MaidanskiFix SIG_SUSPEND definition (Win32)
2012-02-25 Ivan Maidanski.gitignore: Add 'pthreads-w32' external library
2012-02-24 Ivan MaidanskiUpdate TODO file (add TODO tasks regarding HANDLE_FORK)
2012-02-24 Ivan MaidanskiUpdate ChangeLog
2012-02-24 Ivan MaidanskiFix Cygwin support to handle fork() properly
2012-02-24 Ivan MaidanskiFix fork() handling for Darwin partially
2012-02-21 Ivan MaidanskiUpdate ChangeLog
2012-02-21 Ivan MaidanskiFix Win32 GC_unregister_my_thread to ensure no ongoing...
2012-02-21 Ivan MaidanskiFix gctest to include unistd.h if HANDLE_FORK
2012-02-20 Ivan MaidanskiMinor code adjustment (delete meaningless parentheses...
2012-02-20 Ivan MaidanskiCheck pthread_atfork result (POSIX threads)
2012-02-20 Andy WingoFix gcconfig to turn on POSIX fork() support by default
2012-02-20 Ivan MaidanskiSimplify autogen.sh by using autoreconf
2012-02-20 Ivan Maidanskiconfigure: Require automake 2.63 (widely spread) instea...
2012-02-16 Ivan MaidanskiUpdate ChangeLog
2012-02-16 Ivan MaidanskiAllow GC_exclude_static_roots() region start to be...
2012-02-16 Ivan MaidanskiFix GC_push_all/selected boundaries check
2012-02-16 Ivan MaidanskiAdd 'GC_' prefix to dl_head and fo_head (code refactoring)
2012-02-16 Ivan MaidanskiFix GC_finalizer_nested size to workaround alignment...
2012-02-16 Ivan MaidanskiUpdate comment for GC_INNER macro
2012-02-16 Ivan MaidanskiAdd assertion ensuring proper alignment of 'pushed...
2012-02-16 Ivan Maidanskicord: Change function declaration style from K-R to...
2012-02-16 Ivan MaidanskiPrevent compiler warning in specific GC_key_create_inner
2012-02-16 Ivan MaidanskiMerge pull request #12 from waywardmonkeys/automake...
2012-02-16 Bruce MitchenerCheck for automake / aclocal 1.11 as well.
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)
next