Fix abort in GC_printf when gctest is built as WinMain executable (Cygwin)
[platform/upstream/libgc.git] / misc.c
2019-11-09 Ivan MaidanskiFix abort in GC_printf when gctest is built as WinMain...
2019-10-29 Ivan MaidanskiFix 'write to GC log failed' error (Cygwin)
2019-09-26 Ivan MaidanskiWorkaround 'condition appendToFile is always false...
2019-09-14 Ivan MaidanskiCollapse multiple includes of windows.h
2019-09-12 Ivan MaidanskiNew macro (CONSOLE_LOG) to enable logging to console...
2019-09-11 Ivan MaidanskiDo not define GC_write_cs for Xbox One target
2019-08-29 Ivan MaidanskiFix a typo in GC_init comment
2019-07-05 Ivan MaidanskiNew macro (NO_MSGBOX_ON_ERROR) to avoid message box...
2019-06-21 Ivan MaidanskiDo not use Manual VDB mode if C malloc is redirected
2019-05-30 Ivan MaidanskiNew API standalone functions to acquire and release...
2019-05-06 Brian J. CardiffAdd API functions to get and set the stack bottom of...
2019-04-26 Ivan MaidanskiReplace 'stack base' with 'stack bottom' in the documen...
2019-04-25 Ivan MaidanskiRefine do_blocking() documentation in gc.h
2019-04-12 Ivan MaidanskiAllow GC_PAUSE_TIME_TARGET environment variable values...
2019-02-07 HamayamaFix GetThreadContext stale register values use if WoW64...
2019-01-06 Ivan MaidanskiReplace "msecs" with "ms" in all comments and messages
2018-12-19 Ivan MaidanskiWorkaround 'argument dummy to GC_noop1 is always 1...
2018-11-22 Ivan MaidanskiFix 'collecting from unknown thread' abort in leak...
2018-11-20 Ivan MaidanskiFix deadlocks in write and suspend handlers if AO test...
2018-11-13 Ivan MaidanskiWorkaround 'local address assignment to a global variab...
2018-11-12 Ivan MaidanskiFix 'too wide non-owner permissions are set for resourc...
2018-11-12 Ivan MaidanskiEliminate 'casting signed to bigger unsigned int' CSA...
2018-11-06 Ivan MaidanskiDocument assertion in the setters that used to return...
2018-10-29 Michael DeRoyEnable compilation without C runtime (Win32)
2018-10-23 Ivan MaidanskiFix lock assertion violation in get_index if GC_ALWAYS_...
2018-08-31 Ivan MaidanskiReplace some FIXME items with TODO ones
2018-08-14 Ivan MaidanskiNew API to turn on manual VDB at runtime
2018-07-31 Jonas EchterhoffFix more compilation issues for XboxOne
2018-07-27 Ivan MaidanskiExport stop/start_world_external only for multi-threade...
2018-07-27 Jonas EchterhoffNew API to stop and start the GC world externally
2018-06-08 Ivan MaidanskiFix 'collecting from unknown thread' abort in leak...
2018-06-01 Ivan MaidanskiNever return null pointer by C++ operator new (gc_cpp)
2018-05-15 Ivan MaidanskiRemove stubborn objects allocation code completely
2018-04-26 Ivan MaidanskiAvoid multiple 'getcontext failed' warnings if getconte...
2018-04-10 Ivan MaidanskiAvoid potential data race during GC_dump execution
2018-03-22 Ivan MaidanskiCheck consistency of descr, adjust, clear arguments...
2018-02-27 Ivan MaidanskiFix dbg_mlc.c/o file name in documentation
2018-02-20 Kimura WataruWorkaround Clang optimizer bug crashing clear_stack_inn...
2018-02-16 Ivan MaidanskiConvert GC source files to valid C++ code
2018-02-14 Ivan MaidanskiFix 'implicit conversion from size_t to int changes...
2018-02-14 Ivan MaidanskiNew API function (get_size_map_at) to get content of...
2018-02-08 Ivan MaidanskiChange type of hb_sz field (of hblkhdr) from size_t...
2018-02-06 Jonathan ChambersInitial support of WinRT
2018-02-02 Ivan MaidanskiDefine macro to specify the environment file name exten...
2018-02-01 Jonathan ChambersInitial support of Sony PlayStation Portable 2
2018-01-31 Jonathan ChambersNew macro ALWAYS_SMALL_CLEAR_STACK to avoid clearing...
2018-01-31 Ivan MaidanskiDo not define clear_stack_inner and next_random_no...
2018-01-30 Jonathan ChambersInitial support of Xbox One (DURANGO) target
2018-01-29 Jonathan ChambersInitial support of Orbis target
2018-01-27 Jonathan ChambersInitial support of Nintendo platform
2018-01-11 Ivan MaidanskiNew field (expl_freed_bytes_since_gc) in public prof_st...
2017-12-12 Ivan MaidanskiFix gctest failure if compiled with TSan and parallel...
2017-11-29 Ivan MaidanskiFix assertion violation about disabled cancel in try_to...
2017-11-21 Ivan MaidanskiEliminate TSan warning about data race in default_on_abort
2017-11-21 Ivan MaidanskiPlace no_sanitize attributes in a GCC-compliant way
2017-10-29 Paul BonePrint time passed since GC initialization in GC_dump
2017-10-25 Ivan MaidanskiDo not use system clock consistently if NO_CLOCK
2017-10-24 Ivan MaidanskiMake extend_size_map() static
2017-10-23 Ivan MaidanskiFix typos in documentation (for extend_size_map and...
2017-10-19 Ivan MaidanskiWorkaround Thread Sanitizer (TSan) false positive warni...
2017-10-16 Ivan MaidanskiNew API function (GC_is_init_called) to check if BDWGC...
2017-09-19 Ivan MaidanskiEliminate 'boolean result used in bitwise op' cppcheck...
2017-08-09 Ivan MaidanskiDo not call BCOPY and BZERO if size is zero
2017-07-19 Tautvydas ZilysPublic API (GC_deinit) to allow Win32 critical sections...
2017-06-28 Ivan MaidanskiFix gctest crash if configure --enable-handle-fork...
2017-05-23 Ivan MaidanskiEliminate 'conditional expression is always true' code...
2017-01-14 Paul BoneNew API function (GC_dump_named) to produce named dumps
2016-12-22 Ivan MaidanskiWorkaround 'condition is always true' cppcheck style...
2016-12-20 Ivan MaidanskiWorkaround 'resource leak' false positives in alloc_MS...
2016-12-19 Ivan MaidanskiSkip grungy_pages update when mark state invalid to...
2016-12-07 Ivan MaidanskiFix '32-bit value shift followed by expansion to 64...
2016-11-15 Ivan MaidanskiSuppress 'tainted string passed to vulnerable operation...
2016-10-24 Ivan MaidanskiWorkaround 'value of macro unknown' cppcheck info messages
2016-10-20 Ivan MaidanskiEliminate 'printf format specifies type void*' GCC...
2016-10-18 Ivan MaidanskiWorkaround 'variable reassigned before old value used...
2016-10-18 Ivan MaidanskiWorkaround 'same expression on both sides of ==' cppche...
2016-10-14 Ivan MaidanskiEliminate more 'scope of variable can be reduced' cppch...
2016-10-04 Ivan MaidanskiEliminate more 'scope of variable can be reduced' cppch...
2016-09-30 Ivan MaidanskiFix GC_requested_heapsize increment in GC_init
2016-09-23 Ivan MaidanskiFix malloc routines to prevent size value wrap-around
2016-08-27 Ivan MaidanskiEliminate 'scope of variable can be reduced' cppcheck...
2016-08-01 Ivan MaidanskiFix various typos in comments and documentation
2016-06-30 Ivan MaidanskiMerge branch 'generalize-alloc-via-ok_freelist'
2016-06-30 Ivan MaidanskiRevert "Refactoring of GC_Xobjfreelist" partially
2016-06-23 Ivan MaidanskiAdd assertion for GC_new_kind boolean arguments
2016-06-21 Ivan MaidanskiFix assertion violation in GC_wait_builder called from...
2016-06-21 Ivan MaidanskiMerge branch 'thread-suspend'
2016-03-15 Ivan MaidanskiAdd assertion for GC_new_kind boolean arguments
2016-02-17 Ivan MaidanskiFix 'signed-to-bigger-unsigned value assignment' in...
2016-01-05 Alessandro BruniRefactoring of GC_Xobjfreelist
2015-10-21 Ivan MaidanskiFix lock assert violation in GC_gcollect_inner if GC_AL...
2015-10-21 Ivan MaidanskiAdd assertion on lock status to GC_alloc_large and...
2015-10-20 Ivan MaidanskiFix lock assertion violation in GC_new_thread if GC_ALW...
2015-10-06 Elijah TaylorNaCl runtime fixes
2015-09-10 Ivan MaidanskiFix 'comparison of non-null parameter is always false...
2015-07-28 Ivan MaidanskiReplace non-API occurrences of GC_word to word
2015-07-09 Ivan MaidanskiCode refactoring, add test and document GC_get_memory_use
2015-07-08 Eli BarzilayAdd API function to calculate total memory in use by...
2015-06-23 Ivan MaidanskiStandalone profiling callback for threads suspend/resume
2015-05-17 Ivan MaidanskiMerge branch 'profiling-callbacks'
next