summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix malloc routines to prevent size value wrap-aroundIvan Maidanski2016-09-2313-107/+128
* Fix page calculation in checksumsIvan Maidanski2016-09-231-2/+3
* Travis CI configuration: temporarily remove --enable-handle-forkIvan Maidanski2016-09-211-1/+1
* Fix 'shift count >= width of type' compiler warning in GC_SQRT_SIZE_MAXIvan Maidanski2016-09-212-2/+2
* Fix typo in comment of GC_lock (Win32)Ivan Maidanski2016-09-201-1/+1
* Adjust code indentation of calloc_explicitly_typedIvan Maidanski2016-09-151-26/+26
* Fix calloc_explicitly_typed in case of lb*n overflowIvan Maidanski2016-09-151-3/+15
* Fix double multiplication of lb by n in calloc_explicitly_typedIvan Maidanski2016-09-151-1/+1
* Eliminate 'constructor with 1 argument is not explicit' cppcheck warningIvan Maidanski2016-09-152-8/+21
* Fix 'void pointers in calculations: behavior undefined' cppcheck warningIvan Maidanski2016-09-141-1/+1
* Workaround 'suspicious pointer subtraction' cppcheck warning in gc_cppIvan Maidanski2016-09-141-1/+1
* Eliminate 'class defines member variable with name also defined in parent' cp...Ivan Maidanski2016-09-131-8/+14
* Eliminate 'C-style pointer casting' cppcheck style warnings in testIvan Maidanski2016-09-131-3/+3
* Eliminate 'assigned value never used' CSA warning in min_bytes_allocdIvan Maidanski2016-09-131-10/+11
* Workaround 'va_list used before va_start' cppcheck error in cordIvan Maidanski2016-09-121-16/+13
* Workaround 'struct member Generic::null never used' cppcheck style warningIvan Maidanski2016-09-011-0/+1
* Eliminate 'checking if unsigned variable is <0' cppcheck style warningIvan Maidanski2016-08-292-6/+5
* Eliminate 'condition is always true' cppcheck style warningIvan Maidanski2016-08-291-1/+1
* Eliminate 'scope of variable can be reduced' cppcheck warningsIvan Maidanski2016-08-277-24/+31
* Eliminate CSA false warning about null dereference in array_mark_procIvan Maidanski2016-08-261-0/+1
* Eliminate 'value stored is never read' warning of Clang static analyzerIvan Maidanski2016-08-261-0/+3
* Fix Clang static analyzer warning about not found gc_priv.h in extra filesIvan Maidanski2016-08-262-2/+2
* Fix header filename in gcconfig.h commentIvan Maidanski2016-08-261-1/+1
* Eliminate 'cast to void* from int' compiler warnings (Darwin/x64)Ivan Maidanski2016-08-191-11/+14
* Refine README about library source downloadingIvan Maidanski2016-08-181-3/+8
* Add CI (continuous integration) badges to READMEAndy Li2016-08-181-0/+3
* Fix compilation if configured with --enable-werror on OS XIvan Maidanski2016-08-181-0/+6
* Fix 'GetVersion deprecated' compiler warning in os_dep (MS VC)Ivan Maidanski2016-08-171-5/+12
* Fix 'incompatible pointer' compiler warning in GC_init_dyld (OS X 64-bit)Ivan Maidanski2016-08-171-6/+7
* Travis CI configuration: Remove default configure options;Ivan Maidanski2016-08-161-1/+1
* Appveyor/Travis CI configuration: limit git clone depth to 50Ivan Maidanski2016-08-152-2/+4
* Appveyor CI configuration: prefix build version with GC versionIvan Maidanski2016-08-151-1/+1
* Initial AppVeyor CI configurationAndy Li2016-08-121-0/+9
* Improve Travis CI configuration (use both compilers, enable more features)Ivan Maidanski2016-08-111-5/+7
* Workaround missing getcontext() in Docker osrf/ubuntu_32bitIvan Maidanski2016-08-111-29/+40
* Initial configuration for Travis CIAndy Li2016-08-101-0/+17
* Update AUTHORS fileIvan Maidanski2016-08-101-0/+1
* CMake: add gctest as a testAndy Li2016-08-102-0/+3
* Fix 'unknown type name GC_INNER' compilation error (FreeBSD)Ivan Maidanski2016-08-092-5/+2
* Bump libgc version (for development)Ivan Maidanski2016-08-093-4/+4
* [7.6.0]gc7_6_0Ivan Maidanski2016-08-024-5/+5
* Update ChangeLog file (add gc-7.4.4 release date)Ivan Maidanski2016-08-021-1/+1
* Update ChangeLog fileIvan Maidanski2016-08-021-0/+22
* Do not allow SHORT_DBG_HDRS if KEEP_BACK_PTRS or MAKE_BACK_GRAPHIvan Maidanski2016-08-021-0/+4
* Do not report multiple load-seg-overflow warnings per one dl-iterateIvan Maidanski2016-08-011-2/+7
* Fix various typos in comments and documentationIvan Maidanski2016-08-018-13/+13
* Fix tag collision between ENABLE_DISCLAIM and KEEP_BACK_PTRSIvan Maidanski2016-07-281-3/+11
* Process all PT_LOAD segments before PT_GNU_RELRO segments (Glibc)Kjetil Matheussen2016-07-271-69/+63
* Remove unused GC_gcjdebugobjfreelistIvan Maidanski2016-07-261-6/+1
* Remove code commented out by 'ifdef UNDEFINED'Ivan Maidanski2016-07-253-31/+3