]> granicus.if.org Git - gc/shortlog
gc
2018-12-13 Ivan Maidanski[7.4.16] v7.4.16
2018-12-11 Ivan MaidanskiUpdate ChangeLog file (set v7.2m release date)
2018-12-03 Ivan MaidanskiUpdate ChangeLog file (v7.2 - v7.4 changes only)
2018-12-03 Ivan MaidanskiFix 'collecting from unknown thread' abort in leak...
2018-12-03 Ivan MaidanskiGuard against potential buffer overflow in CORD_next...
2018-12-03 Ivan MaidanskiFix hbp overflow in GC_install_counts
2018-12-03 Ivan MaidanskiFix GC_register_disclaim_proc for leak-finding mode
2018-12-03 Ivan MaidanskiRefine documentation in gc_disclaim.h
2018-12-03 Ivan MaidanskiDocument base and size of objects allocated by finalize...
2018-12-03 Petter A. UrkedalFix marks and hb_n_marks consistency when disclaim...
2018-12-03 Ivan Maidanski.gitignore: Ignore disclaim_weakmap_test executable...
2018-10-02 Ivan MaidanskiUpdate ChangeLog file (v7.2 - v7.4 changes only)
2018-10-02 Ivan MaidanskiFix concurrent bitmap update in GC_dirty
2018-10-02 Petter UrkedalFix marking of finalizer closure object
2018-10-01 Ivan MaidanskiUpdate AUTHORS file (add Demyan Kimitsa)
2018-10-01 Demyan KimitsaFix start_world not resuming all threads on Darwin
2018-10-01 Ivan MaidanskiFix missing curses.h in cord/de when compiling manually...
2018-10-01 Ivan MaidanskiFix comment typo in CMakeLists.txt
2018-10-01 Max MouratovFix comment typos in backgraph.c, de.c, gcconfig.h
2018-10-01 Ivan MaidanskiFix 'undefined reference to GC_incremental' linker...
2018-10-01 Ivan MaidanskiTravis CI: Put GNU S/W download base URL in a dedicated...
2018-08-11 Ivan Maidanski[7.4.14] v7.4.14
2018-08-10 Ivan MaidanskiUpdate ChangeLog file (add v7.2l release date)
2018-08-06 Ivan MaidanskiUpdate ChangeLog file (v7.2 - v7.4 changes only)
2018-08-06 Ivan MaidanskiFix incorrect roots order after root removal in remove_...
2018-08-06 Ivan MaidanskiUpdate AUTHORS file
2018-08-06 Ivan MaidanskiFix suspend_thread_list in case of thread_suspend is...
2018-08-06 Jonathan ChambersPerform thread_suspend in loop as it may be interrupted...
2018-08-06 Ivan MaidanskiRemove libatomic_ops license information
2018-08-03 Ivan MaidanskiDo not use NULL in gc_inline.h
2018-07-19 Ivan MaidanskiUpdate ChangeLog file (v7.2 - v7.4 changes only)
2018-07-18 Ivan MaidanskiWorkaround 'dynamic exception specifications deprecated...
2018-07-18 Ivan MaidanskiFix global operator delete definition for C++14 in...
2018-07-18 Ivan MaidanskiTravis CI: Upgrade clang-4.0 to clang-5.0, and gcc...
2018-07-18 Ivan MaidanskiTravis CI: test --enable-large-config and LINT2 with...
2018-07-18 Ivan MaidanskiTravis CI: test --enable-gc-debug in 32-bit mode (linux)
2018-07-18 Ivan MaidanskiTravis CI: Enable assertion checking for MARK_BIT_PER_OBJ
2018-07-18 Ivan MaidanskiFix GC_is_valid_displacement and GC_is_visible for...
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
next