summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix a typo in msvc_dbg.c comment (machine)Tim Gates2021-08-211-1/+1
* Update AUTHORS file (add Clement Chigot)Ivan Maidanski2021-08-211-0/+1
* Include <alloca.h> when using alloca on AIXClement Chigot2021-08-211-1/+1
* Update AUTHORS file (add Nikita Ermakov)Ivan Maidanski2021-08-211-0/+1
* Fix 'undefined reference to __data_start' linker error on RISC-VNikita Ermakov2021-08-211-1/+1
* Use pstat_getprocvm to determine main stack bottom on HP-UXJohn David Anglin2021-08-212-4/+31
* Update AUTHORS fileIvan Maidanski2021-08-211-0/+1
* Fix mmap(PROT_NONE) failed if memory unmapping is enabled (Haiku)Massimiliano Gubinelli2021-08-211-2/+4
* Workaround clang-3.8/s390x bug when processing __builtin_frame_addressIvan Maidanski2021-08-211-2/+5
* Update AUTHORS file (add Jonas Hahnfeld)Ivan Maidanski2021-08-211-0/+1
* Add threading libraries to bdw-gc.pcJonas Hahnfeld2021-08-211-1/+1
* Travis CI: Change deploy api_key (deprecated) to edgeIvan Maidanski2021-08-211-8/+7
* Travis CI: Set default OS to LinuxIvan Maidanski2021-08-211-116/+59
* Travis CI: Fix '-std=c11 is valid for C/ObjC but not for C++' warningIvan Maidanski2021-08-211-1/+1
* Travis CI: Rename language c++ key value to cppIvan Maidanski2021-08-211-1/+1
* Travis CI: Rename matrix key to jobsIvan Maidanski2021-08-211-1/+1
* Travis CI: Remove deprecated deploy skip_cleanup keyIvan Maidanski2021-08-211-1/+0
* Travis CI: Set dist image to xenialIvan Maidanski2020-04-021-0/+1
* Update ChangeLog file (v8.0 changes)Ivan Maidanski2020-04-021-0/+9
* Update ChangeLog file (v7.6 changes)Ivan Maidanski2020-04-021-0/+4
* Update ChangeLog file (v7.2 - v7.4 changes only)Ivan Maidanski2020-04-021-0/+2
* Fix 'invalid token at start of a preprocessor expression' in misc.cIvan Maidanski2020-03-131-1/+1
* Eliminate 'gc_pthread_redirects.h should contain header guard' code defectIvan Maidanski2020-03-131-0/+5
* AppVeyor CI: Test cygwin64 single-threaded build with -D USE_WINALLOCIvan Maidanski2020-03-131-0/+3
* New macro to avoid system-wide new/delete inlining in gc_cpp.h (Win32)Ivan Maidanski2020-03-133-7/+52
* Fix abort in GC_printf when gctest is built as WinMain executable (Cygwin)Ivan Maidanski2020-03-131-2/+12
* Fix 'write to GC log failed' error (Cygwin)Ivan Maidanski2020-03-131-4/+12
* Update AUTHORS file (add Thomas Thiriez)Ivan Maidanski2020-03-131-0/+1
* Allocate start_info struct on the stack in GC_pthread_createThomas Thiriez2020-03-131-23/+11
* Fix STACKBOTTOM on 32-bit HP/UX 11.11John David Anglin2020-03-131-2/+9
* Update AUTHORS file (add John David Anglin)Ivan Maidanski2020-03-131-0/+1
* Fix mmap() failures on HP/UXJohn David Anglin2020-03-132-2/+8
* Compile C++ code with exception handling enabled in NT_MAKEFILEIvan Maidanski2020-03-121-1/+3
* Do not use iOS private symbolsIvan Maidanski2020-03-121-2/+4
* Remove obsolete information in README.darwinIvan Maidanski2020-03-121-56/+0
* Remove a note in README.macros that work in progressIvan Maidanski2020-03-121-1/+1
* Update AUTHORS fileIvan Maidanski2020-03-121-0/+1
* Fix 'traceable but uncollectible memory' wording in gcinterface documentDima Pasechnik2020-03-121-1/+1
* Fix gc_cpp.h file name in comments after renamingIvan Maidanski2020-03-122-2/+2
* .gitignore: Collapse multiple lib*.so items in a single oneIvan Maidanski2020-03-121-7/+1
* Update ChangeLog file (v8.0 changes)Ivan Maidanski2019-10-111-0/+8
* Update ChangeLog file (v7.6 changes)Ivan Maidanski2019-10-111-0/+7
* Update ChangeLog file (v7.2 - v7.4 changes only)Ivan Maidanski2019-10-111-0/+8
* Update AUTHORS fileIvan Maidanski2019-10-091-0/+1
* Fix a typo in 'primitives' word in ChangeLogSorawee Porncharoenwase2019-10-091-1/+1
* Prevent GetThreadContext failure (Windows)Jonathan Chambers2019-10-092-66/+204
* Do not hold GC_fault_handler_lock when in Sleep (Win32)Ivan Maidanski2019-10-091-11/+15
* Fix 'ACCESS_VIOLATION in marker' GC warning on Win32 async thread startIvan Maidanski2019-10-071-2/+7
* Fix GC_new_hblk prototype in a commentIvan Maidanski2019-10-071-1/+1
* Eliminate 'static GC_sysinfo definition has incomplete type' Clang warningIvan Maidanski2019-10-071-2/+8