summaryrefslogtreecommitdiff
path: root/extra/AmigaOS.c
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in comments and documentation (regarding 'it is')Ivan Maidanski2023-01-171-1/+1
* Adjust indentation in C preprocessor directivesIvan Maidanski2022-04-181-1/+1
* Workaround 'var reassigned before old value use' cppcheck false positiveIvan Maidanski2018-11-291-0/+3
* Eliminate 'boolean result used in bitwise op' cppcheck false warningIvan Maidanski2017-09-191-2/+3
* 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-141-1/+3
* Change no-argument functions declaration style to ANSI C (extra files)Ivan Maidanski2016-11-141-2/+2
* Replace C++ style comments to C ones, remove commented out code (extra)Ivan Maidanski2016-11-141-16/+8
* Workaround 'Uninitialized variable' cppcheck errorsIvan Maidanski2016-10-181-3/+2
* Fix 'variable assigned a value that is never used' cppcheck style warningsIvan Maidanski2016-10-181-5/+0
* Eliminate more 'scope of variable can be reduced' cppcheck style warningsIvan Maidanski2016-10-141-3/+3
* Fix Clang static analyzer warning about not found gc_priv.h in extra filesIvan Maidanski2016-08-261-1/+1
* Fix GC_REALLOC to call GC_FREE if new size is zero and pointer is non-NULLIvan Maidanski2016-04-051-2/+3
* Rename ATOMIC_UNCOLLECTABLE to GC_ATOMIC_UNCOLLECTABLEIvan Maidanski2015-05-111-1/+1
* Remove commented out code in AmigaOS.c, gcconfig.h and os_dep.cIvan Maidanski2015-04-061-74/+1
* Fix typos in commentsOndrej Bilka2013-07-111-7/+7
* Expand tabs to spaces in rarely used (ancient) filesIvan Maidanski2013-07-101-268/+268
* Remove trailing spaces at EOLn in all filesIvan Maidanski2011-12-221-4/+2
* 2009-09-19 Ivan Maidanski <ivmai@mail.ru>ivmai2011-07-261-0/+623