summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Ensure typed objects descriptor is never located in the first wordIvan Maidanski2022-06-171-4/+8
* Fix race between calloc_explicitly_typed and push_complex_descriptorIvan Maidanski2022-06-171-5/+26
* Fix typo in GC_malloc_explicitly_typed commentIvan Maidanski2022-06-171-1/+1
* Fix GC_dirty() argument in GC_malloc_explicitly_typed_ignore_off_pageIvan Maidanski2022-06-171-1/+1
* Fix propagation of out-of-memory occurred in GC_make_sequence_descriptorIvan Maidanski2022-06-171-0/+2
* Fix abort in Win32 DllMain if PARALLEL_MARKIvan Maidanski2022-06-172-6/+1
* Do not assert that GC is initialized at DLL_THREAD_DETACH (Win32)Ivan Maidanski2022-06-171-1/+0
* Avoid potential race in GC_init_real_syms after GC_allow_register_threadsIvan Maidanski2022-06-161-0/+1
* Fix assertion violation in GC_allow_register_threads on WindowsIvan Maidanski2022-06-162-4/+14
* Fix GC_make_descriptor for zero length argumentIvan Maidanski2022-06-161-1/+1
* Fix comment in GC_init regarding GC_init_parallel callIvan Maidanski2022-06-161-3/+2
* Eliminate 'possible loss of data' compiler warning in GC_envfile_getenvIvan Maidanski2022-06-161-1/+2
* Fix typo in comment belonging to GC_need_full_gcIvan Maidanski2022-06-161-1/+1
* Update ChangeLog file (v7.2 - v7.4 changes only)Ivan Maidanski2022-04-241-1/+5
* Use SIGRTMIN+6 as suspend signal if sigrt-signals on OpenBSDIvan Maidanski2022-04-241-1/+1
* Fix SIGSEGV caused by dropped stack access from child process in gctestIvan Maidanski2022-04-241-10/+17
* Fix assertion violation of GC_thread_key alignment if pthread-based TLSIvan Maidanski2022-04-243-3/+6
* Fix typo in comment near extract_conv_spec in cordprnt.cIvan Maidanski2022-04-241-1/+1
* Fix typo (duplicate word) in GC_unmap_old commentIvan Maidanski2022-04-241-2/+2
* Update ChangeLog file (v7.2 - v7.4 changes only)Ivan Maidanski2022-02-231-1/+8
* Fix 'undeclared getpagesize' compiler warning on AIX and OSF1Ivan Maidanski2022-02-221-1/+2
* Fix missing lock when GC_generate_random_valid_address is calledIvan Maidanski2022-02-223-2/+8
* Workaround crash in FreeBSD rand() by avoiding its concurrent usageIvan Maidanski2022-02-221-0/+17
* Fix stack overflow in gctest on Alpine Linux/s390xBruno Haible2022-02-221-1/+5
* Fix get_maps failure when GC_repeat_read returns zeroIvan Maidanski2022-02-221-1/+1
* Update AUTHORS file (add Dimitris Apostolou)Ivan Maidanski2022-02-221-0/+1
* Fix typos in comments in allchblk.c and gc.hDimitris Apostolou2022-02-223-5/+5
* Fix oldProc initialization in gc_cleanup and eliminate related warningsIvan Maidanski2022-02-222-7/+7
* Fix typo in comment and better document register_finalizer_innerIvan Maidanski2022-02-221-2/+5
* Fix parallel_initialized assertion violation in initsecondarythread (Win32)Ivan Maidanski2022-02-221-1/+1
* .gitignore: Ignore '<name>test' executable filesIvan Maidanski2022-02-221-7/+9
* Update ChangeLog file (v7.2 - v7.4 changes only)Ivan Maidanski2021-12-211-0/+17
* Fix nodist_libgc_la_SOURCES value in Makefile.am for Solaris/sparcIvan Maidanski2021-12-211-3/+2
* Fix a typo in debugging.htmlIvan Maidanski2021-12-211-1/+1
* Update AUTHORS file (add email for Jesse Hull, fix one for John Ellis)Ivan Maidanski2021-12-211-2/+2
* Revert "Fix missing msvc_dbg.h in dist_noinst_HEADERS (Automake)"Ivan Maidanski2021-12-211-1/+0
* Refer to Makefile.direct instead of deleted Makefile file in READMEIvan Maidanski2021-12-214-8/+8
* Fix a typo and add email in AUTHORS file (David Mosberger)Ivan Maidanski2021-12-212-2/+2
* Eliminate 'new_l may be used uninitialized' gcc warning in os_dep (Cygwin)Ivan Maidanski2021-12-211-0/+3
* Remove non-working check of M68K in gctestIvan Maidanski2021-12-211-6/+5
* Remove checking of RS6000 completelyIvan Maidanski2021-12-212-2/+1
* Remove comment belonging to deleted GC_push_procIvan Maidanski2021-12-211-1/+0
* AppVeyor CI: Specify VS 2015 image explicitlyIvan Maidanski2021-12-211-0/+3
* AppVeyor CI: Prefix appveyor.yml filename with a dotIvan Maidanski2021-12-211-0/+0
* Travis CI: Ignore expired certificate reported by wgetIvan Maidanski2021-12-211-3/+3
* [7.4.20]v7.4.20Ivan Maidanski2021-09-286-6/+6
* Update ChangeLog file (set v7.2o release date)Ivan Maidanski2021-09-281-1/+1
* Update ChangeLog file (v7.2 - v7.4 changes only)Ivan Maidanski2021-09-241-0/+4
* Fix overflow of scratch_free_ptr valueIvan Maidanski2021-09-241-4/+5
* Fix assertion violation in register_dynlib_callback on AndroidIvan Maidanski2021-09-191-1/+5