summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [7.4.16]v7.4.16Ivan Maidanski2018-12-134-4/+4
* Update ChangeLog file (set v7.2m release date)Ivan Maidanski2018-12-111-1/+1
* Update ChangeLog file (v7.2 - v7.4 changes only)Ivan Maidanski2018-12-041-0/+6
* Fix 'collecting from unknown thread' abort in leak-finding mode for Win32Ivan Maidanski2018-12-043-3/+3
* Guard against potential buffer overflow in CORD_next and CORD_pos_fetchIvan Maidanski2018-12-041-7/+18
* Fix hbp overflow in GC_install_countsIvan Maidanski2018-12-041-0/+2
* Fix GC_register_disclaim_proc for leak-finding modeIvan Maidanski2018-12-042-2/+9
* Refine documentation in gc_disclaim.hIvan Maidanski2018-12-041-5/+10
* Document base and size of objects allocated by finalized_mallocIvan Maidanski2018-12-041-0/+3
* Fix marks and hb_n_marks consistency when disclaim returns truePetter A. Urkedal2018-12-041-0/+1
* .gitignore: Ignore disclaim_weakmap_test executable fileIvan Maidanski2018-12-041-0/+1
* Update ChangeLog file (v7.2 - v7.4 changes only)Ivan Maidanski2018-10-031-0/+16
* Fix concurrent bitmap update in GC_dirtyIvan Maidanski2018-10-026-80/+96
* Fix marking of finalizer closure objectPetter Urkedal2018-10-021-0/+10
* Update AUTHORS file (add Demyan Kimitsa)Ivan Maidanski2018-10-021-0/+1
* Fix start_world not resuming all threads on DarwinDemyan Kimitsa2018-10-021-79/+66
* Fix missing curses.h in cord/de when compiling manually (MS VC, MinGW)Ivan Maidanski2018-10-011-1/+2
* Fix comment typo in CMakeLists.txtIvan Maidanski2018-10-011-1/+1
* Fix comment typos in backgraph.c, de.c, gcconfig.hMax Mouratov2018-10-014-4/+4
* Fix 'undefined reference to GC_incremental' linker error in pthread_startIvan Maidanski2018-10-011-1/+1
* Travis CI: Put GNU S/W download base URL in a dedicated variableIvan Maidanski2018-10-011-3/+4
* [7.4.14]v7.4.14Ivan Maidanski2018-08-116-7/+7
* Update ChangeLog file (add v7.2l release date)Ivan Maidanski2018-08-101-1/+1
* Update ChangeLog file (v7.2 - v7.4 changes only)Ivan Maidanski2018-08-061-0/+2
* Fix incorrect roots order after root removal in remove_roots_subregionIvan Maidanski2018-08-061-10/+28
* Update AUTHORS fileIvan Maidanski2018-08-061-0/+1
* Fix suspend_thread_list in case of thread_suspend is interruptedIvan Maidanski2018-08-061-1/+3
* Perform thread_suspend in loop as it may be interrupted (Darwin)Jonathan Chambers2018-08-061-1/+3
* Remove libatomic_ops license informationIvan Maidanski2018-08-061-9/+1
* Do not use NULL in gc_inline.hIvan Maidanski2018-08-031-1/+1
* Update ChangeLog file (v7.2 - v7.4 changes only)Ivan Maidanski2018-07-191-0/+52
* Workaround 'dynamic exception specifications deprecated in C++11' warningIvan Maidanski2018-07-181-1/+5
* Fix global operator delete definition for C++14 in gc_cppIvan Maidanski2018-07-181-1/+17
* Travis CI: Upgrade clang-4.0 to clang-5.0, and gcc-5 to gcc-8Ivan Maidanski2018-07-181-17/+17
* Travis CI: test --enable-large-config and LINT2 with assertions on (linux)Ivan Maidanski2018-07-181-1/+1
* Travis CI: test --enable-gc-debug in 32-bit mode (linux)Ivan Maidanski2018-07-181-1/+1
* Travis CI: Enable assertion checking for MARK_BIT_PER_OBJIvan Maidanski2018-07-181-0/+1
* Fix GC_is_valid_displacement and GC_is_visible for non-small objectsIvan Maidanski2018-07-181-6/+8
* Revert 'Workaround gctest hang on kFreeBSD if thread-local allocations are on'Ivan Maidanski2018-07-181-5/+1
* Fix dependency on gc_cpp source in BCC_MAKEFILE and NT_MAKEFILEIvan Maidanski2018-07-182-2/+3
* Cleanup BCC makefile (remove absolute GC paths, fix del cmd, update clean)Ivan Maidanski2018-07-181-17/+9
* Fix cords for MANUAL_VDBIvan Maidanski2018-07-173-3/+30
* Fix missing GC_dirty calls for GC-allocated objects used internallyIvan Maidanski2018-07-1710-18/+107
* New API function (GC_is_init_called) to check if BDWGC is initializedIvan Maidanski2018-07-173-0/+13
* Do not call GC_dirty_inner unless GC_incrementalIvan Maidanski2018-07-174-11/+12
* Remove code duplication in gcj_malloc and malloc_explicitly_typedIvan Maidanski2018-07-172-13/+9
* Keep pointer to the start of previous entry in remove_specific_after_forkIvan Maidanski2018-07-171-5/+9
* Fix missing GC_dirty invocation from debug_end_stubborn_changeIvan Maidanski2018-07-171-19/+15
* Fix Borland version in documentation to match that in BCC_MAKEFILEIvan Maidanski2018-07-171-2/+2
* Fix 'pointer arithmetic with NULL' code defect in print_callersIvan Maidanski2018-07-171-8/+10