[root]/yamos/extrasrc
genclasses
(0 files, 0 lines)
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 |
- renamed yamos to 'src' directory
0 lines of code changed in 17 files:
- 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:
- replaced AllocVec/FreeVec combos by malloc/free uses.
5 lines of code changed in 1 file:
- minor cosmetic change to remove a compiler warning due to an OS4 SDK change.
1 lines of code changed in 1 file:
- misc: fixed/removed another bunch of unnecessary casts due to the
continously fixed OS4 SDK.
1 lines of code changed in 1 file:
- 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:
- 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:
- misc: fixed a whole bunch of GCC4 relevant compiler warnings about
incorrect pointer signedness.
18 lines of code changed in 1 file:
- 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:
Add workaround for NDK nuisance.
10 lines of code changed in 1 file:
- 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:
add stubs for icon+wb v44 (these should be in amiga.lib...)
8 lines of code changed in 1 file:
- enabled the use of AllocRemember/FreeRemember when compiling for OS4
3 lines of code changed in 1 file:
- 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:
- some more compiler warning fixes.
1 lines of code changed in 1 file:
- 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:
removed popupmenu stubs
0 lines of code changed in 1 file:
non-standard function
0 lines of code changed in 2 files:
- 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:
- added NO_PPCINLINE_STDARG define check for MorphOS/OS4 support
1 lines of code changed in 1 file:
added AMISSL functions
6 lines of code changed in 1 file:
Tools for create parser file
0 lines of code changed in 1 file:
- some small cosmetic changes
1 lines of code changed in 1 file:
* 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:
added test for VBCC
1 lines of code changed in 1 file:
added popupmenu functions and cleanup
16 lines of code changed in 1 file:
again code cleanup, next step maybe last one
0 lines of code changed in 1 file:
- changed debug-output to use kprintf instead of printf !
276 lines of code changed in 1 file:
changed handling of path to be the same as for node
7 lines of code changed in 1 file:
removed V44 includes requirement
27 lines of code changed in 1 file:
- Changes for GCC/ixemul.
- Workaround for editwindow close crash.
1 lines of code changed in 1 file:
Changes for StormC 3.0.
5 lines of code changed in 2 files:
fixed Enforcer Hit
3 lines of code changed in 1 file:
Changes for GCC.
6 lines of code changed in 1 file:
Removed DICE wb and keymap library autoopen functions, the libraries are now opened in YAM.c.
5 lines of code changed in 1 file:
Moved DCI wb and keymap library autoopen to extrasrc/dice.c.
9 lines of code changed in 1 file:
SAS/C library function replacements, MD5, wbpath and NewReadArgs sources
304 lines of code changed in 14 files: