summaryrefslogtreecommitdiff
path: root/ptr_chck.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unused DCL_LOCK_STATEIvan Maidanski2023-01-301-9/+0
* Export setter and getter for pointer checking print proceduresIvan Maidanski2023-01-301-5/+70
* Better document preprocessor-related pointer checking routines in gc.hIvan Maidanski2023-01-301-24/+1
* Check highest bit of word using SIGNB instead of cast to signed_wordIvan Maidanski2023-01-241-1/+1
* Fix disabling of automatic dynamic libraries registrationIvan Maidanski2022-09-271-2/+4
* Remove extra space after comma in license termsIvan Maidanski2022-05-011-1/+1
* Remove extra parentheses in return statementIvan Maidanski2022-05-011-27/+27
* Adjust indentation in C preprocessor directivesIvan Maidanski2022-04-181-14/+14
* Do not call SET_HDR() to remove forwarding counts if none exists in hblkIvan Maidanski2021-12-021-4/+0
* Workaround Thread Sanitizer (TSan) FP warning in is_valid_displacementIvan Maidanski2021-12-011-0/+5
* Fix GC_is_valid_displacement and GC_is_visible for non-small objectsIvan Maidanski2018-07-111-6/+8
* Convert GC source files to valid C++ codeIvan Maidanski2018-02-161-2/+2
* Fix various typos in comments and documentationIvan Maidanski2016-08-011-1/+1
* Fix more typos in comments and documentationIvan Maidanski2013-07-111-1/+1
* Adjust punctuation in comments and documentationIvan Maidanski2013-01-231-2/+2
* Replace GC_log/err_printf() followed by ABORT with ABORT_ARGn()Ivan Maidanski2012-12-111-6/+4
* Fix all address-of-dummy operations by using GC_approx_sp() insteadIvan Maidanski2012-08-011-11/+12
* Fix all address-of-dummy operations by adding volatileIvan Maidanski2012-08-011-1/+1
* Replace pointer relational comparisons with non-pointer onesIvan Maidanski2012-03-051-13/+13
* Use EXPECT for checking various 'initialized' boolean variablesIvan Maidanski2011-12-291-3/+3
* Resolve "comparison of signed and unsigned values" compiler warnings.Ivan Maidanski2011-08-211-1/+1
* 2011-04-26 Ivan Maidanski <ivmai@mail.ru>ivmai2011-07-261-1/+1
* 2010-03-19 Ivan Maidanski <ivmai@mail.ru> (really Dave Korn)ivmai2011-07-261-5/+5
* 2009-10-21 Ivan Maidanski <ivmai@mail.ru>ivmai2011-07-261-3/+2
* 2009-09-16 Ivan Maidanski <ivmai@mail.ru>ivmai2011-07-261-130/+130
* 2008-11-07 Hans Boehm <Hans.Boehm@hp.com> (Really Ivan Maidansky)hboehm2011-07-261-1/+1
* 2008-10-24 Hans Boehm <Hans.Boehm@hp.com> (Really Ivan Maidanski)hboehm2011-07-261-11/+12
* 2008-08-26 Hans Boehm <Hans.Boehm@hp.com> (with help from Marco Maggi)hboehm2011-07-261-4/+4
* 2008-07-25 Hans Boehm <Hans.Boehm@hp.com> (Really mostly Ivan Maidanski)hboehm2011-07-261-19/+15
* 2007-06-06 Hans Boehm <Hans.Boehm@hp.com>hboehm2011-07-261-2/+2
* gc7.0alpha2 tarball importgc7_0alpha2Ivan Maidanski2011-07-261-2/+1
* gc7.0alpha1 tarball importgc7_0alpha1Ivan Maidanski2011-07-261-85/+41
* gc6.2 tarball importgc6_2Ivan Maidanski2011-07-261-2/+2
* gc6.0 tarball importgc6_0Ivan Maidanski2011-07-261-40/+42
* gc4.13 tarball importgc4_13Ivan Maidanski2011-07-261-2/+2
* gc4.11 tarball importgc4_11Ivan Maidanski2011-07-261-10/+21
* gc4.8 tarball importgc4_8Ivan Maidanski2011-07-261-0/+315