summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Fix old name (typo) of gc_priv.hIvan Maidanski2023-05-131-1/+1
* Eliminate 'ISO C++17 does not allow register specifier' gcc warningIvan Maidanski2023-03-301-1/+4
* Fix missing getpagesize() definition on OS/2 for usage by valloc()Ivan Maidanski2022-11-011-10/+12
* Fix 'implicit declaration of GETPAGESIZE' compiler error in setjmp_t.cIvan Maidanski2022-11-011-1/+2
* Adjust naming of Win32/64 and x86/64 words in comments and documentationIvan Maidanski2022-09-261-1/+1
* Remove extra space after comma in license termsIvan Maidanski2022-05-012-2/+2
* Remove extra parentheses in return statementIvan Maidanski2022-05-013-11/+11
* Adjust indentation in C preprocessor directivesIvan Maidanski2022-04-181-6/+6
* Fix capital case of setjmp_test and gctest in README and commentsIvan Maidanski2021-10-181-2/+2
* Workaround 'x might be clobbered by longjmp' g++ warning in setjmp_tIvan Maidanski2020-02-251-1/+5
* Fix 'conversion from string constant to char*' warning in setjmp_t.cIvan Maidanski2020-02-211-1/+1
* Workaround 'condition x==2 is always false' cppcheck FP in setjmp_tIvan Maidanski2020-02-151-1/+3
* Collapse multiple includes of windows.hIvan Maidanski2019-09-141-6/+1
* Consistently define WIN32_LEAN_AND_MEAN/NOSERVICE before include windows.hIvan Maidanski2018-06-201-0/+5
* Workaround 'function nested_sp is never used' cppcheck style warningIvan Maidanski2018-05-151-0/+3
* Convert GC source files to valid C++ codeIvan Maidanski2018-02-162-2/+16
* Fix 'anonymous type with no linkage used to declare variable' C++ errorIvan Maidanski2018-02-091-1/+1
* Run command passed to if_not_there directly from Makefile.directIvan Maidanski2018-01-241-3/+9
* Use HOST_ANDROID define instead of PLATFORM_ANDROIDZoltan Varga2018-01-241-1/+1
* Fix missing EOLn output in threadlibs toolIvan Maidanski2018-01-181-1/+1
* Fix threadlibs tool to output '-lpthread' for DragonFlyIvan Maidanski2018-01-171-3/+3
* Remove 'dist' target from Makefile.directIvan Maidanski2017-05-122-22/+0
* Remove GC_GNU_THREADS macro (HURD)Ivan Maidanski2017-05-031-1/+1
* Use sigsetjmp() in setjmp_t tool if availableIvan Maidanski2017-03-231-3/+3
* Fix tools/setjmp_t hang (OS X)Ivan Maidanski2017-03-231-1/+1
* Remove notes that K&R C compiler is unsupportedIvan Maidanski2017-03-101-1/+0
* Define CLANG/GNUC_PREREQ macros to check gcc/clang minimum versionIvan Maidanski2017-03-071-1/+1
* Fix various typos in comments and printed messagesKlemens Zwischenbrugger2017-02-211-1/+1
* Fix 'execvp argument incompatible pointer type' compiler warning (tools)Ivan Maidanski2017-01-102-2/+2
* Suppress 'tainted string passed to vulnerable operation' false defectsIvan Maidanski2016-11-152-5/+8
* Eliminate 'printf format specifier mismatch' compiler warning (tools)Ivan Maidanski2016-10-131-1/+1
* Workaround 'resource leak' error reported by cppcheck (tools, test)Ivan Maidanski2016-10-131-2/+8
* Eliminate 'unnecessary comparison of static strings' cppcheck warningIvan Maidanski2016-10-131-1/+1
* Eliminate 'address of local variable returned' static analyzer warningIvan Maidanski2016-10-051-0/+4
* Fix tools/setjmp_t to prevent nested_sp inliningIvan Maidanski2016-10-051-3/+6
* Eliminate 'value stored is never read' warning of Clang static analyzerIvan Maidanski2016-08-261-0/+3
* Fix 'signed-to-bigger-unsigned value assignment' warning in GC_setpagesizeIvan Maidanski2016-02-171-1/+1
* Bump version to 7.4.0; change policy regarding version numbersgc7_4_0Ivan Maidanski2013-11-172-20/+4
* Fix all address-of-dummy operations by using GC_approx_sp() insteadIvan Maidanski2012-08-011-4/+5
* Resolve GCC warning in setjmp_t.cIvan Maidanski2012-08-011-6/+6
* Fix all address-of-dummy operations by adding volatileIvan Maidanski2012-08-011-1/+1
* tools: Include proper header file for configuration macrosIvan Maidanski2012-06-163-4/+4
* Fix GC_ALPHA_VERSION comparison in gctest and tools filesIvan Maidanski2012-03-192-0/+8
* Replace pointer relational comparisons with non-pointer onesIvan Maidanski2012-03-051-1/+1
* tools: Prevent compiler warnings regarding unused argument and printfIvan Maidanski2012-02-293-8/+16
* tools: Change some functions declaration style from K-R to ANSI CIvan Maidanski2012-02-292-11/+8
* Remove trailing spaces at EOLn in all filesIvan Maidanski2011-12-223-6/+4
* Move and rename "callprocs" utility to tools/callprocs.sh.Ivan Maidanski2011-09-141-0/+4
* Move build tools sources from "extra" to "tools" folder.Ivan Maidanski2011-08-256-0/+315