]> granicus.if.org Git - gc/shortlog
gc
2018-07-18 Ivan MaidanskiRevert 'Workaround gctest hang on kFreeBSD if thread...
2018-07-18 Ivan MaidanskiFix dependency on gc_cpp source in BCC_MAKEFILE and...
2018-07-18 Ivan MaidanskiCleanup BCC makefile (remove absolute GC paths, fix...
2018-07-17 Ivan MaidanskiFix cords for MANUAL_VDB
2018-07-17 Ivan MaidanskiFix missing GC_dirty calls for GC-allocated objects...
2018-07-17 Ivan MaidanskiNew API function (GC_is_init_called) to check if BDWGC...
2018-07-17 Ivan MaidanskiDo not call GC_dirty_inner unless GC_incremental
2018-07-17 Ivan MaidanskiRemove code duplication in gcj_malloc and malloc_explic...
2018-07-17 Ivan MaidanskiKeep pointer to the start of previous entry in remove_s...
2018-07-17 Ivan MaidanskiFix missing GC_dirty invocation from debug_end_stubborn...
2018-07-17 Ivan MaidanskiFix Borland version in documentation to match that...
2018-07-17 Ivan MaidanskiFix 'pointer arithmetic with NULL' code defect in print...
2018-07-17 Ivan MaidanskiFix gctest in leak-finding mode
2018-07-17 Ivan MaidanskiFix compilation by WCC makefile
2018-07-17 Ivan MaidanskiFix compilation by digimars.mak (DMC)
2018-07-17 Ivan MaidanskiFix potential null dereference in GC_CONS
2018-07-17 Ivan MaidanskiEliminate 'language extension used' Clang warning in...
2018-07-17 Ivan MaidanskiFix mark stack overflow checking in push_selected
2018-07-17 Ivan MaidanskiFix VirtualQuery call in case of malloc failure (Win32)
2018-07-17 Ivan MaidanskiEliminate 'switch statement contains no case label...
2018-07-17 Ivan MaidanskiEliminate 'variable might be uninitialized' warning...
2018-07-17 Ivan MaidanskiEliminate duplicate clear_mark_bit call when removing...
2018-07-17 Ivan MaidanskiRemove duplicate local variable in reclaim_block
2018-07-17 Ivan MaidanskiFix large object base computation in PUSH_CONTENTS...
2018-07-17 Ivan MaidanskiFix typos in ChangeLog and generic_malloc
2018-07-17 Ivan MaidanskiFix comment about inv_sz computation in setup_header
2018-07-17 Ivan MaidanskiFix result computation in n_set_marks
2018-07-17 Ivan MaidanskiFix multi-threaded gctest for the case of NTHREADS...
2018-07-17 Ivan MaidanskiFix 'collecting from unknown thread' abort in leak...
2018-07-17 Ivan MaidanskiEliminate 'cast between incompatible function types...
2018-07-17 Ivan MaidanskiWorkaround 'template-id not supported in this context...
2018-07-17 Ivan MaidanskiDo not redefine MSWIN32 macro (WCC)
2018-07-17 Ivan MaidanskiEliminate 'comparing signed and unsigned values' compil...
2018-07-17 Ivan MaidanskiEliminate 'possibly incorrect assignment in CORD_vsprin...
2018-07-17 Ivan MaidanskiFix typo in comment for CORD_ec_flush_buf prototype
2018-07-17 Ivan MaidanskiFix comments style in configure.ac and Makefile.am
2018-07-17 Ivan MaidanskiFix infinite restarting of mark_some when a static...
2018-07-17 Ivan MaidanskiFix return type in GC_set_warn_proc API documentation
2018-07-17 Ivan MaidanskiUpdate AUTHORS file (add Naoyuki Sawa)
2018-07-17 Naoyuki SawaFix register_dynamic_libraries on Windows 10
2018-07-17 Ivan MaidanskiInstall gc.3 man page instead of copying gc.man to...
2018-07-17 Ivan MaidanskiWorkaround gctest hang on kFreeBSD if thread-local...
2018-07-16 Ivan Maidanski.gitignore: Ignore '.vs' folders
2018-07-16 Ivan Maidanski.gitignore: Ignore gc.def (produced by digimars.mak)
2018-07-16 Ivan Maidanski.gitignore: Ignore *.tds files (generated by bcc)
2018-04-19 Ivan Maidanski[7.4.12] v7.4.12
2018-04-18 Ivan MaidanskiUpdate ChangeLog file (v7.2 - v7.4 changes only)
2018-04-17 Ivan MaidanskiFix data race during apply_to_each_object(reset_back_edge)
2018-04-17 Ivan MaidanskiFix the collector hang when it is configured with ...
2018-04-17 Ivan MaidanskiFix null dereference in print_callers on backtrace_symb...
2018-04-17 Ivan MaidanskiFix null pointer dereference in get_private_path_and_ze...
2018-04-17 Ivan MaidanskiFix missing SIGBUS handler setup for kFreeBSD
2018-04-17 Ivan MaidanskiDefine GC_FREEBSD_THREADS and GC_ADD_CALLER macros...
2018-04-17 Ivan MaidanskiFix thread_suspend fail for threads registered from...
2018-04-17 Ivan MaidanskiFix assertion violation in DllMain of win32_threads
2018-04-17 Ivan MaidanskiFix comment for debug_generic_malloc_inner[_ignore_off_...
2018-03-04 Ivan MaidanskiUpdate ChangeLog file (v7.2 - v7.4 changes only)
2018-03-04 Ivan MaidanskiFix missing GC_generic_malloc_words_small implementatio...
2018-03-04 Ivan MaidanskiFix include gc_gcj.h in thread_local_alloc.c
2018-03-04 Ivan MaidanskiRemove API symbols renaming in WCC_MAKEFILE
2018-03-04 Ivan MaidanskiFix typo in AIX macro name
2018-03-04 Ivan MaidanskiFix dbg_mlc.c/o file name in documentation
2018-03-04 Ivan MaidanskiFix missing new-line in ABORT_ARG<n> definition
2018-03-04 Ivan MaidanskiUpdate AUTHORS file (add Natanael Copa)
2018-03-04 Natanael CopaFix gctest with musl libc on s390x
2018-03-04 Ivan MaidanskiFix type of local variables receiving result of PHT_HASH
2018-03-02 Ivan MaidanskiFix man section number (3)
2018-03-02 Ivan MaidanskiFix arguments delimiter in pcr_interface.c (PCR)
2018-03-02 Ivan MaidanskiUpdate AUTHORS file (add Jay Krell)
2018-03-02 Jay KrellFix typo in comment in specific.h
2018-01-24 Ivan Maidanski.gitignore: Ignore 'cords' marker file (generated by...
2018-01-24 Ivan Maidanski.gitignore: Ignore dont_ar_* files (generated by Makefi...
2018-01-22 Ivan Maidanski[7.4.10] v7.4.10
2018-01-22 Ivan MaidanskiUpdate ChangeLog file (v7.2 - v7.4 changes only)
2018-01-19 Ivan MaidanskiFix libgc version which was changed in linkage breaking...
2018-01-19 Ivan MaidanskiUpdate AUTHORS file (add Gustavo Giraldez)
2018-01-19 Ivan MaidanskiTravis CI: Do not use 'trusty' build environment
2018-01-19 Gustavo GiraldezFix GC allocation mutex in child after a fork
2018-01-19 Ivan MaidanskiFix error code in abort message if sem_wait failed...
2018-01-19 Ivan MaidanskiFix missing EOLn output in threadlibs tool
2018-01-19 Ivan MaidanskiFix last_reclaimed..gc_no interval comparison to thresh...
2017-12-22 Ivan Maidanski[7.4.8] v7.4.8
2017-12-21 Ivan MaidanskiUpdate ChangeLog file (add gc-7.2i release date)
2017-12-19 Ivan MaidanskiUpdate ChangeLog file (v7.2 - v7.4 changes only)
2017-12-19 Ivan MaidanskiPrevent 'Unexpected heap growth' in single-threaded...
2017-12-18 Ivan MaidanskiEliminate 'value exceeds maximum object size' GCC warni...
2017-12-18 Ivan MaidanskiEliminate 'this statement may fall through' GCC warnings
2017-12-18 Petter A. UrkedalFix marking of disclaim-reachable objects in the increm...
2017-12-18 Ivan MaidanskiFix data race in do_local_mark when comparing active_co...
2017-12-18 Ivan MaidanskiFix data race in mark_thread when updating mark_no
2017-12-18 Ivan MaidanskiFix lack of barriers to synchronize memory for suspend_...
2017-12-18 Ivan MaidanskiFix data race in last_stop_count access (suspend_handle...
2017-12-18 Ivan MaidanskiFix data race when getting object size in explicitly...
2017-12-18 Ivan MaidanskiFix data race in a list referenced by A.aa (gctest)
2017-12-17 Ivan MaidanskiFix assertion violation about disabled cancel in try_to...
2017-12-17 Ivan MaidanskiFix data race in make_descriptor when setting explicit_...
2017-12-17 Ivan MaidanskiAvoid data race in finalized_count (gctest)
2017-12-17 Ivan MaidanskiUpdate comment in finalized_disclaim to match FINALIZER...
2017-12-17 Ivan MaidanskiFix typo in a function name in README.sgi
2017-12-17 Ivan MaidanskiFix typo in 'gcdescr' documentation file
next