summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix GC_excl_table overrun on overflow in GC_exclude_static_rootsrelease-8_2Ivan Maidanski2023-05-171-7/+9
* Fix overlapping region assertion in mark_some if malloc redirect on LinuxIvan Maidanski2023-05-172-2/+8
* Fix GC_unregister_my_thread call before GC functions usage in gctestIvan Maidanski2023-05-171-3/+3
* Fix old name (typo) of gc_priv.hIvan Maidanski2023-05-173-4/+4
* Fix comparisons to heap boundary in GC_get_back_ptr_info and GC_mark_fromIvan Maidanski2023-05-175-17/+31
* Workaround 'writing into region of size 0' gcc warning in suspend_handlerIvan Maidanski2023-05-111-0/+5
* Support Hurd/x86_64Samuel Thibault2023-05-111-0/+14
* Workaround a malfunction of soft-dirty bits clearing on Power9Ivan Maidanski2023-05-111-16/+30
* Adjust naming of Win32/64 and x86/64 words in comments and documentationIvan Maidanski2023-04-2928-121/+118
* Update ChangeLog file (v8.2 changes)Ivan Maidanski2023-04-291-0/+20
* Update ChangeLog file (v8.0 changes)Ivan Maidanski2023-04-291-0/+6
* Update ChangeLog file (v7.2 - v7.4 changes only)Ivan Maidanski2023-04-291-0/+4
* Fix missing extern C for __asan_default_optionsIvan Maidanski2023-04-281-0/+4
* Specify throw and noexcept for operator new/delete in gc_cpp.h for MS VCIvan Maidanski2023-04-281-5/+8
* Fix 'operator new is missing throw(bad_alloc)' clang warning in gc_cpp.hIvan Maidanski2023-04-282-23/+24
* Fix signals delivery fail in find-leak mode if init from non-main threadIvan Maidanski2023-04-284-20/+37
* Fix infinite loop in disable_gc_for_dlopen and GC_wait_for_gc_completionIvan Maidanski2023-04-272-13/+17
* Eliminate data race FP between remove_protection and write_fault_handlerIvan Maidanski2023-04-271-1/+17
* Fix unused GC_parse_version if no SOFT_VDB and no parallel mark on LinuxIvan Maidanski2023-04-272-2/+2
* Invoke GC_oom_fn if GC_make_array_descriptor failed because of no memoryIvan Maidanski2023-04-271-1/+2
* Fix old function name in comment of GC_finalized_disclaimIvan Maidanski2023-04-271-1/+1
* Prevent 'function should return a value' BCC error in CMake scriptIvan Maidanski2023-04-271-0/+5
* .gitignore: Add 'configure~' fileIvan Maidanski2023-04-271-0/+1
* Ensure 'new' system header is included by gc_cpp.h if GC_INCLUDE_NEWIvan Maidanski2023-04-271-1/+4
* Do not prohibit zero proc argument in GC_register_disclaim_procIvan Maidanski2023-04-273-2/+2
* Remove misleading comment in GC_obj_kinds for AUNCOLLECTABLE kindIvan Maidanski2023-04-271-1/+1
* Fix null pointer dereference in TRACE_TARGETIvan Maidanski2023-04-271-1/+2
* Eliminate 'n obtained from untrusted source' code defect FP in test_cppIvan Maidanski2023-04-201-1/+4
* Eliminate 'ISO C++17 does not allow register specifier' gcc warningIvan Maidanski2023-03-311-1/+4
* Travis CI: Update autotools for distcheckIvan Maidanski2023-03-311-4/+11
* Do not double-clear first two words of object in GC_generic_malloc_alignedIvan Maidanski2023-03-311-4/+12
* Increment allocated objects count after GC_GCJ_MALLOC() in gctestIvan Maidanski2023-03-311-0/+1
* Fix a typo in comment of GC_generic_malloc_innerIvan Maidanski2023-03-311-1/+1
* Fix description of client promise for IGNORE_OFF_PAGE allocated objectsIvan Maidanski2023-03-318-21/+23
* Fix of GC_bytes_allocd increment in GC_generic_malloc_innerIvan Maidanski2023-03-311-3/+5
* Fix mistyped GC_register_finalizer[_unreachable] in commentsIvan Maidanski2023-03-312-2/+2
* Fix CORD_next() indent inside loops in test_basics() of cordtestIvan Maidanski2023-03-311-1/+1
* Travis CI: Use gcc-10 instead of gcc-11 on Focal/s390xIvan Maidanski2023-03-161-2/+2
* Travis CI: Test gcc-11 on Focal instead of Bionic (s390x)Ivan Maidanski2023-03-151-1/+1
* Update ChangeLog file (v8.2 changes)Ivan Maidanski2023-03-151-2/+31
* Update ChangeLog file (v8.0 changes)Ivan Maidanski2023-03-151-0/+2
* Update ChangeLog file (v7.2 - v7.4 changes only)Ivan Maidanski2023-03-151-2/+8
* Do not pass GC_malloc result to GC_size w/o checking in gctestIvan Maidanski2023-03-151-1/+1
* Fix GC_thread_is_registered for finished threadsIvan Maidanski2023-03-143-2/+4
* Make Emscripten Asyncify feature optionalJukka Jylanki2023-03-144-13/+41
* Use sbrk() to get OS memory on EmscriptenJukka Jylanki2023-03-141-1/+5
* Use emscripten_stack_get_base instead of emscripten_scan_stackJukka Jylanki2023-03-141-9/+22
* Provide meaningful error message in case of Emscripten threaded buildIvan Maidanski2023-03-141-0/+3
* Adjust WoW64 workaround to work on UWP/WinRTJonathan Chambers2023-03-141-17/+63
* Fix 'failed to create new win32 semaphore' Cygwin fatal error at forkIvan Maidanski2023-03-143-7/+19