summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [7.6.8]v7.6.8Ivan Maidanski2018-08-126-7/+7
* Update ChangeLog file (add v7.4.14 release date)Ivan Maidanski2018-08-111-1/+1
* Update ChangeLog file (add v7.2l release date)Ivan Maidanski2018-08-111-1/+1
* Update ChangeLog file (v7.6 changes)Ivan Maidanski2018-08-061-0/+9
* 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-031-10/+28
* Adjust formatting of configure help messages and config.h commentsIvan Maidanski2018-08-031-22/+22
* Update AUTHORS file (add Josh Peterson)Ivan Maidanski2018-08-031-0/+1
* Fix the build for EmscriptenJosh Peterson2018-08-031-1/+2
* Update AUTHORS file (add Jonas Echterhoff)Ivan Maidanski2018-08-031-0/+1
* Fix compilation of darwin_stop_world for iOS 8+Jonas Echterhoff2018-08-031-1/+1
* Fix UNTESTED for multi-threaded API functions in gctestIvan Maidanski2018-08-031-6/+4
* Fix suspend_thread_list in case of thread_suspend is interruptedIvan Maidanski2018-08-031-1/+3
* Perform thread_suspend in loop as it may be interrupted (Darwin)Jonathan Chambers2018-08-031-1/+3
* Update copyright information in alloc.c and gc.cIvan Maidanski2018-08-033-2/+5
* Update copyright information in the documentation and gc.h filesIvan Maidanski2018-08-035-5/+22
* Remove libatomic_ops license informationIvan Maidanski2018-08-031-9/+1
* Remove info how to send bugs from README.cordsIvan Maidanski2018-08-031-2/+0
* Do not use NULL in gc_inline.hIvan Maidanski2018-08-031-2/+2
* Update ChangeLog file (v7.6 changes only)Ivan Maidanski2018-07-201-0/+67
* Update ChangeLog file (v7.2 - v7.4 changes only)Ivan Maidanski2018-07-201-0/+52
* Travis CI: Fix timeout during cppcheck of extra/gc.cIvan Maidanski2018-07-161-3/+6
* Never return null by C++ GC allocatorsIvan Maidanski2018-07-162-21/+78
* Fix new and delete operators definition for DigitalMars compilerIvan Maidanski2018-07-162-4/+4
* Never return null pointer by C++ operator new (gc_cpp)Ivan Maidanski2018-07-165-28/+103
* Travis CI: Fix 'cppcheck failed to extract a valid configuration' warningIvan Maidanski2018-07-121-1/+1
* Fix GC_is_valid_displacement and GC_is_visible for non-small objectsIvan Maidanski2018-07-121-6/+8
* Update NT_MAKEFILE usage information in README files for Win32 and Win64Ivan Maidanski2018-07-122-15/+24
* Fix Borland version in documentation to match that in BCC_MAKEFILEIvan Maidanski2018-07-121-2/+2
* Update EXTRA_DIST in Makefile, Win32/64 docs after NT_*_MAKEFILE removalIvan Maidanski2018-07-124-26/+23
* Fix 'pointer arithmetic with NULL' code defect in print_callersIvan Maidanski2018-07-111-8/+10
* Eliminate 'ptr arithmetic with NULL' cppcheck warning in alloc_mark_stackIvan Maidanski2018-07-111-4/+3
* Eliminate 'condition is always true' cppcheck warning in init_gcj_mallocIvan Maidanski2018-07-111-2/+5
* Eliminate 'scope of var can be reduced' cppcheck warning in pthread_joinIvan Maidanski2018-07-111-2/+4
* Travis CI: Test MANUAL_VDB (w/o parallel mark)Ivan Maidanski2018-07-101-0/+5
* Turn on incremental collection in gctest also if MANUAL_VDBIvan Maidanski2018-07-101-5/+8
* Fix tests for GC compiled with MANUAL_VDBIvan Maidanski2018-07-105-35/+123
* Fix cords for MANUAL_VDBIvan Maidanski2018-07-103-3/+30
* Fix missing GC_dirty calls for GC-allocated objects used internallyIvan Maidanski2018-07-1010-6/+108
* Do not call GC_dirty_inner unless GC_incrementalIvan Maidanski2018-07-104-11/+12
* Remove code duplication in gcj_malloc and malloc_explicitly_typedIvan Maidanski2018-07-092-13/+9
* Keep pointer to the start of previous entry in remove_specific_after_forkIvan Maidanski2018-07-091-5/+9
* Fix missing GC_dirty invocation from debug_end_stubborn_changeIvan Maidanski2018-07-091-19/+15
* Fix NT_MAKEFILE for VS 2017Ivan Maidanski2018-07-091-4/+39
* Fast fail on invalid CPU parameter passed to NT_MAKEFILEIvan Maidanski2018-07-091-2/+2
* Add cpu, make_as_lib, nothreads options to NT_MAKEFILEIvan Maidanski2018-07-091-37/+31
* Move de_win compiled resource files to cord/testsIvan Maidanski2018-07-091-7/+7
* Collapse multiple NT_*_MAKEFILE scripts into a single NT_MAKEFILEIvan Maidanski2018-07-094-254/+71
* Travis CI: Upgrade clang-4.0 to clang-5.0, and gcc-5 to gcc-8Ivan Maidanski2018-07-091-27/+27
* Travis CI: test --enable-large-config and LINT2 with assertions on (linux)Ivan Maidanski2018-07-091-1/+1