February 2004 Commit Log

Number of Commits:
39
Number of Active Developers:
3
damato 2004-02-28 14:45 Rev.: 1558

- VARARGS68K is absolutly required for AmigaOS4 linear varargs handling.
And it also is much nicer to ?lso use va_start()/va_end() for 68k varargs
handling, so lets use the same fashion.

8 lines of code changed in 2 files:

gnikl 2004-02-24 11:55 Rev.: 1557

fix VARARGS68K mess

8 lines of code changed in 2 files:

gnikl 2004-02-24 11:26 Rev.: 1556

formatting again; types; pointer/array

20 lines of code changed in 1 file:

gnikl 2004-02-24 11:25 Rev.: 1555

formatting

11 lines of code changed in 1 file:

damato 2004-02-24 00:02 Rev.: 1554

- YAM_MI.c: fixed recently introduced bug in base64decode_file()
routines and changed alogrithm to use pointer-arithmetic instead
of direct array access methods.

34 lines of code changed in 1 file:

damato 2004-02-23 22:02 Rev.: 1553

- small optimization as suggested by Gunther.

1 lines of code changed in 1 file:

damato 2004-02-23 22:01 Rev.: 1552

- added ExecBase cast so that it doesn't break with the latest OS4 SDK.

1 lines of code changed in 1 file:

gnikl 2004-02-23 17:58 Rev.: 1551

fix

22 lines of code changed in 1 file:

gnikl 2004-02-23 17:48 Rev.: 1550

fix asm() statement for GCC 3.3

52 lines of code changed in 1 file:

damato 2004-02-22 02:12 Rev.: 1548

- YAM_MI.c, YAM_RE.c, YAM_UT.c: fixed a bug in the
base64encode_file() routines where the routines where unable
to deal with base64 encoded strings that weren`t a multiple
of 4.

122 lines of code changed in 2 files:

damato 2004-02-22 02:10 Rev.: 1547

- sure, cross-compilation isn't the normal case but first of all native
compilation is rarely used today because it's to slow and normally
you should be able to link "m68k-amigaos-gcc" -> "gcc" on your Amiga
system so that you can also execute your native compiler with
"m68k-amigaos-gcc". So I see no problem with that.

12 lines of code changed in 1 file:

damato 2004-02-22 00:40 Rev.: 1546

- YAM.c, YAM_TR.c, YAM_UT.c: retired the YAM_compat.h header in
favour of some preprocessor macro sets. Sorry Gunther, but your
intention to use the DCE feature of the compiler is a bit unwanted
here. It makes it impossible to compile a debug version of YAM
because if the optimizer of the compiler is disabled, the unused
parts of YAM produce a unresolve symbols error on linking. And IMHO
it is anyway a better solution to use preprocessor macros here.

123 lines of code changed in 4 files:

damato 2004-02-22 00:11 Rev.: 1545

- changed 4 to 4L like the other one we are using in YAM.c

1 lines of code changed in 1 file:

damato 2004-02-22 00:10 Rev.: 1544

- you may believe it or not, but proto/intuition.h is required on OS4 because
we need the inline4 macros which are only included by the proto file.

2 lines of code changed in 1 file:

damato 2004-02-21 23:59 Rev.: 1543

- replacing DebugPrintF() by kprintf() solves the unresolved symbol problem.

1 lines of code changed in 1 file:

damato 2004-02-21 23:54 Rev.: 1542

- added TARGET to clean

1 lines of code changed in 1 file:

gnikl 2004-02-20 17:41 Rev.: 1540

improved OS4 compatibility relying on DCE (dead code elemination)

176 lines of code changed in 3 files:

gnikl 2004-02-20 17:40 Rev.: 1539

OS4 compatibility header

0 lines of code changed in 1 file:

gnikl 2004-02-20 14:24 Rev.: 1538

YAMMUIRequest: no special AmigaOS4 handling required

3 lines of code changed in 1 file:

gnikl 2004-02-20 14:13 Rev.: 1537

rfc2047_decode, rfc2047_decode_int, rfc2047_dec_callback: fix
signed/unsigned mismatch, less casts
rfc2047_decode_int: avoids casts

11 lines of code changed in 1 file:

gnikl 2004-02-20 14:01 Rev.: 1536

base64decode: avoid casts

21 lines of code changed in 1 file:

gnikl 2004-02-20 12:27 Rev.: 1535

rfc2047_search_quote: avoid casting

7 lines of code changed in 1 file:

gnikl 2004-02-20 11:49 Rev.: 1534

DisplayAppIconStatistics: use varargs version, remove BPTR cast (wrong!)

149 lines of code changed in 1 file:

gnikl 2004-02-19 17:16 Rev.: 1533

fix formatting

1 lines of code changed in 1 file:

gnikl 2004-02-19 17:09 Rev.: 1532

fix formatting

268 lines of code changed in 14 files:

gnikl 2004-02-19 16:30 Rev.: 1531

revert changes in Abort()

5 lines of code changed in 1 file:

gnikl 2004-02-19 16:26 Rev.: 1530

remove __libnix__ test

1 lines of code changed in 1 file:

gnikl 2004-02-19 16:25 Rev.: 1529

remove superfluous include

0 lines of code changed in 1 file:

gnikl 2004-02-19 16:21 Rev.: 1528

fix warning

1 lines of code changed in 1 file:

gnikl 2004-02-19 16:20 Rev.: 1527

cross-compiler usage is the exception.

13 lines of code changed in 1 file:

damato 2004-02-17 22:07 Rev.: 1525

- removed -fstrength-reduce as this is anyway included in -O2 level.

2 lines of code changed in 2 files:

damato 2004-02-15 03:28 Rev.: 1524

- some SAS/C compiler dependent warning fixes.

10 lines of code changed in 7 files:

damato 2004-02-15 02:22 Rev.: 1522

- some more compiler warning fixes.

6 lines of code changed in 2 files:

damato 2004-02-15 00:11 Rev.: 1521

- fixed a whole bunch of gcc dependent compiler warnings. Now
it should compile without any warning if gcc 2.95.3 is used.

88 lines of code changed in 18 files:

damato 2004-02-14 17:09 Rev.: 1520

- Makefile.OS4/MorphOS: modified and improved makefiles and
synced them with the latest changes done to the main Makefile.

306 lines of code changed in 3 files:

damato 2004-02-14 00:55 Rev.: 1518

- Makefile: modified and improved. Now it omits the compiler
command line and puts the object files in a separate directory.

159 lines of code changed in 1 file:

damato 2004-02-14 00:54 Rev.: 1517

- added "clean" target.

4 lines of code changed in 1 file:

damato 2004-02-13 02:51 Rev.: 1516

- OS4: final changes to get a first working native PPC version
for AmigaOS4. Now it at least seems to popup the GUI and
doesn't crash on exit anymore. Let's see if it also works
reliable for others now.

210 lines of code changed in 12 files:

amis 2004-02-13 01:59 Rev.: 1515

Generate correct ppcinline. MorphOS makefile changed.

1 lines of code changed in 1 file:

January 2004 »

Generated by StatSVN 0.7.0