summaryrefslogtreecommitdiff
path: root/misc.c
Commit message (Expand)AuthorAgeFilesLines
* Fix dbg_mlc.c/o file name in documentationIvan Maidanski2018-02-281-1/+1
* Workaround Clang optimizer bug crashing clear_stack_inner on OS X 10.8Kimura Wataru2018-02-201-1/+5
* Convert GC source files to valid C++ codeIvan Maidanski2018-02-161-5/+5
* Fix 'implicit conversion from size_t to int changes value' clang warningIvan Maidanski2018-02-141-1/+1
* New API function (get_size_map_at) to get content of size_map tableIvan Maidanski2018-02-141-0/+7
* Change type of hb_sz field (of hblkhdr) from size_t to wordIvan Maidanski2018-02-081-2/+2
* Initial support of WinRTJonathan Chambers2018-02-061-15/+112
* Define macro to specify the environment file name extension (Win32/WinCE)Ivan Maidanski2018-02-021-1/+3
* Initial support of Sony PlayStation Portable 2Jonathan Chambers2018-02-011-2/+5
* New macro ALWAYS_SMALL_CLEAR_STACK to avoid clearing large stack sectionsJonathan Chambers2018-01-311-2/+6
* Do not define clear_stack_inner and next_random_no if not usedIvan Maidanski2018-01-311-43/+53
* Initial support of Xbox One (DURANGO) targetJonathan Chambers2018-01-301-3/+5
* Initial support of Orbis targetJonathan Chambers2018-01-291-3/+3
* Initial support of Nintendo platformJonathan Chambers2018-01-271-0/+9
* New field (expl_freed_bytes_since_gc) in public prof_stats_sIvan Maidanski2018-01-121-0/+1
* Fix gctest failure if compiled with TSan and parallel markerIvan Maidanski2017-12-121-1/+3
* Fix assertion violation about disabled cancel in try_to_collect_innerIvan Maidanski2017-11-301-0/+4
* Eliminate TSan warning about data race in default_on_abortIvan Maidanski2017-11-211-2/+14
* Place no_sanitize attributes in a GCC-compliant wayIvan Maidanski2017-11-211-1/+2
* Print time passed since GC initialization in GC_dumpPaul Bone2017-10-291-1/+19
* Do not use system clock consistently if NO_CLOCKIvan Maidanski2017-10-251-6/+6
* Make extend_size_map() staticIvan Maidanski2017-10-251-53/+0
* Fix typos in documentation (for extend_size_map and ews4800)Ivan Maidanski2017-10-241-1/+1
* Workaround Thread Sanitizer (TSan) false positive warnings (partially)Ivan Maidanski2017-10-201-5/+11
* New API function (GC_is_init_called) to check if BDWGC is initializedIvan Maidanski2017-10-161-0/+5
* Eliminate 'boolean result used in bitwise op' cppcheck false warningIvan Maidanski2017-09-191-1/+1
* Do not call BCOPY and BZERO if size is zeroIvan Maidanski2017-08-091-3/+6
* Public API (GC_deinit) to allow Win32 critical sections deletionTautvydas Zilys2017-07-201-9/+12
* Fix gctest crash if configure --enable-handle-fork on DarwinIvan Maidanski2017-06-291-5/+4
* Eliminate 'conditional expression is always true' code defect in GC_initIvan Maidanski2017-05-231-4/+5
* New API function (GC_dump_named) to produce named dumpsPaul Bone2017-01-141-1/+11
* Workaround 'condition is always true' cppcheck style warnings in GC_initIvan Maidanski2016-12-231-8/+8
* Workaround 'resource leak' false positives in alloc_MS, bl/envfile_initIvan Maidanski2016-12-201-0/+1
* Skip grungy_pages update when mark state invalid to speedup read_dirtyIvan Maidanski2016-12-191-1/+1
* Fix '32-bit value shift followed by expansion to 64-bit' code defectIvan Maidanski2016-12-071-2/+2
* Suppress 'tainted string passed to vulnerable operation' false defectsIvan Maidanski2016-11-151-1/+1
* Workaround 'value of macro unknown' cppcheck info messagesIvan Maidanski2016-10-241-1/+1
* Eliminate 'printf format specifies type void*' GCC pedantic warningsIvan Maidanski2016-10-211-1/+1
* Workaround 'variable reassigned before old value used' cppcheck warningsIvan Maidanski2016-10-191-0/+6
* Workaround 'same expression on both sides of ==' cppcheck style warningIvan Maidanski2016-10-181-1/+3
* Eliminate more 'scope of variable can be reduced' cppcheck style warningsIvan Maidanski2016-10-141-14/+16
* Eliminate more 'scope of variable can be reduced' cppcheck style warningsIvan Maidanski2016-10-041-6/+7
* Fix GC_requested_heapsize increment in GC_initIvan Maidanski2016-09-301-5/+4
* Fix malloc routines to prevent size value wrap-aroundIvan Maidanski2016-09-231-3/+3
* Eliminate 'scope of variable can be reduced' cppcheck warningsIvan Maidanski2016-08-271-2/+2
* Fix various typos in comments and documentationIvan Maidanski2016-08-011-1/+1
* Merge branch 'generalize-alloc-via-ok_freelist'Ivan Maidanski2016-06-301-2/+2
|\
| * Revert "Refactoring of GC_Xobjfreelist" partiallyIvan Maidanski2016-06-301-2/+2
| * Add assertion for GC_new_kind boolean argumentsIvan Maidanski2016-06-241-0/+2
* | Fix assertion violation in GC_wait_builder called from start_mark_threadsIvan Maidanski2016-06-211-3/+11