]> granicus.if.org Git - gc/shortlog
gc
2016-03-16 Niklas TherningSkip GC_DS_PER_OBJECT objects with negative descriptor...
2016-03-16 Ivan MaidanskiFix vsprintf_args initialization/cleanup in CORD_vsprin...
2016-03-16 Bruce HoultFix OSX issue with snprintf wrapper macro
2016-03-16 Ivan MaidanskiFix unresolved vsnprintf in misc.c and snprintf in...
2016-03-16 Ivan MaidanskiFix potential multiplication overflow in check_heap_sta...
2016-03-16 Ivan MaidanskiFix 'implicit declaration of function' compiler warning...
2016-03-16 Ivan MaidanskiFix null-pointer dereferences on out-of-memory in cord/de
2016-03-16 Ivan MaidanskiFix GC initialization in de_win for Cygwin
2016-03-16 Ivan MaidanskiFix de_win WndProc prototype parameters for 64-bit...
2016-03-16 Ivan MaidanskiFix null-pointer dereferences in case of out-of-memory...
2016-03-16 Ivan MaidanskiFix Unicode Win32 API calls in cord de_win
2016-03-16 Ivan MaidanskiFix null pointer dereference on out-of-memory in tests
2016-03-15 Ivan MaidanskiFix typo in GC_malloc_uncollectable comment
2016-02-08 Ivan MaidanskiUpdate ChangeLog
2016-02-05 Ivan MaidanskiFix typo in comment of ERROR_FL
2016-02-05 Ivan MaidanskiFix race (and potential deadlock) at marker threads...
2016-02-02 Ivan MaidanskiUpdate ChangeLog
2016-02-02 Ivan MaidanskiFix typos in gc_priv.h
2016-02-02 Ivan MaidanskiFix typo (items numbering) in GC_finalize_all documentation
2016-02-01 Ivan MaidanskiRemove documentation about obsolete GC_REDIRECT_TO_LOCAL
2016-02-01 Ivan MaidanskiFix missing GC_get_stack_base for Amiga
2016-02-01 Ivan MaidanskiFix USE_COMPILER_TLS macro duplicate description in...
2016-02-01 Ivan Maidanski.gitignore: Ignore .copied.c, .dll.manifest, idb, ilk...
2016-02-01 Ivan Maidanskiwindows-untested: Fix paths to msvc_dbg.c/h
2016-02-01 Terrell RussellFix typos in README for ews4800
2016-02-01 Ivan Maidanski.gitignore: Ignore .exp and .sbr also in subfolders...
2016-02-01 Eli BarzilayFix GC_get_stack_base if called before GC_init (Win32)
2016-02-01 David Van HornFix various spelling errors
2016-02-01 Ivan Maidanski.gitignore: Add *.vcproj.*.user (copied from .hgignore)
2016-02-01 Bruce HoultFix OSX issue with pthread_attr_setstacksize failure
2015-05-14 Ivan MaidanskiUpdate (regenerate) configure files; update ChangeLog
2015-05-14 Ivan MaidanskiFix mistyped ARM_THREAD_STATE macro (Darwin/arm)
2015-05-14 Tsugutomo EnamiFix FirstDLOpenedLinkMap for case libgc not 1st dynamic...
2015-05-14 Ivan MaidanskiFix missing cord_pos.h, ec.h among installed headers...
2015-05-13 Ivan MaidanskiFix missing msvc_dbg.h in dist_noinst_HEADERS (Automake)
2014-06-15 Ivan MaidanskiUpdate (regenerate) configure files; update ChangeLog
2014-06-15 Ivan MaidanskiFix signedness of char values passed to isspace, iscntr...
2014-06-15 Ivan MaidanskiFix file descriptor resource leak in GC_register_data_s...
2014-06-15 Ivan MaidanskiFix 'illegal option -xassembler-with-cpp' error (Oracle...
2014-06-15 Ivan MaidanskiFix CFLAGS in configure regarding -O flag passing to...
2014-06-02 Ivan Maidanski[7.2f] gc7_2f
2014-06-02 Ivan MaidanskiRegenerate configure files by new automake (v1.14.1...
2014-06-01 Ivan MaidanskiUpdate (regenerate) configure files
2014-05-31 Ivan MaidanskiUpdate ChangeLog
2014-05-31 Ivan MaidanskiFix PARALLEL_MARK for Windows 7+
2014-05-31 Bruce HoultFix crash when using GC_malloc_many() as first allocati...
2014-05-31 Ivan Maidanski.gitignore: Ignore all .deps, .dirstamp
2014-05-25 Ivan MaidanskiUpdate ChangeLog
2014-05-24 Ivan MaidanskiFix 'source file in a subdirectory' Automake warnings
2014-05-21 Ivan MaidanskiUpdate (regenerate) configure files; update ChangeLog
2014-05-20 Ivan MaidanskiFix typos in README.changes (in items for ancient GC...
2014-05-20 Ivan MaidanskiFix typo in person name in gc_cpp.h comment
2014-05-20 Ivan MaidanskiUpdate Xerox FTP host name in overview.html
2014-05-20 Ivan MaidanskiFix typos in names in README.changes file
2014-05-20 Baruch SiachFix build (broken by fenv.h inclusion) on Linux/x86_64...
2014-05-20 Ivan MaidanskiFix a typo in gc_config_macros.h comment (redundant...
2014-05-20 Ivan MaidanskiFix GC_scratch_last_end_ptr update on GC_scratch_alloc...
2014-05-20 Ivan MaidanskiFix out-of-memory case in new_back_edges, push_in_progr...
2014-05-20 Ivan MaidanskiFix GET_MEM argument rounding in GC_scratch_alloc and...
2014-05-20 Ivan MaidanskiUpdate emails/links due to project site and ML transition
2014-05-19 Ivan MaidanskiFix or remove broken URLs in documentation
2014-05-19 Ivan MaidanskiFix typo in GC overview file
2014-05-19 Andrew HortonFix mark stack excessive growth during parallel mark
2014-05-19 Andrew HortonBump GC_collect_at_heapsize in GC_add_to_heap. In the...
2014-05-19 Ivan MaidanskiFix typo in GC_collect_or_expand comment
2014-05-19 Yusuke SuzukiFix CMakeLists.txt: do not override CMAKE_OSX_ARCHITECTURES
2014-05-19 Yusuke SuzukiFix ADD_DEFINITION in CMakeLists.txt for kFreeBSD
2013-11-25 Ivan MaidanskiFix 'Bad signal in suspend_handler' abort on FreeBSD-9.2
2013-11-21 Ivan MaidanskiFix ABORT message in GC_restart_handler
2013-11-10 Ivan Maidanski[7.2e] gc7_2e
2013-09-16 Ivan MaidanskiUpdate ChangeLog
2013-09-16 Ivan MaidanskiFix race in GC_print_all_errors regarding GC_leaked
2013-09-15 Ivan MaidanskiUpdate ChangeLog
2013-09-15 Neale FergusonAdd weak attribute to avoid __data_start undefined...
2013-09-15 Ivan MaidanskiUpdate ChangeLog
2013-09-15 Ivan MaidanskiAdjust 'pthread_[un]register_cancel undefined ref'...
2013-09-15 Alex RozenmanAdd weak stubs for pthread_cancel API.
2013-09-07 Ivan MaidanskiUpdate ChangeLog
2013-09-06 Ivan MaidanskiFix collection of objects referenced only from GC_mark_...
2013-09-02 Ivan MaidanskiUpdate (regenerate) configure files; update ChangeLog
2013-09-02 Ivan Maidanski.gitignore: Ignore cord/tests/de_win.res
2013-09-02 Ivan Maidanski.gitignore: Ignore *.log, *.trs files produced by ...
2013-09-02 Ivan Maidanski.gitignore: Ignore .gch files
2013-09-02 Ivan Maidanskitests: Append _test suffix to 'initsecondarythread...
2013-09-02 Ivan MaidanskiReplace deprecated [CXX]INCLUDES to AM_C[PP]FLAGS in...
2013-09-02 Ivan MaidanskiRegenerate configure files by autoconf-2.69, automake...
2013-08-28 Ivan MaidanskiUpdate (regenerate) configure files; update ChangeLog
2013-08-28 Ivan Maidanskiconfigure: Enable PARALLEL_MARK and THREAD_LOCAL_ALLOC...
2013-08-25 Ivan MaidanskiUpdate ChangeLog
2013-08-25 Ivan MaidanskiMerge branch 'freebsd-ports-devel-boehm-gc-threaded...
2013-08-25 Ivan MaidanskiRemove changes in Makefile.in and doc/gc.man specific...
2013-08-25 Ivan MaidanskiUse __builtin_extract_return_addr in GC_RETURN_ADDR_PAR... gc7_2d-freebsd
2013-08-24 Ivan MaidanskiPrevent use of unsupported __builtin_return_address...
2013-08-24 Ivan MaidanskiDefine GC_caller_func_offset only if HAVE_DLADDR and...
2013-08-24 Ivan MaidanskiReplace GC_DBG_RA with GC_DBG_EXTRAS macro
2013-08-23 Ivan MaidanskiAdjust GC_debug_malloc/realloc_replacement macro to...
2013-08-22 Ivan MaidanskiFix old_segv/bus_act variables initialization for FreeBSD
2013-08-22 Ivan MaidanskiReformat gcconfig.h (related to FreeBSD/arm)
2013-07-21 Ivan MaidanskiAdjust configure.ac to match configure regarding FreeBS...
2013-07-21 Ivan MaidanskiMerge branch 'freebsd-ports-devel-boehm-gc-7_2d' into...
next