summaryrefslogtreecommitdiff
path: root/extra
Commit message (Expand)AuthorAgeFilesLines
* Fix 'totalMemoryUsed is assigned but never used' cppcheck warn in MacOS.cIvan Maidanski2023-03-201-6/+0
* Define GC_print_stats as GC_INNERIvan Maidanski2023-03-161-9/+0
* Fix typos in comments and documentation (regarding 'it is')Ivan Maidanski2023-01-171-1/+1
* Include gc_inline.h from gc_priv.hIvan Maidanski2022-10-111-1/+0
* Adjust naming of Win32/64 and x86/64 words in comments and documentationIvan Maidanski2022-09-261-2/+2
* Include gc/gc[_cpp].h directly except for cord and testsIvan Maidanski2022-09-141-1/+1
* Remove extra space after comma in license termsIvan Maidanski2022-05-014-5/+5
* Remove extra parentheses in return statementIvan Maidanski2022-05-011-1/+1
* Adjust indentation in C preprocessor directivesIvan Maidanski2022-04-181-1/+1
* Move public header files to include/gc in source treeIvan Maidanski2021-11-251-2/+2
* Fix 'unresolved __imp__wsprintfA' linker error in msvc_dbg.c (MSVC)Ivan Maidanski2021-11-231-4/+8
* Remove msvc_dbg.h fileIvan Maidanski2021-11-231-3/+16
* Eliminate '/GS can not protect parameters' MS VC warning in msvc_dbgIvan Maidanski2021-10-311-0/+4
* Make all functions static in msvc_dbg.c except for backtrace[_symbols]Ivan Maidanski2021-10-121-82/+56
* Workaround msvc_dbg.c build failure on arm[64] (MSVC)Ivan Maidanski2021-10-121-2/+4
* Fix missing GC_quiet declaration in pcr_interface.cIvan Maidanski2021-09-161-0/+2
* Replace SN_TARGET_ORBIS to PLATFORM_* and GC_NO_* macrosTim Cannell2021-07-141-2/+6
* Eliminate 'Consecutive return is unnecessary' cppcheck style warningIvan Maidanski2021-06-131-1/+5
* Fix a typo in msvc_dbg.c comment (machine)Tim Gates2021-06-101-1/+1
* Move GC state non-pointer variables into GC_arraysIvan Maidanski2020-07-101-2/+0
* Workaround 'argument to function is always 1' cppcheck false positivesIvan Maidanski2019-09-111-1/+1
* Replace _M_AMD64 macro with _M_X64Ivan Maidanski2019-07-221-7/+6
* Workaround 'var reassigned before old value use' cppcheck false positiveIvan Maidanski2018-11-291-0/+3
* Workaround 'nonlocal var will use ptr to local var' cppcheck false positiveIvan Maidanski2018-11-221-4/+7
* Eliminate 'unreferenced formal parameter' compiler warning in msvc_dbgIvan Maidanski2018-11-071-2/+3
* Workaround 'pointer addition with NULL pointer' cppcheck error in msvc_dbgIvan Maidanski2018-11-071-8/+8
* Remove strlen calls with a constant string argument in msvc_dbgIvan Maidanski2018-11-071-2/+2
* Workaround 'identical inner return condition always true' cppcheck warningIvan Maidanski2018-10-191-1/+1
* Update copyright information in alloc.c and gc.cIvan Maidanski2018-07-261-0/+1
* Consistently define WIN32_LEAN_AND_MEAN/NOSERVICE before include windows.hIvan Maidanski2018-06-201-1/+4
* Remove stubborn.c fileIvan Maidanski2018-05-151-1/+0
* Fix null pointer dereference in get_private_path_and_zero_file (Symbian)Ivan Maidanski2018-04-061-1/+2
* Eliminate 'there is pointer arithmetic with NULL' cppcheck warningIvan Maidanski2018-04-061-3/+7
* Include malloc.c in extra/gc.c after include gc_inline.hIvan Maidanski2018-03-231-1/+1
* Remove a redundant check of __cplusplus in Symbian-specific .cpp filesIvan Maidanski2018-02-284-41/+20
* Fiddle with linkage to make extra/gc.c valid C++ codeJay Krell2018-02-261-3/+6
* Eliminate C++ warnings about deprecated register keyword (GC source)Jay Krell2018-02-221-2/+2
* Fix arguments delimiter in pcr_interface.c (PCR)Ivan Maidanski2018-02-081-1/+1
* Change type of hb_sz field (of hblkhdr) from size_t to wordIvan Maidanski2018-02-081-2/+2
* Eliminate 'boolean result used in bitwise op' cppcheck false warningIvan Maidanski2017-09-191-2/+3
* Move pcr_interface.c, real_malloc.c to 'extra' folderIvan Maidanski2017-06-133-2/+219
* Eliminate 'condition ret==NULL always true' cppcheck style warning (Amiga)Ivan Maidanski2017-03-051-3/+6
* Fix various typos in comments and printed messagesKlemens Zwischenbrugger2017-02-211-2/+2
* Do not define amiga_get_mem, MacTemporaryNewPtr unless really used (extra)Ivan Maidanski2016-11-142-1/+7
* Change no-argument functions declaration style to ANSI C (extra files)Ivan Maidanski2016-11-143-7/+7
* Replace C++ style comments to C ones, remove commented out code (extra)Ivan Maidanski2016-11-143-27/+18
* Eliminate 'ISO C forbids an empty translation unit' GCC pedantic warningIvan Maidanski2016-10-211-1/+6
* Workaround 'Uninitialized variable' cppcheck errorsIvan Maidanski2016-10-181-3/+2
* Fix 'variable assigned a value that is never used' cppcheck style warningsIvan Maidanski2016-10-183-9/+7
* Eliminate more 'scope of variable can be reduced' cppcheck style warningsIvan Maidanski2016-10-142-4/+5