AminetAminet
Search:
84972 packages online
About
Recent
Browse
Search
Upload
Setup
Services

dev/e/evo.lha

Mirror:Random
Showing: m68k-amigaos iconppc-amigaos iconppc-morphos iconi386-aros iconi386-amithlon iconppc-warpup iconppc-powerup icongeneric iconother icon
No screenshot available
Short:E-VO: Amiga E Evolution
Author: darren_m_coles at yahoo.co.uk (Darren Coles)
Uploader:darren_m_coles yahoo co uk (Darren Coles)
Type:dev/e
Version:3.9.0
Architecture:m68k-amigaos
Date:2025-09-07
Replaces:dev/e/evo.lha
Distribution:Aminet
Download:dev/e/evo.lha - View contents
Readme:dev/e/evo.readme
Downloads:3430

E-VO Amiga E Compiler is a derivative of the original Amiga E compiler written
by Wouter van Oortmerssen. It adds many new features, bug fixes and
optimisations including object UNIONs, string merging, non word-aligned
objects and many more.

  Changes in E-VO 3.9.0:
   - FindModule: fix division by 0 error
   - FindModule: updated to handle module format version 15
   - EDBG: fix issues loading files generated with E-VO 3.8.x
   - O2M: Added support for symbol hunks
   - ShowModule: Updated to handle module format version 15
   - Warnings are now displayed when encountered rather than at the
     end of the compile
   - Add "assign of ARRAY/STRING/LIST variable" warning
   - Allow objects to be constructed using NEW objectname as well as
     NEW objectvar
   - When using OPT POOL, all memory allocation/free via NEW, String(),
     List(), New(), FastNew(), NewR(), END, Dispose(), FastDispose(),
     FastDisposeList() will be done from the pool
   - Added CharInStr(str,char) function to search for a char in a string
   - Added CharInStri(str,char) function, as CharInStr but case insensitive
   - Added MemCompare(mem1,mem2,len) function to compare two memory areas,
     returns -1 (mem1 contents less),1 (mem2 contents less) or 0
     (both equal)
   - Optimised WriteF, PrintF, PutF, TextF to skip the formatting part if no
     additional parameters are passed after the format string
   - Add NILCHECK variants of many E functions that raise a "NIL" exception
   - Small changes to ASTRCLONE and STRREM to remove unnecessary instructions
   - Exception raising code reworked to remove some code duplication
   - Global variables with default values now allowed in modules
   - Global array of object variables now allowed in modules
   - Added STACKCHECK command line option to add code to each PROC to check
     for enough stack space
   - Fix astrclone to always clear first byte of result if the length is 0
   - Updated module format version to 15
   - Added STACKCHECK procedure modifier to enable stack checking for a
     particular procedure
   - Added GETA4 procedure modifier to restore A4 at the start of the
     procedure
   - Replaced all CLR <reg> to MOVEQ #x,<reg> or EOR as appropriate
   - add PROC x() MODSETUP and PROC x() MODCLEANUP - from creative but with
     name changed from SETUP/CLEANUP due to naming clashes
   - Fix memory corruption issue during parsing
   - fix error generating HUNK_DREL32SHORT hunk causing corrupt exe
   - fix legacy mode memory corruption creating corrupt module
   - increase fixed buffer sizes
   - fix assembler error with MULS.L and DIVSL.L commands generating
     incorrect opcodes
   - PTR indexes are now 32 bit so can be >65535 and <0
   - indexed ptr to object code generation optimised for 68020
     (to use MULS.L) and to generate add/shift/subtract combinations
     instead of MULS where appropriate
   - Fix for obj.prop+=2 which was broken due to register value not
     being preserved.
   - Add NIL test in Free()
   - disable 020 JSR to BSR.L optimisation when multiple sections in
     use (which was causing invalid code generation)
   - Add compile time array bounds checking (for constant array indexes)
   - Add ARRAYCHECK command line parameter to add code to each array access
     to check array bounds
   - Fix symbol hunks being generated incorrectly when multiple sections
     in use
   - added EVO_3_9_0 define
   - added newer version of cybergraphics module

   
E is an object oriented / procedural / unpure functional higher programming
language, mainly influenced by languages such as C++, Ada, Lisp etc.  It is a
general-purpose programming language, and the Amiga implementation is
specifically targeted at programming system applications.

If you want to assemble this code yourself you should use Asm-One or Vasm. The
source is all contained within a single source file and requires no additional
resources.

The program is released into the public domain for anyone to use however they
wish with no restrictions apart from that the program should not be sold for
profit.

Darren Coles


Contents of dev/e/evo.lha
 PERMSSN    UID  GID    PACKED    SIZE  RATIO METHOD CRC     STAMP          NAME
