index
:
delta/bdwgc.git
add-long-weakref
draft-appveyor
draft-travis
fix_tsx_bug
freebsd-ports-devel-boehm-gc
freebsd-ports-devel-boehm-gc-integrate
gc6x-branch
gcc_boehmgc
ios-unified-ts-fix
jtotz-bdwgc-integrate
jtotz_bdwgc
master
mono_libgc
racket_gc
release-7_2
release-7_4
release-7_6
release-8_0
release-8_2
thread-suspend
github.com: ivmai/bdwgc.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Update ChangeLog file (v7.2 - v7.4 changes only)
Ivan Maidanski
2021-09-28
1
-0
/
+4
*
Update comment in add_to_heap about recompute of GC_collect_at_heapsize
Ivan Maidanski
2021-09-26
1
-1
/
+1
*
Fix 'Wrong finalization data' gctest failure using noinline (MS VC x86)
Ivan Maidanski
2021-09-24
1
-19
/
+4
*
Fix GC_with_callee_saves_pushed for Android NDK r23 (clang-12)
Ivan Maidanski
2021-09-23
1
-1
/
+2
*
Fix overflow of scratch_free_ptr value
Ivan Maidanski
2021-09-21
1
-5
/
+4
*
Ensure process is running on one CPU core if AO ops are emulated with locks
Ivan Maidanski
2021-09-20
1
-5
/
+38
*
Fix assertion violation in register_dynlib_callback on Android
Ivan Maidanski
2021-09-19
1
-1
/
+5
*
Fix handling of areas smaller than page size in GC_scratch_recycle
Ivan Maidanski
2021-09-17
1
-1
/
+1
*
Fix missing GC_quiet declaration in pcr_interface.c
Ivan Maidanski
2021-09-17
1
-0
/
+2
*
Update ChangeLog file (v8.0 changes)
Ivan Maidanski
2021-09-14
1
-0
/
+4
*
Update ChangeLog file (v7.6 changes)
Ivan Maidanski
2021-09-14
1
-0
/
+3
*
Update ChangeLog file (v7.2 - v7.4 changes only)
Ivan Maidanski
2021-09-14
1
-0
/
+3
*
Revert "Fix missing heap limits adjustment if scratch_recycle is called"
Ivan Maidanski
2021-09-14
1
-17
/
+12
*
Fix missing heap limits adjustment if scratch_recycle_inner is called
Ivan Maidanski
2021-09-12
1
-12
/
+17
*
Fix missing scratch_last_end_ptr update (Irix)
Ivan Maidanski
2021-09-12
1
-0
/
+2
*
Fix GC_proc_fd value in child process at fork (Solaris)
Ivan Maidanski
2021-09-12
3
-13
/
+69
*
Do not report 'Incremental GC incompatible' warning more than once
Ivan Maidanski
2021-09-12
1
-1
/
+6
*
Fix page_was_[ever_]dirty() for static roots (Solaris)
Ivan Maidanski
2021-09-12
1
-4
/
+22
*
Update ChangeLog file (v8.0 changes)
Ivan Maidanski
2021-08-23
1
-2
/
+25
*
Update ChangeLog file (v7.6 changes)
Ivan Maidanski
2021-08-23
1
-0
/
+8
*
Update ChangeLog file (v7.2 - v7.4 changes only)
Ivan Maidanski
2021-08-23
1
-1
/
+7
*
Fix 'scope of phdr can be reduced' cppcheck error in free_block_ending_at
Ivan Maidanski
2021-08-21
1
-2
/
+2
*
Fix data race regarding *rlh value in generic_malloc_many
Ivan Maidanski
2021-08-21
1
-3
/
+5
*
Limit unmapped regions amount on DragonFly
Ivan Maidanski
2021-08-21
1
-0
/
+9
*
Limit number of unmapped regions (Linux)
Peter Wang
2021-08-21
6
-36
/
+161
*
Fix 'Wrong __data_start/_end pair' if -Bsymbolic-functions used (Linux)
Ivan Maidanski
2021-08-21
2
-2
/
+8
*
Fix CMake build on macOS Catalina
Ivan Maidanski
2021-08-21
1
-7
/
+0
*
Remove cord .h files from list of non-installed headers (Automake)
Ivan Maidanski
2021-08-21
1
-3
/
+0
*
Fix missing specific.c in CMake script
Ivan Maidanski
2021-08-21
1
-1
/
+1
*
Update AUTHORS file (add Mahder Gebremedhin)
Ivan Maidanski
2021-08-21
1
-0
/
+1
*
Fix missing gc_dlopen.c in CMake script
Mahder Gebremedhin
2021-08-21
1
-1
/
+2
*
Fix misaligned tlfs passed to AO_load on m68k
Ivan Maidanski
2021-08-21
2
-1
/
+9
*
Check _MSVC_LANG macro in addition to __cplusplus (MS VC)
Ivan Maidanski
2021-08-21
4
-11
/
+13
*
Eliminate 'implicit declaration of sbrk' gcc warning if -std=c11 on Cygwin
Ivan Maidanski
2021-08-21
1
-1
/
+2
*
Eliminate 'cast between incompatible func types' warnings for FARPROC vars
Ivan Maidanski
2021-08-21
3
-26
/
+23
*
Use HEURISTIC2 on OpenBSD when single-threaded
Kurt Miller
2021-08-21
1
-89
/
+7
*
Fix GC_OPENBSD_THREADS definition (OpenBSD/hppa)
Kurt Miller
2021-08-21
1
-2
/
+2
*
Eliminate 'GC_non_gc_bytes is deprecated' warning in new_gc_alloc.h
Ivan Maidanski
2021-08-21
1
-3
/
+4
*
Fix 'GC_generic_malloc must be available' GCC error in new_gc_alloc.h
Ivan Maidanski
2021-08-21
1
-0
/
+2
*
Avoid gcc stringop-overflow warning for intended overflow in smashtest
Ivan Maidanski
2021-08-21
1
-2
/
+13
*
Remove dead part of condition to define NEED_FIND_LIMIT in gc_priv.h
Ivan Maidanski
2021-08-21
1
-1
/
+0
*
Add loop to handle abort error like in suspend logic on Darwin
Jonathan Chambers
2021-08-21
1
-4
/
+6
*
Fix 'use of undeclared BUS_PAGE_FAULT' compilation error on FreeBSD 12
Peter Wang
2021-08-21
1
-1
/
+2
*
Fix gc_cflags variable name in configure (HP/UX)
Ivan Maidanski
2021-08-21
1
-2
/
+2
*
Update AUTHORS file (add Tim Gates)
Ivan Maidanski
2021-08-21
1
-0
/
+1
*
Fix a typo in msvc_dbg.c comment (machine)
Tim Gates
2021-08-21
1
-1
/
+1
*
Update AUTHORS file (add Clement Chigot)
Ivan Maidanski
2021-08-21
1
-0
/
+1
*
Include <alloca.h> when using alloca on AIX
Clement Chigot
2021-08-21
1
-1
/
+1
*
Update AUTHORS file (add Nikita Ermakov)
Ivan Maidanski
2021-08-21
1
-0
/
+1
*
Fix 'undefined reference to __data_start' linker error on RISC-V
Nikita Ermakov
2021-08-21
1
-1
/
+1
[prev]
[next]