Catalog submodules updated
Codacy fixes
added test for bug report https://github.com/aros-development-team/AROS/issues/555
Codacy fixes
Added humble script for line ending conversion
Changed line ending to \n
scripts/cpy-dir-rec.py: ignore git files
Merge pull request #554 from deadw00d/getc_unlocked_fix Don't use aliased function
bug_report.md reverted. Recent commit had turned it into a task list.
scripts/genmfs: renamed to genmmakefile to show purpose
scripts/genmfs: converted to Python and slightly improved
Don't use aliased function getc is an alias to fgetc but aliases are only available in linklibs Using getc here means that getc from stdcio.library was used and FILE structure definitions are not compatible between posixc and stdcio resulting in getc_unlocked function not working.
Remaining references to Yugoslavia removed
Catalog submodules updated
Catalog submodules updated
demos/coolbutton.c: show all available images
Added a test as prove for this bug report: https://github.com/aros-development-team/AROS/issues/553
classes/gadgets/arospalette: removed because it's not used
classes/gadgets/list,listview: removed because not used
workbench/classes/gadgets/aroscycle: removed because not used