Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 117 (100.0%) | 375 (100.0%) | 3.2 |
src/mui/ | 67 (57.3%) | 209 (55.7%) | 3.1 |
src/ | 29 (24.8%) | 101 (26.9%) | 3.4 |
src/rexx/ | 15 (12.8%) | 33 (8.8%) | 2.2 |
src/extrasrc/ | 4 (3.4%) | 22 (5.9%) | 5.5 |
src/tools/genclasses/ | 1 (0.9%) | 8 (2.1%) | 8.0 |
src/mime/ | 1 (0.9%) | 2 (0.5%) | 2.0 |
Recent changes of the AROS headers requires an additional define.
3 lines of code changed in 1 file:
* genclasses/gc.c: check return value of fread() to suppress compiler warning.
8 lines of code changed in 1 file:
ImageCache.c: images were drawn on AROS with pink border instead of
transparent.
4 lines of code changed in 1 file:
* YAM.c: Re-introduced the AROS specific workaround for the problem
with atexit() because the build-machine still has old libs/headers.
9 lines of code changed in 1 file:
* YAM.c: AROS hack for atexit() removed. This means that current YAM
works only with a very recent version of AROS.
* misc: include <proto/application.h> only on amigaos4.
4 lines of code changed in 3 files:
Makefile: use correct linker libs for AROS. Librom.a is only a
stripped down standard C library which is used for libraries etc.
3 lines of code changed in 1 file:
* YAM_CO.c: use sys:Tools/Editor as default editor for AROS.
4 lines of code changed in 1 file:
* YAM.c: added a fix for the problem that for some unknown reason the
function installed by atexit() isn't called on AROS.
6 lines of code changed in 1 file:
* defines/muimaster.h: Removed AROS specific handling because that
file is already AROS only.
* src/Makefile: disabled -fomit-frame-pointer because this makes
debugging difficult.
1 lines of code changed in 1 file:
* mics: 64-bit fixes (IPTR, STACKED, UL)
151 lines of code changed in 41 files:
* misc: allmost all remaining compiler warnings removed on AROS.
20 lines of code changed in 9 files:
* Lots of compiler warnings fixed.
162 lines of code changed in 56 files: