summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [7.2n]v7.2nIvan Maidanski2019-03-013-2/+8
* .gitignore: Ignore /out folderIvan Maidanski2019-02-271-0/+2
* Update ChangeLogIvan Maidanski2019-02-171-0/+15
* AppVeyor CI: Fix 'no source or binary dir provided' cmake errorIvan Maidanski2019-02-171-1/+1
* Fix GetThreadContext stale register values use if WoW64 (Win32)Hamayama2019-02-171-2/+73
* Update ChangeLogIvan Maidanski2019-01-291-0/+36
* Fix 'unexpected mark stack overflow' abort in push_all_stackIvan Maidanski2019-01-291-1/+3
* Fix BSD_TIME variant of MS_TIME_DIFF for the case of a.tv_usec < b.tv_usecIvan Maidanski2019-01-291-2/+2
* Fix invalid initializer of CLOCK_TYPE variables if BSD_TIMEIvan Maidanski2019-01-293-6/+13
* Fix 'mprotect remapping failed' abort on NetBSD with PaX enabledIvan Maidanski2019-01-291-1/+3
* Fix executable memory allocation in GC_unix_get_memIvan Maidanski2019-01-291-0/+5
* [7.2m]v7.2mIvan Maidanski2018-12-113-2/+8
* Travis CI: Use libatomic_ops-7.2i for make distcheckIvan Maidanski2018-12-111-1/+3
* Update ChangeLogIvan Maidanski2018-12-041-0/+11
* 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
* .gitignore: Ignore disclaim_weakmap_test executable fileIvan Maidanski2018-12-041-0/+1
* Update ChangeLogIvan Maidanski2018-10-031-0/+30
* Fix comment typo in CMakeLists.txtIvan Maidanski2018-10-031-1/+1
* Fix comment typos in backgraph.c, de.c, gcconfig.hMax Mouratov2018-10-034-4/+4
* Fix start_world not resuming all threads on DarwinDemyan Kimitsa2018-10-031-79/+66
* [7.2l]v7.2lIvan Maidanski2018-08-105-6/+15
* Update ChangeLogIvan Maidanski2018-08-061-0/+21
* Fix incorrect roots order after root removal in remove_roots_subregionIvan Maidanski2018-08-061-10/+28
* 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
* Update (regenerate) configure filesIvan Maidanski2018-07-203-38/+70
* Update ChangeLogIvan Maidanski2018-07-191-0/+123
* Travis CI: test --enable-large-config with assertions on (linux)Ivan Maidanski2018-07-191-1/+1
* Fix GC_is_valid_displacement and GC_is_visible for non-small objectsIvan Maidanski2018-07-191-6/+8
* Fix large object base computation in PUSH_CONTENTS() if MARK_BIT_PER_OBJIvan Maidanski2018-07-191-10/+12
* Fix global operator delete definition for C++14 in gc_cppIvan Maidanski2018-07-191-1/+17
* Fix Borland version in documentation to match that in BCC_MAKEFILEIvan Maidanski2018-07-191-2/+2
* Fix 'pointer arithmetic with NULL' code defect in print_callersIvan Maidanski2018-07-191-7/+10
* Fix potential null dereference in GC_CONSIvan Maidanski2018-07-191-2/+5
* Fix mark stack overflow checking in push_selectedIvan Maidanski2018-07-191-3/+5
* Fix VirtualQuery call in case of malloc failure (Win32)Ivan Maidanski2018-07-181-3/+4
* Fix comment about inv_sz computation in setup_headerIvan Maidanski2018-07-181-1/+4
* Fix result computation in n_set_marksIvan Maidanski2018-07-181-1/+1
* Fix comments style in configure.ac and Makefile.amIvan Maidanski2018-07-182-24/+23
* Fix infinite restarting of mark_some when a static root disappeared (Linux)Ivan Maidanski2018-07-183-0/+86
* Fix typos in ChangeLogIvan Maidanski2018-07-182-8/+8
* Workaround 'template-id not supported in this context' compiler error (WCC)Ivan Maidanski2018-07-181-4/+7
* Do not redefine MSWIN32 macro (WCC)Ivan Maidanski2018-07-181-1/+3
* Fix typo in comment for CORD_ec_flush_buf prototypeIvan Maidanski2018-07-181-1/+1
* Fix return type in GC_set_warn_proc API documentationIvan Maidanski2018-07-181-1/+1
* Fix register_dynamic_libraries on Windows 10Naoyuki Sawa2018-07-181-1/+3
* Install gc.3 man page instead of copying gc.man to doc folder (configure)Ivan Maidanski2018-07-182-2/+3
* .gitignore: Ignore '.vs' foldersIvan Maidanski2018-07-181-0/+1
* .gitignore: Ignore gc.def (produced by digimars.mak)Ivan Maidanski2018-07-181-0/+1