---------- ----------- ------- ------- ------ ---------- ------------ -------------
[Amiga]                  39483  101476  38.9% -lh5- 4cb3 Sep  6 16:16 Bin/EDBG
[Amiga]                  93310  171376  54.4% -lh5- 5815 Sep  6 16:16 Bin/EVO
[Amiga]                   4368    8096  54.0% -lh5- 421a Sep  6 16:16 Bin/FDtoM
[Amiga]                  17528   44400  39.5% -lh5- 3616 Sep  6 16:16 Bin/FindModule
[Amiga]                   1018    1324  76.9% -lh5- 4a45 Sep  6 16:16 Bin/FlushCache
[Amiga]                   4185    8600  48.7% -lh5- 256a Sep  6 16:16 Bin/Iconvert
[Amiga]                   2909    5268  55.2% -lh5- 91f1 Sep  6 16:16 Bin/o2m
[Amiga]                   2337    3692  63.3% -lh5- 745f Sep  6 16:16 Bin/Pragma2Module
[Amiga]                   1084    1480  73.2% -lh5- 9ed7 Sep  6 16:16 Bin/ShowCache
[Amiga]                   8176   18900  43.3% -lh5- 261d Sep  6 16:16 Bin/ShowHunk
[Amiga]                   6193   12808  48.4% -lh5- d3cf Sep  6 16:16 Bin/ShowModule
[Amiga]                 117978  309115  38.2% -lh5- 72ae Sep  6 16:16 Docs/E-VO.guide
[Amiga]                  16984   54315  31.3% -lh5- d71e Sep  6 16:17 Docs/Technical_info.txt
[Amiga]                  10239   27157  37.7% -lh5- 40f8 Sep  6 16:16 Docs/Updates.txt
[Amiga]                   2077    8171  25.4% -lh5- e27e Sep  6 16:16 E-VO_Install
[Amiga]                    328     673  48.7% -lh5- 9ca7 Sep  6 16:16 E-VO_Install.info
[Amiga]                    122     190  64.2% -lh5- fa7e Sep  6 16:16 file_id.diz
[Amiga]                   1546    5030  30.7% -lh5- af0c Sep  6 16:16 Modules/afc/BeBox.m
[Amiga]                   2325    5398  43.1% -lh5- d94f Sep  6 16:16 Modules/afc/Bitmapper.m
[Amiga]                   1244    2808  44.3% -lh5- f5c9 Sep  6 16:16 Modules/afc/DirList.m
[Amiga]                   3137    8982  34.9% -lh5- cc67 Sep  6 16:16 Modules/afc/Displayer.m
[Amiga]                   1589    3740  42.5% -lh5- 8b59 Sep  6 16:16 Modules/afc/explain_exception.m
[Amiga]                    604    1134  53.3% -lh5- a1cb Sep  6 16:16 Modules/afc/hardsprite.m
[Amiga]                   1264    3486  36.3% -lh5- ff2a Sep  6 16:16 Modules/afc/IFFParser.m
[Amiga]                    552    1012  54.5% -lh5- b2aa Sep  6 16:16 Modules/afc/Localer.m
[Amiga]                   2527    6394  39.5% -lh5- 40f9 Sep  6 16:16 Modules/afc/mgui.m
[Amiga]                   1243    3498  35.5% -lh5- 9980 Sep  6 16:16 Modules/afc/Mousepointer.m
[Amiga]                   1893    5028  37.6% -lh5- 7fff Sep  6 16:16 Modules/afc/NodeMaster.m
[Amiga]                    671    1260  53.3% -lh5- a8cc Sep  6 16:16 Modules/afc/Parser.m
[Amiga]                   3299   10890  30.3% -lh5- a1c4 Sep  6 16:16 Modules/afc/ReqTooller.m
[Amiga]                   1222    2514  48.6% -lh5- 7271 Sep  6 16:16 Modules/afc/rexxer.m
[Amiga]                   1457    3656  39.9% -lh5- 8f01 Sep  6 16:16 Modules/afc/StringNode.m
[Amiga]                   2597    6374  40.7% -lh5- 8016 Sep  6 16:16 Modules/afc/super_picture.m
[Amiga]                   1329    3204  41.5% -lh5- 2f62 Sep  6 16:16 Modules/afc/tasker.m
[Amiga]                    679    1270  53.5% -lh5- b536 Sep  6 16:16 Modules/afc/ToolType.m
[Amiga]                    225     264  85.2% -lh5- 064d Sep  6 16:16 Modules/afc/validPortName.m
[Amiga]                   7765   27524  28.2% -lh5- a553 Sep  6 16:16 Modules/afc/Worldbuilder.m
[Amiga]                    225     636  35.4% -lh5- 3f69 Sep  6 16:16 Modules/amigaguide.m
[Amiga]                    490     820  59.8% -lh5- c1e9 Sep  6 16:16 Modules/amigalib/argarray.m
[Amiga]                    297     572  51.9% -lh5- 1192 Sep  6 16:16 Modules/amigalib/boopsi.m
[Amiga]                    946    1970  48.0% -lh5- 2c76 Sep  6 16:16 Modules/amigalib/cx.m
[Amiga]                    201     282  71.3% -lh5- 9eb9 Sep  6 16:16 Modules/amigalib/interrupts.m
[Amiga]                    332     522  63.6% -lh5- d0a6 Sep  6 16:16 Modules/amigalib/io.m
[Amiga]                     85     112  75.9% -lh5- 7b92 Sep  6 16:17 Modules/amigalib/lists.m
[Amiga]                    406     608  66.8% -lh5- fd1c Sep  6 16:17 Modules/amigalib/ports.m
[Amiga]                    242     366  66.1% -lh5- 1965 Sep  6 16:17 Modules/amigalib/random.m
[Amiga]                    425     600  70.8% -lh5- fe3d Sep  6 16:17 Modules/amigalib/Tasks.m
[Amiga]                    292     444  65.8% -lh5- ee34 Sep  6 16:17 Modules/amigalib/time.m
[Amiga]                     46      46 100.0% -lh0- 342d Sep  6 16:16 Modules/arexx.m
[Amiga]                    100     175  57.1% -lh5- a9f7 Sep  6 16:16 Modules/asl.m
[Amiga]                     79     120  65.8% -lh5- 7b66 Sep  6 16:16 Modules/battclock.m
[Amiga]                     78     106  73.6% -lh5- 6729 Sep  6 16:16 Modules/battmem.m
[Amiga]                     46      46 100.0% -lh0- a953 Sep  6 16:16 Modules/bevel.m
[Amiga]                    108     141  76.6% -lh5- af8e Sep  6 16:17 Modules/bgui.m
[Amiga]                     49      49 100.0% -lh0- 8d95 Sep  6 16:16 Modules/bitmap.m
[Amiga]                     91     108  84.3% -lh5- 3dcd Sep  6 16:16 Modules/bullet.m
[Amiga]                     49      49 100.0% -lh0- d99a Sep  6 16:16 Modules/button.m
[Amiga]                    182     283  64.3% -lh5- e461 Sep  6 16:16 Modules/cardres.m
[Amiga]                     55      55 100.0% -lh0- 8cc7 Sep  6 16:16 Modules/checkbox.m
[Amiga]                     98     158  62.0% -lh5- ac77 Sep  6 16:16 Modules/chooser.m
[Amiga]                     53      54  98.1% -lh5- 6dd8 Sep  6 16:16 Modules/cia.m
[Amiga]                    704    1122  62.7% -lh5- e3c2 Sep  6 16:17 Modules/class/hash.m
[Amiga]                   2648    7028  37.7% -lh5- b072 Sep  6 16:17 Modules/class/sc.m
[Amiga]                   1185    2510  47.2% -lh5- 9dc2 Sep  6 16:17 Modules/class/sctext.m
[Amiga]                    323     528  61.2% -lh5- 26c0 Sep  6 16:17 Modules/class/stack.m
[Amiga]                    400     694  57.6% -lh5- b727 Sep  6 16:17 Modules/classes/arexx.m
[Amiga]                    757    1574  48.1% -lh5- 4fa1 Sep  6 16:17 Modules/classes/requester.m
[Amiga]                   1197    2864  41.8% -lh5- 3209 Sep  6 16:17 Modules/classes/window.m
[Amiga]                     88     137  64.2% -lh5- 64fa Sep  6 16:16 Modules/clicktab.m
[Amiga]                     69      75  92.0% -lh5- 7ce0 Sep  6 16:16 Modules/colorwheel.m
[Amiga]                    248     523  47.4% -lh5- 6a3c Sep  6 16:16 Modules/commodities.m
[Amiga]                     99     144  68.8% -lh5- 794d Sep  6 16:16 Modules/console.m
[Amiga]                    269     562  47.9% -lh5- fde6 Sep  6 16:17 Modules/cybergraphics.m
[Amiga]                    254     584  43.5% -lh5- 09ca Sep  6 16:16 Modules/datatypes.m
[Amiga]                    776    1744  44.5% -lh5- cb5f Sep  6 16:17 Modules/datatypes/animationclass.m
[Amiga]                    910    1782  51.1% -lh5- 3229 Sep  6 16:17 Modules/datatypes/datatypes.m
[Amiga]                   1780    4310  41.3% -lh5- 8d23 Sep  6 16:17 Modules/datatypes/datatypesclass.m
[Amiga]                   1018    2136  47.7% -lh5- c3b6 Sep  6 16:17 Modules/datatypes/pictureclass.m
[Amiga]                    482     886  54.4% -lh5- 36e0 Sep  6 16:17 Modules/datatypes/soundclass.m
[Amiga]                    302     504  59.9% -lh5- 8eed Sep  6 16:17 Modules/datatypes/textclass.m
[Amiga]                     91     112  81.2% -lh5- 6aba Sep  6 16:16 Modules/datebrowser.m
[Amiga]                    383     704  54.4% -lh5- afca Sep  6 16:17 Modules/devices/audio.m
[Amiga]                    114     158  72.2% -lh5- c043 Sep  6 16:17 Modules/devices/bootblock.m
[Amiga]                   1284    2992  42.9% -lh5- 5bad Sep  6 16:17 Modules/devices/cd.m
[Amiga]                    372     660  56.4% -lh5- 2872 Sep  6 16:17 Modules/devices/clipboard.m
[Amiga]                    527    1196  44.1% -lh5- 27ff Sep  6 16:17 Modules/devices/console.m
[Amiga]                    475     852  55.8% -lh5- 3583 Sep  6 16:17 Modules/devices/conunit.m
[Amiga]                    244     448  54.5% -lh5- 7fcb Sep  6 16:17 Modules/devices/gameport.m
[Amiga]                    896    2272  39.4% -lh5- 2d9a Sep  6 16:17 Modules/devices/hardblocks.m
[Amiga]                    122     224  54.5% -lh5- 82c7 Sep  6 16:17 Modules/devices/input.m
[Amiga]                   1055    2856  36.9% -lh5- e324 Sep  6 16:17 Modules/devices/inputevent.m
[Amiga]                    101     160  63.1% -lh5- 73b6 Sep  6 16:17 Modules/devices/keyboard.m
[Amiga]                     80     104  76.9% -lh5- 2a2b Sep  6 16:17 Modules/devices/keymap.m
[Amiga]                    726    1436  50.6% -lh5- 9a4e Sep  6 16:17 Modules/devices/narrator.m
[Amiga]                    355     656  54.1% -lh5- d1f1 Sep  6 16:17 Modules/devices/newstyle.m
[Amiga]                    462    1024  45.1% -lh5- 4b5b Sep  6 16:17 Modules/devices/parallel.m
[Amiga]                   1463    3634  40.3% -lh5- 45a2 Sep  6 16:17 Modules/devices/printer.m
[Amiga]                   1262    2638  47.8% -lh5- 47af Sep  6 16:17 Modules/devices/prtbase.m
[Amiga]                    512    1152  44.4% -lh5- 6668 Sep  6 16:17 Modules/devices/prtgfx.m
[Amiga]                    317     612  51.8% -lh5- 5bd4 Sep  6 16:17 Modules/devices/scsidisk.m
[Amiga]                    621    1332  46.6% -lh5- a527 Sep  6 16:17 Modules/devices/serial.m
[Amiga]                    239     414  57.7% -lh5- fa31 Sep  6 16:17 Modules/devices/timer.m
[Amiga]                   1050    2162  48.6% -lh5- 81f8 Sep  6 16:17 Modules/devices/trackdisk.m
[Amiga]                    776    1502  51.7% -lh5- 1f43 Sep  6 16:17 Modules/devices/trackfile.m
[Amiga]                     73      87  83.9% -lh5- 3f04 Sep  6 16:16 Modules/disk.m
[Amiga]                    173     316  54.7% -lh5- 0174 Sep  6 16:16 Modules/diskfont.m
[Amiga]                    557    1280  43.5% -lh5- 9c3e Sep  6 16:17 Modules/diskfont/diskfont.m
[Amiga]                    937    2046  45.8% -lh5- 415f Sep  6 16:17 Modules/diskfont/diskfonttag.m
[Amiga]                    284     560  50.7% -lh5- 0f45 Sep  6 16:17 Modules/diskfont/glyph.m
[Amiga]                    165     336  49.1% -lh5- 7855 Sep  6 16:17 Modules/diskfont/oterrors.m
[Amiga]                    954    2057  46.4% -lh5- ba7e Sep  6 16:16 Modules/dos.m
[Amiga]                    208     366  56.8% -lh5- d5ed Sep  6 16:17 Modules/dos/datetime.m
[Amiga]                   1688    3964  42.6% -lh5- 931c Sep  6 16:17 Modules/dos/dos.m
[Amiga]                    548    1160  47.2% -lh5- fb64 Sep  6 16:17 Modules/dos/dosasl.m
[Amiga]                   2322    5930  39.2% -lh5- d94f Sep  6 16:17 Modules/dos/dosextens.m
[Amiga]                    392     932  42.1% -lh5- 87ed Sep  6 16:17 Modules/dos/doshunks.m
[Amiga]                    442     868  50.9% -lh5- de4c Sep  6 16:17 Modules/dos/dostags.m
[Amiga]                     55      64  85.9% -lh5- cbba Sep  6 16:17 Modules/dos/dos_lib.m
[Amiga]                    273     462  59.1% -lh5- 671d Sep  6 16:17 Modules/dos/exall.m
[Amiga]                    643    1192  53.9% -lh5- e4a9 Sep  6 16:17 Modules/dos/filehandler.m
[Amiga]                    377     700  53.9% -lh5- 136f Sep  6 16:17 Modules/dos/notify.m
[Amiga]                    227     404  56.2% -lh5- 41d7 Sep  6 16:17 Modules/dos/rdargs.m
[Amiga]                    137     214  64.0% -lh5- 3a17 Sep  6 16:17 Modules/dos/record.m
[Amiga]                    383     694  55.2% -lh5- 16d2 Sep  6 16:17 Modules/dos/shell.m
[Amiga]                    217     404  53.7% -lh5- c1f5 Sep  6 16:17 Modules/dos/stdio.m
[Amiga]                    223     416  53.6% -lh5- 74fc Sep  6 16:17 Modules/dos/var.m
[Amiga]                     55      55 100.0% -lh0- 6fa9 Sep  6 16:16 Modules/drawlist.m
[Amiga]                     48      48 100.0% -lh0- 8dec Sep  6 16:16 Modules/dtclass.m
[Amiga]                    782    1824  42.9% -lh5- 7180 Sep  6 16:16 Modules/exec.m
[Amiga]                   1413    3250  43.5% -lh5- 9d11 Sep  6 16:17 Modules/exec/alerts.m
[Amiga]                    137     202  67.8% -lh5- b0bd Sep  6 16:17 Modules/exec/devices.m
[Amiga]                    129     210  61.4% -lh5- 3fff Sep  6 16:17 Modules/exec/errors.m
[Amiga]                   1022    2218  46.1% -lh5- 96b5 Sep  6 16:17 Modules/exec/execbase.m
[Amiga]                    183     338  54.1% -lh5- eaaa Sep  6 16:17 Modules/exec/interrupts.m
[Amiga]                    293     592  49.5% -lh5- f398 Sep  6 16:17 Modules/exec/io.m
[Amiga]                    285     474  60.1% -lh5- c59d Sep  6 16:17 Modules/exec/libraries.m
[Amiga]                    172     332  51.8% -lh5- 0652 Sep  6 16:17 Modules/exec/lists.m
[Amiga]                    395     772  51.2% -lh5- 0c49 Sep  6 16:17 Modules/exec/memory.m
[Amiga]                    311     592  52.5% -lh5- da54 Sep  6 16:17 Modules/exec/nodes.m
[Amiga]                    189     310  61.0% -lh5- 83ee Sep  6 16:17 Modules/exec/ports.m
[Amiga]                    232     358  64.8% -lh5- 3690 Sep  6 16:17 Modules/exec/resident.m
[Amiga]                    247     436  56.7% -lh5- c4cd Sep  6 16:17 Modules/exec/semaphores.m
[Amiga]                     69     110  62.7% -lh5- e779 Sep  6 16:17 Modules/exec/strings.m
[Amiga]                    674    1410  47.8% -lh5- a0d2 Sep  6 16:17 Modules/exec/tasks.m
[Amiga]                     78      98  79.6% -lh5- e0e9 Sep  6 16:17 Modules/exec/types.m
[Amiga]                    204     413  49.4% -lh5- 69cb Sep  6 16:16 Modules/expansion.m
[Amiga]                     58      58 100.0% -lh0- c232 Sep  6 16:16 Modules/fuelgauge.m
[Amiga]                    515    1264  40.7% -lh5- c365 Sep  6 16:17 Modules/gadgets/button.m
[Amiga]                    269     502  53.6% -lh5- eba8 Sep  6 16:17 Modules/gadgets/calendar.m
[Amiga]                    134     240  55.8% -lh5- e07a Sep  6 16:17 Modules/gadgets/checkbox.m
[Amiga]                    360     752  47.9% -lh5- 41e1 Sep  6 16:17 Modules/gadgets/chooser.m
[Amiga]                    465    1060  43.9% -lh5- 3330 Sep  6 16:17 Modules/gadgets/clicktab.m
[Amiga]                    281     514  54.7% -lh5- 380b Sep  6 16:17 Modules/gadgets/colorwheel.m
[Amiga]                    258     502  51.4% -lh5- a4eb Sep  6 16:17 Modules/gadgets/datebrowser.m
[Amiga]                    247     554  44.6% -lh5- 660e Sep  6 16:17 Modules/gadgets/fuelgauge.m
[Amiga]                    335     686  48.8% -lh5- cee5 Sep  6 16:17 Modules/gadgets/getcolor.m
[Amiga]                    502    1118  44.9% -lh5- dbd1 Sep  6 16:17 Modules/gadgets/getfile.m
[Amiga]                    473    1106  42.8% -lh5- fa10 Sep  6 16:17 Modules/gadgets/getfont.m
[Amiga]                    447    1158  38.6% -lh5- 4b68 Sep  6 16:17 Modules/gadgets/getscreenmode.m
[Amiga]                    103     154  66.9% -lh5- e951 Sep  6 16:17 Modules/gadgets/gradientslider.m
[Amiga]                    126     218  57.8% -lh5- db1a Sep  6 16:17 Modules/gadgets/integer.m
[Amiga]                   1121    3160  35.5% -lh5- 3968 Sep  6 16:17 Modules/gadgets/layout.m
[Amiga]                   1959    5456  35.9% -lh5- e4d1 Sep  6 16:17 Modules/gadgets/listbrowser.m
[Amiga]                    420     866  48.5% -lh5- 9927 Sep  6 16:17 Modules/gadgets/listview.m
[Amiga]                    126     200  63.0% -lh5- 676c Sep  6 16:17 Modules/gadgets/page.m
[Amiga]                    326     636  51.3% -lh5- 5303 Sep  6 16:17 Modules/gadgets/palette.m
[Amiga]                    164     342  48.0% -lh5- e3d0 Sep  6 16:17 Modules/gadgets/radiobutton.m
[Amiga]                    185     372  49.7% -lh5- 2a1d Sep  6 16:17 Modules/gadgets/scroller.m
[Amiga]                    629    1372  45.8% -lh5- 1600 Sep  6 16:17 Modules/gadgets/sketchboard.m
[Amiga]                    331     752  44.0% -lh5- 6c1f Sep  6 16:17 Modules/gadgets/slider.m
[Amiga]                    150     278  54.0% -lh5- 38dc Sep  6 16:17 Modules/gadgets/space.m
[Amiga]                    629    1400  44.9% -lh5- 3054 Sep  6 16:17 Modules/gadgets/speedbar.m
[Amiga]                    288     560  51.4% -lh5- 45c6 Sep  6 16:17 Modules/gadgets/string.m
[Amiga]                    195     316  61.7% -lh5- ec98 Sep  6 16:17 Modules/gadgets/tabs.m
[Amiga]                    158     288  54.9% -lh5- 956d Sep  6 16:17 Modules/gadgets/tapedeck.m
[Amiga]                   2052    8340  24.6% -lh5- 7ee2 Sep  6 16:17 Modules/gadgets/texteditor.e.bak
[Amiga]                   2197    6702  32.8% -lh5- 6765 Sep  6 16:17 Modules/gadgets/texteditor.m
[Amiga]                    527    1428  36.9% -lh5- 14c5 Sep  6 16:17 Modules/gadgets/textfield.m
[Amiga]                    193     480  40.2% -lh5- 9f54 Sep  6 16:17 Modules/gadgets/virtual.m
[Amiga]                    237     440  53.9% -lh5- db56 Sep  6 16:16 Modules/gadtools.m
[Amiga]                     55      55 100.0% -lh0- fb19 Sep  6 16:16 Modules/getcolor.m
[Amiga]                     52      52 100.0% -lh0- e519 Sep  6 16:16 Modules/getfile.m
[Amiga]                     52      52 100.0% -lh0- f766 Sep  6 16:16 Modules/getfont.m
[Amiga]                     65      70  92.9% -lh5- 039b Sep  6 16:16 Modules/getscreenmode.m
[Amiga]                     46      46 100.0% -lh0- 0cee Sep  6 16:16 Modules/glyph.m
[Amiga]                   1088    2290  47.5% -lh5- e409 Sep  6 16:16 Modules/graphics.m
[Amiga]                    549    1220  45.0% -lh5- c64b Sep  6 16:17 Modules/graphics/clip.m
[Amiga]                     92     122  75.4% -lh5- cdd8 Sep  6 16:17 Modules/graphics/coerce.m
[Amiga]                     69     114  60.5% -lh5- 871f Sep  6 16:17 Modules/graphics/collide.m
[Amiga]                    517    1140  45.4% -lh5- 5e1b Sep  6 16:17 Modules/graphics/copper.m
[Amiga]                    200     338  59.2% -lh5- 41b0 Sep  6 16:17 Modules/graphics/display.m
[Amiga]                    954    2164  44.1% -lh5- 273c Sep  6 16:17 Modules/graphics/displayinfo.m
[Amiga]                    970    2202  44.1% -lh5- 8d71 Sep  6 16:17 Modules/graphics/gels.m
[Amiga]                    844    2022  41.7% -lh5- 6679 Sep  6 16:17 Modules/graphics/gfx.m
[Amiga]                   1585    3252  48.7% -lh5- d39f Sep  6 16:17 Modules/graphics/gfxbase.m
[Amiga]                    558    1422  39.2% -lh5- 4ca0 Sep  6 16:17 Modules/graphics/gfxmacros.m
[Amiga]                    212     332  63.9% -lh5- 6163 Sep  6 16:17 Modules/graphics/gfxnodes.m
[Amiga]                     94     140  67.1% -lh5- cb3f Sep  6 16:17 Modules/graphics/graphint.m
[Amiga]                    420     788  53.3% -lh5- 2f0e Sep  6 16:17 Modules/graphics/layers.m
[Amiga]                   1740    6766  25.7% -lh5- 6d0e Sep  6 16:17 Modules/graphics/modeid.m
[Amiga]                   1019    2586  39.4% -lh5- 83ba Sep  6 16:17 Modules/graphics/monitor.m
[Amiga]                    764    1536  49.7% -lh5- f4cb Sep  6 16:17 Modules/graphics/rastport.m
[Amiga]                    115     252  45.6% -lh5- e031 Sep  6 16:17 Modules/graphics/regions.m
[Amiga]                    119     200  59.5% -lh5- 4005 Sep  6 16:17 Modules/graphics/rpattr.m
[Amiga]                    206     408  50.5% -lh5- 10ae Sep  6 16:17 Modules/graphics/scale.m
[Amiga]                    273     486  56.2% -lh5- 2ba8 Sep  6 16:17 Modules/graphics/sprite.m
[Amiga]                    828    1874  44.2% -lh5- c7f2 Sep  6 16:17 Modules/graphics/text.m
[Amiga]                    590    1888  31.2% -lh5- 8994 Sep  6 16:17 Modules/graphics/videocontrol.m
[Amiga]                   1569    3710  42.3% -lh5- 41fb Sep  6 16:17 Modules/graphics/view.m
[Amiga]                    267     493  54.2% -lh5- fcc0 Sep  6 16:17 Modules/gtx.m
[Amiga]                    260     714  36.4% -lh5- 9083 Sep  6 16:17 Modules/hardware/adkbits.m
[Amiga]                    476    1006  47.3% -lh5- f710 Sep  6 16:17 Modules/hardware/blit.m
[Amiga]                    976    2980  32.8% -lh5- 4305 Sep  6 16:17 Modules/hardware/cia.m
[Amiga]                   1680    3996  42.0% -lh5- 9e98 Sep  6 16:17 Modules/hardware/custom.m
[Amiga]                    231     572  40.4% -lh5- 29bb Sep  6 16:17 Modules/hardware/dmabits.m
[Amiga]                    231     594  38.9% -lh5- dc00 Sep  6 16:17 Modules/hardware/intbits.m
[Amiga]                    250     493  50.7% -lh5- 2966 Sep  6 16:16 Modules/icon.m
[Amiga]                    197     328  60.1% -lh5- b21c Sep  6 16:17 Modules/iff.m
[Amiga]                    284     599  47.4% -lh5- 1646 Sep  6 16:16 Modules/iffparse.m
[Amiga]                    422     978  43.1% -lh5- fd9d Sep  6 16:17 Modules/images/bevel.m
[Amiga]                    295     818  36.1% -lh5- a54c Sep  6 16:17 Modules/images/bitmap.m
[Amiga]                    282     554  50.9% -lh5- 5ac3 Sep  6 16:17 Modules/images/drawlist.m
[Amiga]                    280     644  43.5% -lh5- 8c93 Sep  6 16:17 Modules/images/glyph.m
[Amiga]                    274     534  51.3% -lh5- e713 Sep  6 16:17 Modules/images/label.m
[Amiga]                    127     194  65.5% -lh5- 3d85 Sep  6 16:17 Modules/images/led.m
[Amiga]                    227     456  49.8% -lh5- 003f Sep  6 16:17 Modules/images/penmap.m
[Amiga]                     53      53 100.0% -lh0- 0546 Sep  6 16:16 Modules/input.m
[Amiga]                     52      52 100.0% -lh0- 01b6 Sep  6 16:16 Modules/integer.m
[Amiga]                    903    2261  39.9% -lh5- 1504 Sep  6 16:16 Modules/intuition.m
[Amiga]                    239     404  59.2% -lh5- 9795 Sep  6 16:17 Modules/intuition/cghooks.m
[Amiga]                    386     770  50.1% -lh5- f68d Sep  6 16:17 Modules/intuition/classes.m
[Amiga]                    540    1552  34.8% -lh5- 341b Sep  6 16:17 Modules/intuition/classusr.m
[Amiga]                   1552    4172  37.2% -lh5- 9ec7 Sep  6 16:17 Modules/intuition/gadgetclass.m
[Amiga]                    125     188  66.5% -lh5- f751 Sep  6 16:17 Modules/intuition/icclass.m
[Amiga]                   1225    3246  37.7% -lh5- 3961 Sep  6 16:17 Modules/intuition/imageclass.m
[Amiga]                   4577   12546  36.5% -lh5- 028a Sep  6 16:17 Modules/intuition/intuition.m
[Amiga]                    303     588  51.5% -lh5- 4185 Sep  6 16:17 Modules/intuition/intuitionbase.m
[Amiga]                   1438    3320  43.3% -lh5- 5724 Sep  6 16:17 Modules/intuition/iobsolete.m
[Amiga]                    545    1714  31.8% -lh5- 8e77 Sep  6 16:17 Modules/intuition/pointerclass.m
[Amiga]                   1437    2984  48.2% -lh5- 05dd Sep  6 16:17 Modules/intuition/preferences.m
[Amiga]                   1689    3858  43.8% -lh5- 45b9 Sep  6 16:17 Modules/intuition/screens.m
[Amiga]                    637    1418  44.9% -lh5- 0f90 Sep  6 16:17 Modules/intuition/sghooks.m
[Amiga]                     78      92  84.8% -lh5- ae97 Sep  6 16:16 Modules/keymap.m
[Amiga]                     46      46 100.0% -lh0- 2d1e Sep  6 16:16 Modules/label.m
[Amiga]                    280     620  45.2% -lh5- c6bb Sep  6 16:16 Modules/layers.m
[Amiga]                    126     188  67.0% -lh5- fb4b Sep  6 16:16 Modules/layout.m
[Amiga]                   1136    2526  45.0% -lh5- 4887 Sep  6 16:17 Modules/libraries/amigaguide.m
[Amiga]                   2551    7556  33.8% -lh5- 4d6a Sep  6 16:17 Modules/libraries/asl.m
[Amiga]                   4406   11052  39.9% -lh5- e483 Sep  6 16:17 Modules/libraries/bgui.m
[Amiga]                   3421   15610  21.9% -lh5- 4729 Sep  6 16:17 Modules/libraries/bgui_macros.m
[Amiga]                    757    1568  48.3% -lh5- 8ff9 Sep  6 16:17 Modules/libraries/commodities.m
[Amiga]                    919    2244  41.0% -lh5- 9145 Sep  6 16:17 Modules/libraries/configregs.m
[Amiga]                    302     550  54.9% -lh5- 24ea Sep  6 16:17 Modules/libraries/configvars.m
[Amiga]                    518    1208  42.9% -lh5- 6471 Sep  6 16:17 Modules/libraries/cybergraphics.m
[Amiga]                    387     888  43.6% -lh5- 9600 Sep  6 16:17 Modules/libraries/diskfont.m
[Amiga]                    104     128  81.2% -lh5- f174 Sep  6 16:17 Modules/libraries/expansion.m
[Amiga]                    379     746  50.8% -lh5- aabf Sep  6 16:17 Modules/libraries/expansionbase.m
[Amiga]                   1799    4086  44.0% -lh5- 9e39 Sep  6 16:17 Modules/libraries/gadtools.m
[Amiga]                    541    1104  49.0% -lh5- 3af3 Sep  6 16:17 Modules/libraries/iff.m
[Amiga]                    686    1550  44.3% -lh5- a462 Sep  6 16:17 Modules/libraries/iffparse.m
[Amiga]                    687    1694  40.6% -lh5- e310 Sep  6 16:17 Modules/libraries/keymap.m
[Amiga]                   1173    2726  43.0% -lh5- efc3 Sep  6 16:17 Modules/libraries/locale.m
[Amiga]                   1170    3574  32.7% -lh5- 1fd7 Sep  6 16:17 Modules/libraries/lowlevel.m
[Amiga]                    201     332  60.5% -lh5- c22e Sep  6 16:17 Modules/libraries/mathieeesp.m
[Amiga]                    105     144  72.9% -lh5- c698 Sep  6 16:17 Modules/libraries/mathlibrary.m
[Amiga]                    215     450  47.8% -lh5- a305 Sep  6 16:17 Modules/libraries/mathresource.m
[Amiga]                   1855    4036  46.0% -lh5- 3784 Sep  6 16:17 Modules/libraries/midi.m
[Amiga]                    442    1032  42.8% -lh5- f482 Sep  6 16:17 Modules/libraries/muibuilder.m
[Amiga]                    226     448  50.4% -lh5- c9d4 Sep  6 16:17 Modules/libraries/nofrag.m
[Amiga]                    233     392  59.4% -lh5- d54e Sep  6 16:17 Modules/libraries/nonvolatile.m
[Amiga]                    300     520  57.7% -lh5- aa13 Sep  6 16:17 Modules/libraries/ppbase.m
[Amiga]                    806    1922  41.9% -lh5- 058a Sep  6 16:17 Modules/libraries/realtime.m
[Amiga]                   1551    3450  45.0% -lh5- 2de1 Sep  6 16:17 Modules/libraries/reqbase.m
[Amiga]                   1895    4944  38.3% -lh5- 90b9 Sep  6 16:17 Modules/libraries/reqtools.m
[Amiga]                     70      90  77.8% -lh5- e91e Sep  6 16:17 Modules/libraries/translator.m
[Amiga]                   2534    5506  46.0% -lh5- 5e88 Sep  6 16:17 Modules/libraries/triton.m
[Amiga]                   2779   12544  22.2% -lh5- 6a68 Sep  6 16:17 Modules/libraries/triton_macros.m
[Amiga]                     76     108  70.4% -lh5- 6fbb Sep  6 16:17 Modules/libraries/vmem.m
[Amiga]                   3050    8360  36.5% -lh5- 977c Sep  6 16:17 Modules/libraries/wizard.m
[Amiga]                    163     414  39.4% -lh5- bbc8 Sep  6 16:16 Modules/listbrowser.m
[Amiga]                     55      55 100.0% -lh0- 219e Sep  6 16:16 Modules/listview.m
[Amiga]                    218     430  50.7% -lh5- 069e Sep  6 16:16 Modules/locale.m
[Amiga]                    190     369  51.5% -lh5- c060 Sep  6 16:16 Modules/lowlevel.m
[Amiga]                     86     109  78.9% -lh5- fc4b Sep  6 16:16 Modules/mathffp.m
[Amiga]                    108     195  55.4% -lh5- c22c Sep  6 16:16 Modules/mathieeedoubbas.m
[Amiga]                    126     260  48.5% -lh5- 7f54 Sep  6 16:16 Modules/mathieeedoubtrans.m
[Amiga]                    101     179  56.4% -lh5- a35b Sep  6 16:16 Modules/mathieeesingbas.m
[Amiga]                    119     243  49.0% -lh5- 0c78 Sep  6 16:16 Modules/mathieeesingtrans.m
[Amiga]                    106     159  66.7% -lh5- fbbf Sep  6 16:16 Modules/mathtrans.m
[Amiga]                    208     421  49.4% -lh5- 78ea Sep  6 16:17 Modules/midi.m
[Amiga]                     57      66  86.4% -lh5- 1ce6 Sep  6 16:16 Modules/misc.m
[Amiga]                     84     116  72.4% -lh5- a1c8 Sep  6 16:17 Modules/nofrag.m
[Amiga]                     99     111  89.2% -lh5- a837 Sep  6 16:16 Modules/nonvolatile.m
[Amiga]                   1317    2684  49.1% -lh5- 1aab Sep  6 16:17 Modules/oomodules/commodity.m
[Amiga]                   2157    6220  34.7% -lh5- 0726 Sep  6 16:17 Modules/oomodules/coordinate.m
[Amiga]                    793    1814  43.7% -lh5- 3fb8 Sep  6 16:17 Modules/oomodules/coordinate/line.m
[Amiga]                    567    1036  54.7% -lh5- 13f4 Sep  6 16:17 Modules/oomodules/coordinate/polyline.m
[Amiga]                    416     716  58.1% -lh5- e10b Sep  6 16:17 Modules/oomodules/library.m
[Amiga]                   1001    1824  54.9% -lh5- ca3e Sep  6 16:17 Modules/oomodules/library/asl.m
[Amiga]                    502     846  59.3% -lh5- 3dad Sep  6 16:17 Modules/oomodules/library/commodities.m
[Amiga]                    942    1826  51.6% -lh5- b2e0 Sep  6 16:17 Modules/oomodules/library/device.m
[Amiga]                    578    1044  55.4% -lh5- 1592 Sep  6 16:17 Modules/oomodules/library/device/keyboard.m
[Amiga]                    955    2014  47.4% -lh5- b9d7 Sep  6 16:17 Modules/oomodules/library/device/printer.m
[Amiga]                    785    1866  42.1% -lh5- 6348 Sep  6 16:17 Modules/oomodules/library/device/trackdisk.m
[Amiga]                    849    1630  52.1% -lh5- 8857 Sep  6 16:17 Modules/oomodules/library/exec/port.m
[Amiga]                    626    1060  59.1% -lh5- e44c Sep  6 16:17 Modules/oomodules/library/exec/port/arexxport.m
[Amiga]                    695    1194  58.2% -lh5- a98a Sep  6 16:17 Modules/oomodules/library/exec/port/portlist.m
[Amiga]                    499     838  59.5% -lh5- b2f7 Sep  6 16:17 Modules/oomodules/library/gadtools.m
[Amiga]                    994    2010  49.5% -lh5- edad Sep  6 16:17 Modules/oomodules/library/locale.m
[Amiga]                   1006    2222  45.3% -lh5- f413 Sep  6 16:17 Modules/oomodules/library/locale/cataloglist.m
[Amiga]                    948    1840  51.5% -lh5- 17a9 Sep  6 16:17 Modules/oomodules/library/reqtools.m
[Amiga]                   1421    2962  48.0% -lh5- 9a66 Sep  6 16:17 Modules/oomodules/list/associativearray.m
[Amiga]                    398     662  60.1% -lh5- 5774 Sep  6 16:17 Modules/oomodules/list/associativearray/associativestringarray.m
[Amiga]                   1256    3618  34.7% -lh5- 3656 Sep  6 16:17 Modules/oomodules/list/doublylinked.m
[Amiga]                   1203    2684  44.8% -lh5- 640f Sep  6 16:17 Modules/oomodules/list/elist.m
[Amiga]                    735    1272  57.8% -lh5- b920 Sep  6 16:17 Modules/oomodules/list/execlist.m
[Amiga]                   2436    8638  28.2% -lh5- ae1d Sep  6 16:17 Modules/oomodules/list/queuestack.m
[Amiga]                   1036    2194  47.2% -lh5- 1cec Sep  6 16:17 Modules/oomodules/list/stringlist/stringlist.m
[Amiga]                    728    1338  54.4% -lh5- b44e Sep  6 16:17 Modules/oomodules/object.m
[Amiga]                    475    1114  42.6% -lh5- 1cfb Sep  6 16:17 Modules/oomodules/sort.m
[Amiga]                    997    2902  34.4% -lh5- 12e0 Sep  6 16:17 Modules/oomodules/sort/address.m
[Amiga]                    484    1098  44.1% -lh5- f6da Sep  6 16:17 Modules/oomodules/sort/numbers.m
[Amiga]                    830    1828  45.4% -lh5- 0ae8 Sep  6 16:17 Modules/oomodules/sort/numbers/float.m
[Amiga]                   1472    3862  38.1% -lh5- 2964 Sep  6 16:17 Modules/oomodules/sort/numbers/fraction.m
[Amiga]                    711    1394  51.0% -lh5- 2c0d Sep  6 16:17 Modules/oomodules/sort/numbers/integer.m
[Amiga]                    392     728  53.8% -lh5- 13ca Sep  6 16:17 Modules/oomodules/sort/numbers/twonumbers.m
[Amiga]                   1364    3284  41.5% -lh5- 5c8c Sep  6 16:17 Modules/oomodules/sort/string.m
[Amiga]                    418     808  51.7% -lh5- 8084 Sep  6 16:17 Modules/oomodules/sort/string/rawstring.m
[Amiga]                    149     244  61.1% -lh5- b0b6 Sep  6 16:17 Modules/other/battclock.m
[Amiga]                    200     360  55.6% -lh5- b697 Sep  6 16:17 Modules/other/battmem.m
[Amiga]                    201     344  58.4% -lh5- 5f8d Sep  6 16:17 Modules/other/bitfield.m
[Amiga]                    147     256  57.4% -lh5- fc36 Sep  6 16:17 Modules/other/bits.m
[Amiga]                    167     320  52.2% -lh5- c890 Sep  6 16:17 Modules/other/cia.m
[Amiga]                    145     178  81.5% -lh5- 6592 Sep  6 16:17 Modules/other/clearlist.m
[Amiga]                    420     678  61.9% -lh5- 947c Sep  6 16:17 Modules/other/cloneworkbench.m
[Amiga]                    206     422  48.8% -lh5- cb96 Sep  6 16:17 Modules/other/disk.m
[Amiga]                    307     544  56.4% -lh5- 0888 Sep  6 16:17 Modules/other/dislib.m
[Amiga]                     98     114  86.0% -lh5- be2d Sep  6 16:17 Modules/other/dispose.m
[Amiga]                    136     172  79.1% -lh5- b52a Sep  6 16:17 Modules/other/disposeelinkedlist.m
[Amiga]                    108     122  88.5% -lh5- 3231 Sep  6 16:17 Modules/other/disposelink.m
[Amiga]                    456    1132  40.3% -lh5- 65bd Sep  6 16:17 Modules/other/dll.m
[Amiga]                    689    1614  42.7% -lh5- 7b67 Sep  6 16:17 Modules/other/ecode.m
[Amiga]                    255     302  84.4% -lh5- c1d6 Sep  6 16:17 Modules/other/fastinsert.m
[Amiga]                     88     116  75.9% -lh5- a07e Sep  6 16:17 Modules/other/initlist.m
[Amiga]                     99     122  81.1% -lh5- 7769 Sep  6 16:17 Modules/other/isdigit.m
[Amiga]                    140     260  53.8% -lh5- f475 Sep  6 16:17 Modules/other/isidentifier.m
[Amiga]                    116     148  78.4% -lh5- b1dc Sep  6 16:17 Modules/other/lowerchar.m
[Amiga]                    144     216  66.7% -lh5- 012a Sep  6 16:17 Modules/other/misc.m
[Amiga]                    113     142  79.6% -lh5- 0901 Sep  6 16:17 Modules/other/mod.m
[Amiga]                    159     260  61.2% -lh5- 53e5 Sep  6 16:17 Modules/other/potgo.m
[Amiga]                    383     582  65.8% -lh5- 964f Sep  6 16:17 Modules/other/qualifieditemaddress.m
[Amiga]                    238     312  76.3% -lh5- 7e37 Sep  6 16:17 Modules/other/readstr.m
[Amiga]                   3392    9772  34.7% -lh5- a09a Sep  6 16:17 Modules/other/scanf.m
[Amiga]                    424     602  70.4% -lh5- d339 Sep  6 16:17 Modules/other/sendexplorer.m
[Amiga]                    565     878  64.4% -lh5- 0eba Sep  6 16:17 Modules/other/sendrexx.m
[Amiga]                    170     228  74.6% -lh5- d1fb Sep  6 16:17 Modules/other/setprogname.m
[Amiga]                    141     202  69.8% -lh5- c17c Sep  6 16:17 Modules/other/skipnonwhite.m
[Amiga]                    112     138  81.2% -lh5- 006f Sep  6 16:17 Modules/other/skiptochar.m
[Amiga]                    148     230  64.3% -lh5- 009e Sep  6 16:17 Modules/other/skiptoedelim.m
[Amiga]                    125     170  73.5% -lh5- 1767 Sep  6 16:17 Modules/other/skipwhite.m
[Amiga]                   3162    8082  39.1% -lh5- cb70 Sep  6 16:17 Modules/other/slre.m
[Amiga]                    362     672  53.9% -lh5- 1013 Sep  6 16:17 Modules/other/split.m
[Amiga]                    282     486  58.0% -lh5- 3dda Sep  6 16:17 Modules/other/stack.m
[Amiga]                    133     156  85.3% -lh5- 3eb0 Sep  6 16:17 Modules/other/strcopy.m
[Amiga]                   9531   25180  37.9% -lh5- 22d5 Sep  6 16:17 Modules/other/unittest
[Amiga]                   2877   11753  24.5% -lh5- 3ed6 Sep  6 16:17 Modules/other/unittest.e.bak
[Amiga]                    114     148  77.0% -lh5- 68f5 Sep  6 16:17 Modules/other/upperchar.m
[Amiga]                     52      52 100.0% -lh0- f8a1 Sep  6 16:16 Modules/palette.m
[Amiga]                     49      49 100.0% -lh0- 64e5 Sep  6 16:16 Modules/penmap.m
[Amiga]                   1067    2536  42.1% -lh5- 371e Sep  6 16:17 Modules/plugins/animcontrol.m
[Amiga]                    962    2214  43.5% -lh5- 9e7a Sep  6 16:17 Modules/plugins/button.m
[Amiga]                    863    1778  48.5% -lh5- 3652 Sep  6 16:17 Modules/plugins/calendar.m
[Amiga]                   1099    2744  40.1% -lh5- 8b52 Sep  6 16:17 Modules/plugins/colorwheel.m
[Amiga]                   1015    2242  45.3% -lh5- bce7 Sep  6 16:17 Modules/plugins/gradient.m
[Amiga]                   1068    2006  53.2% -lh5- a845 Sep  6 16:17 Modules/plugins/iconify.m
[Amiga]                   1019    2346  43.4% -lh5- ce83 Sep  6 16:17 Modules/plugins/imagebutton.m
[Amiga]                    749    1358  55.2% -lh5- 7138 Sep  6 16:17 Modules/plugins/led.m
[Amiga]                   1263    2542  49.7% -lh5- 985b Sep  6 16:17 Modules/plugins/password.m
[Amiga]                    976    2006  48.7% -lh5- f8fb Sep  6 16:17 Modules/plugins/tabs.m
[Amiga]                   1001    2384  42.0% -lh5- 2bc6 Sep  6 16:17 Modules/plugins/tapedeck.m
[Amiga]                   1251    2672  46.8% -lh5- d7b6 Sep  6 16:17 Modules/plugins/text_plug.m
[Amiga]                    329     558  59.0% -lh5- fc7f Sep  6 16:17 Modules/plugins/ticker.m
[Amiga]                    910    1686  54.0% -lh5- 58d4 Sep  6 16:17 Modules/plugins/toolify.m
[Amiga]                     63      74  85.1% -lh5- b028 Sep  6 16:17 Modules/pointer.m
[Amiga]                     81     124  65.3% -lh5- 95bf Sep  6 16:17 Modules/popcycle.m
[Amiga]                     60      69  87.0% -lh5- aa2c Sep  6 16:16 Modules/potgo.m
[Amiga]                    176     260  67.7% -lh5- 146a Sep  6 16:17 Modules/powerpacker.m
[Amiga]                    167     262  63.7% -lh5- 6296 Sep  6 16:17 Modules/prefs/asl.m
[Amiga]                    206     324  63.6% -lh5- cf51 Sep  6 16:17 Modules/prefs/font.m
[Amiga]                    475     954  49.8% -lh5- aadd Sep  6 16:17 Modules/prefs/icontrol.m
[Amiga]                    154     230  67.0% -lh5- ef09 Sep  6 16:17 Modules/prefs/input.m
[Amiga]                    480    1058  45.4% -lh5- 7179 Sep  6 16:17 Modules/prefs/locale.m
[Amiga]                    198     292  67.8% -lh5- 8786 Sep  6 16:17 Modules/prefs/overscan.m
[Amiga]                    119     170  70.0% -lh5- c671 Sep  6 16:17 Modules/prefs/palette.m
[Amiga]                    201     310  64.8% -lh5- 762c Sep  6 16:17 Modules/prefs/pointer.m
[Amiga]                    101     140  72.1% -lh5- 7655 Sep  6 16:17 Modules/prefs/prefhdr.m
[Amiga]                    467     890  52.5% -lh5- 4e9f Sep  6 16:17 Modules/prefs/printergfx.m
[Amiga]                    799    1618  49.4% -lh5- 9d55 Sep  6 16:17 Modules/prefs/printerps.m
[Amiga]                    493    1014  48.6% -lh5- 54d2 Sep  6 16:17 Modules/prefs/printertxt.m
[Amiga]                    238     392  60.7% -lh5- 1dca Sep  6 16:17 Modules/prefs/reaction.m
[Amiga]                    155     226  68.6% -lh5- 7c1b Sep  6 16:17 Modules/prefs/screenmode.m
[Amiga]                    248     426  58.2% -lh5- 837d Sep  6 16:17 Modules/prefs/serial.m
[Amiga]                    182     282  64.5% -lh5- 9811 Sep  6 16:17 Modules/prefs/sound.m
[Amiga]                    400     852  46.9% -lh5- 1044 Sep  6 16:17 Modules/prefs/wbpattern.m
[Amiga]                    356     654  54.4% -lh5- b0c7 Sep  6 16:17 Modules/prefs/workbench.m
[Amiga]                     92     159  57.9% -lh5- 65fb Sep  6 16:16 Modules/radiobutton.m
[Amiga]                     62      66  93.9% -lh5- b01b Sep  6 16:16 Modules/ramdrive.m
[Amiga]                    110     170  64.7% -lh5- 9f8c Sep  6 16:17 Modules/reaction/reaction.m
[Amiga]                    165     248  66.5% -lh5- 5e4a Sep  6 16:17 Modules/reaction/reaction_author.m
[Amiga]                    196     308  63.6% -lh5- 04c3 Sep  6 16:17 Modules/reaction/reaction_class.m
[Amiga]                   1828    4638  39.4% -lh5- a816 Sep  6 16:17 Modules/reaction/reaction_lib.m
[Amiga]                   2040    7036  29.0% -lh5- 7933 Sep  6 16:17 Modules/reaction/reaction_macros.m
[Amiga]                    348     618  56.3% -lh5- 1eb7 Sep  6 16:17 Modules/reaction/reaction_prefs.m
[Amiga]                    122     189  64.6% -lh5- 2031 Sep  6 16:16 Modules/realtime.m
[Amiga]                    230     396  58.1% -lh5- e60e Sep  6 16:17 Modules/req.m
[Amiga]                    257     454  56.6% -lh5- 5993 Sep  6 16:17 Modules/reqtools.m
[Amiga]                     58      58 100.0% -lh0- af5a Sep  6 16:16 Modules/requester.m
[Amiga]                     71      78  91.0% -lh5- b0d3 Sep  6 16:17 Modules/resources/battclock.m
[Amiga]                     66      74  89.2% -lh5- 9f6c Sep  6 16:17 Modules/resources/battmem.m
[Amiga]                    108     226  47.8% -lh5- 452d Sep  6 16:17 Modules/resources/battmembitsamiga.m
[Amiga]                    167     444  37.6% -lh5- 26a6 Sep  6 16:17 Modules/resources/battmembitsshared.m
[Amiga]                    707    1790  39.5% -lh5- 33aa Sep  6 16:17 Modules/resources/card.m
[Amiga]                     71     102  69.6% -lh5- 89c8 Sep  6 16:17 Modules/resources/cia.m
[Amiga]                    456     928  49.1% -lh5- 7a93 Sep  6 16:17 Modules/resources/disk.m
[Amiga]                    251     422  59.5% -lh5- 1e99 Sep  6 16:17 Modules/resources/filesysres.m
[Amiga]                    216     458  47.2% -lh5- 1085 Sep  6 16:17 Modules/resources/mathresource.m
[Amiga]                    141     214  65.9% -lh5- 5876 Sep  6 16:17 Modules/resources/misc.m
[Amiga]                     83     102  81.4% -lh5- 0586 Sep  6 16:17 Modules/resources/potgo.m
[Amiga]                    267     846  31.6% -lh5- e3f0 Sep  6 16:17 Modules/rexx/errors.m
[Amiga]                    371     674  55.0% -lh5- 24e8 Sep  6 16:17 Modules/rexx/rexxio.m
[Amiga]                    658    1374  47.9% -lh5- 21aa Sep  6 16:17 Modules/rexx/rxslib.m
[Amiga]                   1119    2480  45.1% -lh5- c844 Sep  6 16:17 Modules/rexx/storage.m
[Amiga]                    182     575  31.7% -lh5- bc1a Sep  6 16:16 Modules/rexxsyslib.m
[Amiga]                     55      55 100.0% -lh0- 26be Sep  6 16:16 Modules/scroller.m
[Amiga]                     62      64  96.9% -lh5- ee5d Sep  6 16:16 Modules/sketchboard.m
[Amiga]                     49      49 100.0% -lh0- eb3f Sep  6 16:16 Modules/slider.m
[Amiga]                     46      46 100.0% -lh0- e77f Sep  6 16:16 Modules/space.m
[Amiga]                     91     150  60.7% -lh5- aa8a Sep  6 16:16 Modules/speedbar.m
[Amiga]                     49      49 100.0% -lh0- 0bed Sep  6 16:16 Modules/string.m
[Amiga]                     76      81  93.8% -lh5- 60de Sep  6 16:16 Modules/texteditor.m
[Amiga]                     72      81  88.9% -lh5- d43d Sep  6 16:16 Modules/textfield.m
[Amiga]                     76      88  86.4% -lh5- 13e6 Sep  6 16:16 Modules/timer.m
[Amiga]                    717    1174  61.1% -lh5- 7463 Sep  6 16:17 Modules/tools/arexx.m
[Amiga]                    726    1066  68.1% -lh5- cbff Sep  6 16:17 Modules/tools/async.m
[Amiga]                    131     166  78.9% -lh5- 03a5 Sep  6 16:17 Modules/tools/Boopsi.m
[Amiga]                    764    1388  55.0% -lh5- aa71 Sep  6 16:17 Modules/tools/clonescreen.m
[Amiga]                    193     328  58.8% -lh5- 7a56 Sep  6 16:17 Modules/tools/constructors.m
[Amiga]                    632    1020  62.0% -lh5- 4c94 Sep  6 16:17 Modules/tools/cookrawkey.m
[Amiga]                    149     172  86.6% -lh5- 40c7 Sep  6 16:17 Modules/tools/copylist.m
[Amiga]                    279     716  39.0% -lh5- 50d7 Sep  6 16:17 Modules/tools/ctype.m
[Amiga]                  11226   29484  38.1% -lh5- 63f0 Sep  6 16:17 Modules/tools/EasyGUI.m
[Amiga]                  11791   30450  38.7% -lh5- c3cb Sep  6 16:17 Modules/tools/EasyGUI_debug.m
[Amiga]                   8496   21630  39.3% -lh5- c3cb Sep  6 16:17 Modules/tools/EasyGUI_lite.m
[Amiga]                    308     712  43.3% -lh5- 430f Sep  6 16:17 Modules/tools/EasyGUI_notag.m
[Amiga]                    375     576  65.1% -lh5- e17c Sep  6 16:17 Modules/tools/exceptions.m
[Amiga]                    563     942  59.8% -lh5- 1dc8 Sep  6 16:17 Modules/tools/file.m
[Amiga]                    216     442  48.9% -lh5- ece6 Sep  6 16:17 Modules/tools/filledvdefs.m
[Amiga]                   4004    6044  66.2% -lh5- a5f6 Sep  6 16:17 Modules/tools/filledvector.m
[Amiga]                    394     710  55.5% -lh5- 7a8f Sep  6 16:17 Modules/tools/ghost.m
[Amiga]                   1232    1894  65.0% -lh5- c075 Sep  6 16:17 Modules/tools/ilbm.m
[Amiga]                    291     562  51.8% -lh5- 3086 Sep  6 16:17 Modules/tools/ilbmdefs.m
[Amiga]                    142     178  79.8% -lh5- 5cba Sep  6 16:17 Modules/tools/inithook.m
[Amiga]                    124     142  87.3% -lh5- 44d2 Sep  6 16:17 Modules/tools/installhook.m
[Amiga]                    104     112  92.9% -lh5- bca0 Sep  6 16:17 Modules/tools/iterators.m
[Amiga]                    730    1736  42.1% -lh5- 9871 Sep  6 16:17 Modules/tools/lisp.m
[Amiga]                   1935    6846  28.3% -lh5- 5f5a Sep  6 16:17 Modules/tools/longreal.m
[Amiga]                    900    2552  35.3% -lh5- 86c3 Sep  6 16:17 Modules/tools/longrealtiny.m
[Amiga]                    182     306  59.5% -lh5- 10ee Sep  6 16:17 Modules/tools/macros.m
[Amiga]                    343     428  80.1% -lh5- 4c45 Sep  6 16:17 Modules/tools/muicustomclass.m
[Amiga]                   2912    5252  55.4% -lh5- af40 Sep  6 16:17 Modules/tools/pt.m
[Amiga]                    515     812  63.4% -lh5- 5e18 Sep  6 16:17 Modules/tools/scrbuffer.m
[Amiga]                    798    1782  44.8% -lh5- c5e6 Sep  6 16:17 Modules/tools/simplelex.m
[Amiga]                    319     528  60.4% -lh5- 198d Sep  6 16:17 Modules/tools/stack.m
[Amiga]                    376     688  54.7% -lh5- d72b Sep  6 16:17 Modules/tools/TextEdit/extension.m
[Amiga]                    492     940  52.3% -lh5- b270 Sep  6 16:17 Modules/tools/TextEdit/filetypes.m
[Amiga]                    261     482  54.1% -lh5- e567 Sep  6 16:17 Modules/tools/TextEdit/plugin.m
[Amiga]                    236     342  69.0% -lh5- 7de9 Sep  6 16:17 Modules/tools/textlen.m
[Amiga]                    187     220  85.0% -lh5- bc45 Sep  6 16:17 Modules/tools/trapguru.m
[Amiga]                   1025    1610  63.7% -lh5- e47c Sep  6 16:17 Modules/tools/Vector.m
[Amiga]                    138     298  46.3% -lh5- 987c Sep  6 16:16 Modules/trackfile.m
[Amiga]                     54      54 100.0% -lh0- c9c8 Sep  6 16:16 Modules/translator.m
[Amiga]                    199     348  57.2% -lh5- 37e2 Sep  6 16:17 Modules/triton.m
[Amiga]                    349     739  47.2% -lh5- ad29 Sep  6 16:16 Modules/utility.m
[Amiga]                     95     152  62.5% -lh5- cea1 Sep  6 16:17 Modules/utility/date.m
[Amiga]                     85     118  72.0% -lh5- ef40 Sep  6 16:17 Modules/utility/hooks.m
[Amiga]                    160     250  64.0% -lh5- 72a7 Sep  6 16:17 Modules/utility/name.m
[Amiga]                    194     424  45.8% -lh5- 948c Sep  6 16:17 Modules/utility/pack.m
[Amiga]                    162     280  57.9% -lh5- 9bfa Sep  6 16:17 Modules/utility/tagitem.m
[Amiga]                    119     156  76.3% -lh5- 9795 Sep  6 16:17 Modules/utility/utility.m
[Amiga]                    128     175  73.1% -lh5- 124e Sep  6 16:17 Modules/vector.m
[Amiga]                     83      99  83.8% -lh5- b2e2 Sep  6 16:16 Modules/virtual.m
[Amiga]                     95     114  83.3% -lh5- d2cc Sep  6 16:17 Modules/vmem.m
[Amiga]                    204     399  51.1% -lh5- a739 Sep  6 16:16 Modules/wb.m
[Amiga]                     49      49 100.0% -lh0- 8e35 Sep  6 16:16 Modules/window.m
[Amiga]                    266     495  53.7% -lh5- 1cdc Sep  6 16:17 Modules/wizard.m
[Amiga]                   1071    3190  33.6% -lh5- 7716 Sep  6 16:17 Modules/workbench/icon.m
[Amiga]                    178     264  67.4% -lh5- 4d65 Sep  6 16:17 Modules/workbench/startup.m
[Amiga]                   2544    7590  33.5% -lh5- 09d9 Sep  6 16:17 Modules/workbench/workbench.m
[Amiga]                   2085    4371  47.7% -lh5- 70c9 Sep  6 16:16 readme.txt
[Amiga]                    459     819  56.0% -lh5- 806b Sep  6 16:16 Rexx/ecompile.ced
[Amiga]                   1342    3000  44.7% -lh5- c889 Sep  6 16:16 Rexx/ecompile.ged
[Amiga]                   3307   11209  29.5% -lh5- df4a Sep  6 16:17 Src/clock.e
[Amiga]                    660    1560  42.3% -lh5- 4837 Sep  6 16:17 Src/Hardsprite_Example.e
[Amiga]                    730    1596  45.7% -lh5- 5ecc Sep  6 16:17 Src/Push_Pop_Example.e
[Amiga]                   1321    3907  33.8% -lh5- 3ed9 Sep  6 16:17 Src/reaction_examples/ClickTabExample.e
[Amiga]                   1584    5638  28.1% -lh5- c219 Sep  6 16:17 Src/reaction_examples/ConnectExample.e
[Amiga]                   2208    4316  51.2% -lh5- 6b5c Sep  6 16:17 Src/reaction_examples/FuelGaugeExample
[Amiga]                   1915    6759  28.3% -lh5- 079b Sep  6 16:17 Src/reaction_examples/FuelGaugeExample.e
[Amiga]                   1868    6638  28.1% -lh5- ae84 Sep  6 16:17 Src/reaction_examples/IntegerExample.e
[Amiga]                   6337   20788  30.5% -lh5- 8855 Sep  6 16:17 Src/reaction_examples/LayoutExample.e
[Amiga]                   1447    2580  56.1% -lh5- d8a1 Sep  6 16:17 Src/reaction_examples/led
[Amiga]                   1317    3697  35.6% -lh5- aba0 Sep  6 16:17 Src/reaction_examples/LED.e
[Amiga]                   2961   73050   4.1% -lh5- 9899 Sep  6 16:17 Src/reaction_examples/PenMapExample.e
[Amiga]                   1925    6268  30.7% -lh5- e976 Sep  6 16:17 Src/reaction_examples/textEditorExample.e
[Amiga]                   1004    1904  52.7% -lh5- d587 Sep  6 16:17 Src/Sort_Example.e
[Amiga]                   1242    2919  42.5% -lh5- a16f Sep  6 16:17 Src/tasklist.e
---------- ----------- ------- ------- ------ ---------- ------------ -------------
 Total       516 files  692934 1736327  39.9%            Sep  7 00:00
Page generated in 0.01 seconds
Aminet © 1992-2024 Urban Müller and the Aminet team. Aminet contact address: <aminetaminet net>