Directory yamos/extrasrc/

Directory Created:
2000-12-15 19:09
Directory Deleted:
2006-03-05 12:22
Total Files:
0
Deleted Files:
17
Lines of Code:
0

Browse with Trac

[root]/yamos/extrasrc
            Folder removed from repo genclasses (0 files, 0 lines)

Lines of Code

yamos/extrasrc/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 69 (100.0%) 905 (100.0%) 13.1
damato 35 (50.7%) 496 (54.8%) 14.1
joergs 20 (29.0%) 330 (36.5%) 16.5
gnikl 10 (14.5%) 75 (8.3%) 7.5
krille 1 (1.4%) 3 (0.3%) 3.0
duff2 1 (1.4%) 1 (0.1%) 1.0
stoecker 1 (1.4%) 0 (0.0%) 0.0
amis 1 (1.4%) 0 (0.0%) 0.0

Most Recent Commits

damato 2006-03-05 12:22 Rev.: 2023

- renamed yamos to 'src' directory

0 lines of code changed in 17 files:

damato 2006-02-25 19:51 Rev.: 1999

- YAM.c: changed the warning/error requesters in case a library was
wasn't found or was found to be of an old version. Now YAM will also
advice the user to visit the correct webpage for updating/installing
the library. This should make YAM even more intuitive as the user
just have to visit the webpage for installing the component.
- misc: dropped the whole manual 'TranslationTable' functionality in
favour of a much more sophisticated use of the newly available
codesets.library. (http://www.sf.net/projects/codesetslib/)

Now, YAM will do all the common charset translation/conversion
automatically without having the user to create a very own translation
table. This and the use of codesets.library enables YAM now not only
to perfectly decode UTF-8 mails to the local charset for display.
But also provides direct conversions between codesets like ISO-8859-1
and KOI8-R fully automatically. However, in case a charset isn't
internally supported by codesets.library, a user may still generate
an own charset translation table file in a standarized format and
put it into the PROGDIR:Charsets directory.
(see: http://www.unicode.org/Public/MAPPINGS/)

NOTE: Please note that this change renders _ALL_ previously stored
translation tables from PROGDIR:Charsets obsolete! So either users
remove them manually, or YAM simply ignore them from now on

15 lines of code changed in 1 file:

  • yamos/extrasrc: dice.c (+15 -5)
damato 2006-02-22 09:47 Rev.: 1996

- replaced AllocVec/FreeVec combos by malloc/free uses.

5 lines of code changed in 1 file:

damato 2006-02-22 09:44 Rev.: 1995

- minor cosmetic change to remove a compiler warning due to an OS4 SDK change.

1 lines of code changed in 1 file:

damato 2005-11-11 10:07 Rev.: 1946

- misc: fixed/removed another bunch of unnecessary casts due to the
continously fixed OS4 SDK.

1 lines of code changed in 1 file:

damato 2005-08-16 23:52 Rev.: 1939

- misc: fixed a whole bunch of incorrect cast operations which were just
added unluckily added due to some buggy API changes in the OS4 SDK.

2 lines of code changed in 1 file:

damato 2005-08-02 23:45 Rev.: 1929

- misc: fixed some more GCC4 relevant pointer signedness warnings due to
minor API changes in the latest OS4 SDK.

2 lines of code changed in 1 file:

damato 2005-07-03 17:09 Rev.: 1917

- misc: fixed a whole bunch of GCC4 relevant compiler warnings about
incorrect pointer signedness.

18 lines of code changed in 1 file:

damato 2005-04-04 00:10 Rev.: 1832

- Debug.c,h: reworked the whole debug output management in YAM and replaced it
by a more sophisticated and modern runtime debugging framework.
This new framework allows our developers now to specify a special debug flag on
which this particular debug output should be displayed. An environment
variable (ENV:yamdebug) can then be used to enable/disable certain debug
information prior to the start of YAM.

61 lines of code changed in 1 file:

gnikl 2005-02-17 12:41 Rev.: 1730

Add workaround for NDK nuisance.

10 lines of code changed in 1 file:

  • yamos/extrasrc: dice.c (+10 -1)
damato 2005-02-17 01:55 Rev.: 1726

- Makefile, extrasrc/dice.c: minor changes to make YAM easier compileable
with a vanilla OS3.9 NDK.

1 lines of code changed in 1 file:

  • yamos/extrasrc: dice.c (+1 -1)
gnikl 2005-02-16 18:43 Rev.: 1713

add stubs for icon+wb v44 (these should be in amiga.lib...)

8 lines of code changed in 1 file:

  • yamos/extrasrc: dice.c (+8)
damato 2004-09-22 10:15 Rev.: 1619

- enabled the use of AllocRemember/FreeRemember when compiling for OS4

3 lines of code changed in 1 file:

damato 2004-09-22 09:38 Rev.: 1618

- extrasrc/NewReadArgs.c: fixed bug in NewReadArgs() function where
tooltype-less icons like the PNG icons of PowerIcons caused a
basepage access if used as the application icon of YAM.

105 lines of code changed in 1 file:

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

- some more compiler warning fixes.

1 lines of code changed in 1 file:

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.

2 lines of code changed in 2 files:

gnikl 2003-02-24 12:38 Rev.: 1221

removed popupmenu stubs

0 lines of code changed in 1 file:

  • yamos/extrasrc: dice.c (-8)
gnikl 2002-11-27 15:36 Rev.: 1075

non-standard function

0 lines of code changed in 2 files:

damato 2002-06-20 08:51 Rev.: 895

- fixed PPCINLINE_STDARG but, were we used 68k STDARG functions, but obviously
they don`t work on PPC because of the different stack structure.
- added stub linker library calls to the Makefile aswell.

1 lines of code changed in 1 file:

  • yamos/extrasrc: dice.c (+1 -1)
damato 2002-06-09 17:06 Rev.: 864

- added NO_PPCINLINE_STDARG define check for MorphOS/OS4 support

1 lines of code changed in 1 file:

  • yamos/extrasrc: dice.c (+1 -1)
gnikl 2002-02-20 18:01 Rev.: 730

added AMISSL functions

6 lines of code changed in 1 file:

  • yamos/extrasrc: dice.c (+6)
amis 2001-11-25 11:56 Rev.: 678

Tools for create parser file

0 lines of code changed in 1 file:

damato 2001-10-13 11:42 Rev.: 623

- some small cosmetic changes

1 lines of code changed in 1 file:

duff2 2001-07-18 08:28 Rev.: 530

* Fixed some wrong RexxMsg types.
* Enhanced the output of the smake and also did other minor changes
to the smakefile (e.g. cleanall now use clean).
* Re-added Searchwindow.c with uppercase 's' to the repository.
* Added Classes.c,h to the repository, though these files are
auto-generated (so they'll go again when I add the auto-generate tool).
* Enabled Searchwindow.c in smakefile, since it should compile.
* When DEBUG is enabled NewReadArgs.c includes YAM_debug.h.

1 lines of code changed in 1 file:

gnikl 2001-06-29 16:50 Rev.: 514

added test for VBCC

1 lines of code changed in 1 file:

  • yamos/extrasrc: dice.c (+1 -1)
gnikl 2001-06-16 20:58 Rev.: 429

added popupmenu functions and cleanup

16 lines of code changed in 1 file:

  • yamos/extrasrc: dice.c (+16 -24)
stoecker 2001-06-10 18:59 Rev.: 403

again code cleanup, next step maybe last one

0 lines of code changed in 1 file:

damato 2001-05-26 23:29 Rev.: 328

- changed debug-output to use kprintf instead of printf !

276 lines of code changed in 1 file:

gnikl 2001-05-15 18:26 Rev.: 255

changed handling of path to be the same as for node

7 lines of code changed in 1 file:

gnikl 2001-05-15 18:16 Rev.: 254

removed V44 includes requirement

27 lines of code changed in 1 file:

joergs 2001-03-11 03:16 Rev.: 176

- Changes for GCC/ixemul.
- Workaround for editwindow close crash.

1 lines of code changed in 1 file:

  • yamos/extrasrc: dice.c (+1 -2)
joergs 2001-03-09 21:56 Rev.: 170

Changes for StormC 3.0.

5 lines of code changed in 2 files:

krille 2001-02-16 02:52 Rev.: 141

fixed Enforcer Hit

3 lines of code changed in 1 file:

joergs 2001-02-04 19:16 Rev.: 130

Changes for GCC.

6 lines of code changed in 1 file:

  • yamos/extrasrc: dice.c (+6 -6)
joergs 2001-01-30 18:36 Rev.: 123

Removed DICE wb and keymap library autoopen functions, the libraries are now opened in YAM.c.

5 lines of code changed in 1 file:

  • yamos/extrasrc: dice.c (+5 -18)
joergs 2000-12-20 20:50 Rev.: 105

Moved DCI wb and keymap library autoopen to extrasrc/dice.c.

9 lines of code changed in 1 file:

  • yamos/extrasrc: dice.c (+9 -1)
joergs 2000-12-15 19:09 Rev.: 80

SAS/C library function replacements, MD5, wbpath and NewReadArgs sources

304 lines of code changed in 14 files:

Generated by StatSVN 0.7.0