platform/upstream/libgc.git
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...
2011-12-28 Ivan MaidanskiFix GC_printf import declarator in test_cpp.cc
2011-12-28 Ivan Maidanskiconfigure: ensure alphabetic order of files listed...
2011-12-28 Ivan Maidanskiconfigure: Remove duplicate AM entries for libcord
2011-12-28 Ivan Maidanskiconfigure: Add javaxfc.h to the installation set of...
2011-12-28 Ivan Maidanskiconfigure: do not compile pthread_stop_world.c for...
2011-12-28 Ivan MaidanskiFix compiler warning in GC_dyld_image_add/remove (Darwin)
2011-12-28 Ivan MaidanskiFix compiler warning in GC_dyld_image_add/remove (Darwin)
2011-12-27 Petter UrkedalExtend thread-related debug messages.
2011-12-27 Ivan MaidanskiUpdate AUTHORS
2011-12-27 Eric HolkChanged the order in autogen.sh so ltmain exists in...
2011-12-27 Ivan MaidanskiUpdate AUTHORS
2011-12-27 Ivan MaidanskiMacOSX: Accept i386_ prefix for exception_state_t ...
2011-12-27 Richard SandifordFix gcconfig.h to define HBLKSIZE for Linux/mips
2011-12-27 David DaneyFix gcconfig.h to handle mips64-linux target
2011-12-26 Ivan Maidanskiconfigure: Add script code to force USE_MMAP for some...
2011-12-26 Ivan Maidanskiconfigure: Remove undefined MMAP variable value process...
2011-12-26 Ivan MaidanskiUpdate ChangeLog
2011-12-26 Ivan MaidanskiComplete GC documentation with 'finalization' topic
2011-12-26 Ivan MaidanskiLocalize references in 'doc' html files
2011-12-26 Ivan MaidanskiReformat code of gc_cpp.cc/h
2011-12-23 Ivan MaidanskiComment out unused argument names for new/delete in...
2011-12-23 Ivan MaidanskiUpdate TODO file
2011-12-23 Ivan MaidanskiMacOSX: Accept i386_ prefix for thread_state_t (for...
2011-12-23 Ivan MaidanskiFix make scripts after README.MacOSX file removal
next