  | 85180 packages online |
|
 |
| dev/e/TypedModules.lha | | | | No screenshot available |
|
This archive contains typed modules created from the V40 Amiga includes.
They differ from the standard modules in that they enable multiple
dereferencing of system objects without requiring repeated "::<type>".
For instance, to access the signal bit of a window's message port you can
now type:
win.userport.sigbit and win.rport.layer.scroll_x
instead of:
win.userport::mp.sigbit and win.rport::rastport.layer::layer.scroll_x
(Note: You are still required to include the module for any object
referred to in this way.) A bonus is that the sources show the dependencies
of the modules. For instance, 'graphics/layers' depends on 'exec/lists',
'exec/semaphores' and 'graphics/clip'. This is a short list to search for
the definition of 'layer' (which is in 'graphics/clip', quite surprisingly).
Again, the names used conform to the standard modules (where possible) and
these are based on the Assembly includes. This means that you still need to
be aware of the differences in names from the C includes.
A number of useful (standard) macros have been added, e.g., ITEMNUM() from
'intuition/intuition'. To use these you must specify "OPT PREPROCESS" in
your source file.
The library modules for all of the V40 system libraries are included.
Note that this *includes* those for the built-in libraries: 'dos', 'exec',
'graphics' and 'intuition'. This is a stop-gap feature since EC v3.1a does
not contain any V40 function calls (but v3.2a probably will). Use these
four modules at your own risk! (They seem to behave correctly...)
Some of the problems highlighted in the previous (V39) release have been
solved by manipulation of the module files. This means that, once again,
you *CANNOT* recreate the modules from the sources. The sources are purely
for reference. The problems solved are: unions and misaligned elements.
There are three badly aligned elements in the standard includes, which are
caused by odd sized CHAR arrays. Two are in the 'countryprefs' object in
'prefs/locale' (which cause a number of the following elements to be badly
aligned, too), and one is in the 'conunit' object of 'devices/conunit'.
The changes made to these modules are completely transparent.
There are a number of unions in the includes. One example is the
'printerdata' object of 'devices/prtbase', in which "s0:ioextser" is
unioned with "p0:ioextpar", presumably because your printer may be
connected to your serial or parallel port. (In fact, this object has
incorrect offsets in the standard modules.)
Unions have been admitted by fiddling the module file (in a safe way).
The one disadvantage is that creating an object-typed list for an object
that contains a union is probably undefined now (at least, I can't
guarantee what would happen). This may not be a great problem as a lot of
these objects contain nested object instances (e.g., an element "x:obj")
which means an object-typed list cannot be created anyway. The complete
list of objects which have unions is:
Module Object
------------------------------
dos/dosextens dospacket
dos/dosextens doslist
dos/notify notifyrequest
exec/memory me
exec/tasks tc
graphics/copper copins
These E modules and sources are Copyright (C) 1994-1995, Jason R. Hulance.
The original C and Assembly includes are Copyright (C) 1985-1992,
Commodore-Amiga Inc.
Wouter van Oortmerssen is free to do what he likes with all this. Everyone
else must adhere to the usual Freeware conditions. In particular, you are
free to use these modules to create your programs (whether they are freeware
or commercial), but if you wish to distribute any part of this archive you
must include it all, unmodified, and with this "readme" file.
|
Contents of dev/e/TypedModules.lha PERMSSN UID GID PACKED SIZE RATIO CRC STAMP NAME
---------- ----------- ------- ------- ------ ---------- ------------ -------------
[generic] 1830 3899 46.9% -lh5- 4364 Apr 8 1995 TypedModulesV40.readme
[generic] 168 375 44.8% -lh5- aaf9 Sep 2 1992 TypedModulesV40/amigaguide.m
[generic] 69 108 63.9% -lh5- e71a Sep 2 1992 TypedModulesV40/asl.m
[generic] 70 82 85.4% -lh5- 48b1 Sep 2 1992 TypedModulesV40/bullet.m
[generic] 60 60 100.0% -lh0- 3e73 Sep 2 1992 TypedModulesV40/colorwheel.m
[generic] 202 340 59.4% -lh5- 9c28 Sep 2 1992 TypedModulesV40/commodities.m
[generic] 60 60 100.0% -lh0- ac17 Sep 2 1992 TypedModulesV40/console.m
[generic] 167 276 60.5% -lh5- 45ee Sep 2 1992 TypedModulesV40/datatypes.m
[generic] 683 1306 52.3% -lh5- 4498 Mar 26 1995 TypedModulesV40/datatypes/animationclass.m
[generic] 867 1674 51.8% -lh5- 6b41 Mar 26 1995 TypedModulesV40/datatypes/datatypes.m
[generic] 1668 3952 42.2% -lh5- 087e Mar 26 1995 TypedModulesV40/datatypes/datatypesclass.m
[generic] 583 1074 54.3% -lh5- 5364 Mar 26 1995 TypedModulesV40/datatypes/pictureclass.m
[generic] 341 544 62.7% -lh5- 7f43 Mar 26 1995 TypedModulesV40/datatypes/soundclass.m
[generic] 305 504 60.5% -lh5- 6025 Mar 26 1995 TypedModulesV40/datatypes/textclass.m
[generic] 383 704 54.4% -lh5- 0880 Mar 26 1995 TypedModulesV40/devices/audio.m
[generic] 112 158 70.9% -lh5- 8e58 Mar 26 1995 TypedModulesV40/devices/bootblock.m
[generic] 1323 2992 44.2% -lh5- a8f4 Mar 26 1995 TypedModulesV40/devices/cd.m
[generic] 372 660 56.4% -lh5- dfb6 Mar 26 1995 TypedModulesV40/devices/clipboard.m
[generic] 441 1060 41.6% -lh5- 21c9 Mar 26 1995 TypedModulesV40/devices/console.m
[generic] 479 852 56.2% -lh5- 1d42 Mar 26 1995 TypedModulesV40/devices/conunit.m
[generic] 241 448 53.8% -lh5- 16e0 Mar 26 1995 TypedModulesV40/devices/gameport.m
[generic] 894 2266 39.5% -lh5- e3bc Mar 26 1995 TypedModulesV40/devices/hardblocks.m
[generic] 113 204 55.4% -lh5- 4733 Mar 26 1995 TypedModulesV40/devices/input.m
[generic] 1066 2880 37.0% -lh5- 008d Mar 26 1995 TypedModulesV40/devices/inputevent.m
[generic] 100 160 62.5% -lh5- d983 Mar 26 1995 TypedModulesV40/devices/keyboard.m
[generic] 346 742 46.6% -lh5- 54c0 Mar 26 1995 TypedModulesV40/devices/keymap.m
[generic] 738 1436 51.4% -lh5- e66b Mar 26 1995 TypedModulesV40/devices/narrator.m
[generic] 477 1024 46.6% -lh5- 5258 Mar 26 1995 TypedModulesV40/devices/parallel.m
[generic] 981 2156 45.5% -lh5- f2cf Mar 26 1995 TypedModulesV40/devices/printer.m
[generic] 906 1824 49.7% -lh5- 990f Mar 26 1995 TypedModulesV40/devices/prtbase.m
[generic] 449 1010 44.5% -lh5- c0b9 Mar 26 1995 TypedModulesV40/devices/prtgfx.m
[generic] 321 612 52.5% -lh5- 689f Mar 26 1995 TypedModulesV40/devices/scsidisk.m
[generic] 627 1332 47.1% -lh5- ee7a Mar 26 1995 TypedModulesV40/devices/serial.m
[generic] 245 414 59.2% -lh5- 16b9 Mar 26 1995 TypedModulesV40/devices/timer.m
[generic] 1019 2046 49.8% -lh5- 0111 Mar 26 1995 TypedModulesV40/devices/trackdisk.m
[generic] 80 106 75.5% -lh5- 696b Sep 2 1992 TypedModulesV40/diskfont.m
[generic] 386 888 43.5% -lh5- d181 Mar 26 1995 TypedModulesV40/diskfont/diskfont.m
[generic] 799 1664 48.0% -lh5- 0d69 Mar 26 1995 TypedModulesV40/diskfont/diskfonttag.m
[generic] 253 458 55.2% -lh5- f7d2 Mar 26 1995 TypedModulesV40/diskfont/glyph.m
[generic] 166 336 49.4% -lh5- 597b Mar 26 1995 TypedModulesV40/diskfont/oterrors.m
[generic] 846 1785 47.4% -lh5- 5acb Apr 2 1995 TypedModulesV40/dos.m
[generic] 203 348 58.3% -lh5- 3306 Mar 26 1995 TypedModulesV40/dos/datetime.m
[generic] 1692 3852 43.9% -lh5- 1731 Mar 26 1995 TypedModulesV40/dos/dos.m
[generic] 51 64 79.7% -lh5- 4278 Mar 26 1995 TypedModulesV40/dos/dos_lib.m
[generic] 555 1160 47.8% -lh5- 54c4 Mar 26 1995 TypedModulesV40/dos/dosasl.m
[generic] 2345 5860 40.0% -lh5- c7f5 Mar 26 1995 TypedModulesV40/dos/dosextens.m
[generic] 404 932 43.3% -lh5- 89b3 Mar 26 1995 TypedModulesV40/dos/doshunks.m
[generic] 396 748 52.9% -lh5- 57ca Mar 26 1995 TypedModulesV40/dos/dostags.m
[generic] 273 462 59.1% -lh5- 6320 Mar 26 1995 TypedModulesV40/dos/exall.m
[generic] 603 1124 53.6% -lh5- 34e9 Mar 26 1995 TypedModulesV40/dos/filehandler.m
[generic] 394 716 55.0% -lh5- 7ad4 Mar 26 1995 TypedModulesV40/dos/notify.m
[generic] 227 404 56.2% -lh5- 8842 Mar 26 1995 TypedModulesV40/dos/rdargs.m
[generic] 136 214 63.6% -lh5- 1e24 Mar 26 1995 TypedModulesV40/dos/record.m
[generic] 221 404 54.7% -lh5- 2958 Mar 26 1995 TypedModulesV40/dos/stdio.m
[generic] 224 416 53.8% -lh5- e23f Mar 26 1995 TypedModulesV40/dos/var.m
[generic] 36 36 100.0% -lh0- d08f Sep 2 1992 TypedModulesV40/dtclass.m
[generic] 667 1365 48.9% -lh5- 2cdf Mar 13 1995 TypedModulesV40/exec.m
[generic] 1443 3166 45.6% -lh5- 8c6a Mar 26 1995 TypedModulesV40/exec/alerts.m
[generic] 134 202 66.3% -lh5- 2aca Mar 26 1995 TypedModulesV40/exec/devices.m
[generic] 127 210 60.5% -lh5- d06b Mar 26 1995 TypedModulesV40/exec/errors.m
[generic] 1009 2154 46.8% -lh5- 2390 Mar 26 1995 TypedModulesV40/exec/execbase.m
[generic] 180 338 53.3% -lh5- 0375 Mar 26 1995 TypedModulesV40/exec/interrupts.m
[generic] 292 592 49.3% -lh5- 62bd Mar 26 1995 TypedModulesV40/exec/io.m
[generic] 286 474 60.3% -lh5- 7245 Mar 26 1995 TypedModulesV40/exec/libraries.m
[generic] 165 318 51.9% -lh5- ecf4 Mar 26 1995 TypedModulesV40/exec/lists.m
[generic] 394 772 51.0% -lh5- 3e65 Mar 26 1995 TypedModulesV40/exec/memory.m
[generic] 314 592 53.0% -lh5- d370 Mar 26 1995 TypedModulesV40/exec/nodes.m
[generic] 187 310 60.3% -lh5- 66f4 Mar 26 1995 TypedModulesV40/exec/ports.m
[generic] 229 358 64.0% -lh5- e2f5 Mar 26 1995 TypedModulesV40/exec/resident.m
[generic] 245 436 56.2% -lh5- fb4f Mar 26 1995 TypedModulesV40/exec/semaphores.m
[generic] 68 110 61.8% -lh5- 11a2 Mar 26 1995 TypedModulesV40/exec/strings.m
[generic] 696 1426 48.8% -lh5- 0397 Mar 26 1995 TypedModulesV40/exec/tasks.m
[generic] 78 98 79.6% -lh5- 1b04 Mar 26 1995 TypedModulesV40/exec/types.m
[generic] 184 363 50.7% -lh5- 6c7a Sep 2 1992 TypedModulesV40/expansion.m
[generic] 265 490 54.1% -lh5- 81a0 Mar 26 1995 TypedModulesV40/gadgets/colorwheel.m
[generic] 100 154 64.9% -lh5- baf2 Mar 26 1995 TypedModulesV40/gadgets/gradientslider.m
[generic] 163 288 56.6% -lh5- 27d9 Mar 26 1995 TypedModulesV40/gadgets/tapedeck.m
[generic] 191 330 57.9% -lh5- a7d0 Sep 2 1992 TypedModulesV40/gadtools.m
[generic] 1038 2138 48.6% -lh5- d2c7 Mar 13 1995 TypedModulesV40/graphics.m
[generic] 545 1194 45.6% -lh5- 335c Mar 26 1995 TypedModulesV40/graphics/clip.m
[generic] 88 122 72.1% -lh5- 80d7 Mar 26 1995 TypedModulesV40/graphics/coerce.m
[generic] 519 1140 45.5% -lh5- af93 Mar 26 1995 TypedModulesV40/graphics/copper.m
[generic] 203 338 60.1% -lh5- 10f6 Mar 26 1995 TypedModulesV40/graphics/display.m
[generic] 961 2164 44.4% -lh5- 4b8b Mar 26 1995 TypedModulesV40/graphics/displayinfo.m
[generic] 879 1838 47.8% -lh5- 91fa Mar 26 1995 TypedModulesV40/graphics/gels.m
[generic] 384 742 51.8% -lh5- ddfb Mar 26 1995 TypedModulesV40/graphics/gfx.m
[generic] 1552 3186 48.7% -lh5- 1c5a Mar 26 1995 TypedModulesV40/graphics/gfxbase.m
[generic] 457 922 49.6% -lh5- 95aa Mar 26 1995 TypedModulesV40/graphics/gfxmacros.m
[generic] 202 322 62.7% -lh5- 82b2 Mar 26 1995 TypedModulesV40/graphics/gfxnodes.m
[generic] 92 140 65.7% -lh5- 2c39 Mar 26 1995 TypedModulesV40/graphics/graphint.m
[generic] 390 722 54.0% -lh5- 28eb Mar 26 1995 TypedModulesV40/graphics/layers.m
[generic] 1676 6766 24.8% -lh5- f30c Mar 26 1995 TypedModulesV40/graphics/modeid.m
[generic] 1044 2586 40.4% -lh5- 1c1e Mar 26 1995 TypedModulesV40/graphics/monitor.m
[generic] 703 1416 49.6% -lh5- 748e Mar 26 1995 TypedModulesV40/graphics/rastport.m
[generic] 112 252 44.4% -lh5- 9edf Mar 26 1995 TypedModulesV40/graphics/regions.m
[generic] 115 200 57.5% -lh5- 289d Mar 26 1995 TypedModulesV40/graphics/rpattr.m
[generic] 204 408 50.0% -lh5- 0bf4 Mar 26 1995 TypedModulesV40/graphics/scale.m
[generic] 275 486 56.6% -lh5- 2505 Mar 26 1995 TypedModulesV40/graphics/sprite.m
[generic] 833 1874 44.5% -lh5- 2520 Mar 26 1995 TypedModulesV40/graphics/text.m
[generic] 605 1888 32.0% -lh5- 96b7 Mar 26 1995 TypedModulesV40/graphics/videocontrol.m
[generic] 1586 3710 42.7% -lh5- 1b07 Mar 26 1995 TypedModulesV40/graphics/view.m
[generic] 273 714 38.2% -lh5- 159c Mar 26 1995 TypedModulesV40/hardware/adkbits.m
[generic] 493 1006 49.0% -lh5- b244 Mar 26 1995 TypedModulesV40/hardware/blit.m
[generic] 1007 2980 33.8% -lh5- 82bf Mar 26 1995 TypedModulesV40/hardware/cia.m
[generic] 1720 3996 43.0% -lh5- 7471 Mar 26 1995 TypedModulesV40/hardware/custom.m
[generic] 228 572 39.9% -lh5- 2751 Mar 26 1995 TypedModulesV40/hardware/dmabits.m
[generic] 242 594 40.7% -lh5- 6fc4 Mar 26 1995 TypedModulesV40/hardware/intbits.m
[generic] 134 227 59.0% -lh5- cbc4 Sep 2 1992 TypedModulesV40/icon.m
[generic] 274 583 47.0% -lh5- e82d Sep 2 1992 TypedModulesV40/iffparse.m
[generic] 37 37 100.0% -lh0- 4854 Sep 2 1992 TypedModulesV40/input.m
[generic] 844 1875 45.0% -lh5- 5469 Mar 13 1995 TypedModulesV40/intuition.m
[generic] 235 396 59.3% -lh5- 47dc Mar 26 1995 TypedModulesV40/intuition/cghooks.m
[generic] 341 642 53.1% -lh5- abea Mar 26 1995 TypedModulesV40/intuition/classes.m
[generic] 542 1552 34.9% -lh5- 589e Mar 26 1995 TypedModulesV40/intuition/classusr.m
[generic] 1231 3116 39.5% -lh5- 6717 Mar 26 1995 TypedModulesV40/intuition/gadgetclass.m
[generic] 122 188 64.9% -lh5- bc7f Mar 26 1995 TypedModulesV40/intuition/icclass.m
[generic] 966 2576 37.5% -lh5- e777 Mar 26 1995 TypedModulesV40/intuition/imageclass.m
[generic] 4344 11804 36.8% -lh5- 35a5 Mar 26 1995 TypedModulesV40/intuition/intuition.m
[generic] 302 588 51.4% -lh5- 52e4 Mar 26 1995 TypedModulesV40/intuition/intuitionbase.m
[generic] 1467 3320 44.2% -lh5- e1fe Mar 26 1995 TypedModulesV40/intuition/iobsolete.m
[generic] 225 544 41.4% -lh5- daea Mar 26 1995 TypedModulesV40/intuition/pointerclass.m
[generic] 1465 2984 49.1% -lh5- 6b8c Mar 26 1995 TypedModulesV40/intuition/preferences.m
[generic] 1689 3786 44.6% -lh5- 2b8d Mar 26 1995 TypedModulesV40/intuition/screens.m
[generic] 639 1418 45.1% -lh5- 858a Mar 26 1995 TypedModulesV40/intuition/sghooks.m
[generic] 71 81 87.7% -lh5- e015 Sep 2 1992 TypedModulesV40/keymap.m
[generic] 245 554 44.2% -lh5- b221 Sep 2 1992 TypedModulesV40/layers.m
[generic] 1165 2530 46.0% -lh5- 96ec Mar 26 1995 TypedModulesV40/libraries/amigaguide.m
[generic] 2054 6128 33.5% -lh5- a287 Mar 26 1995 TypedModulesV40/libraries/asl.m
[generic] 757 1540 49.2% -lh5- 2adb Mar 26 1995 TypedModulesV40/libraries/commodities.m
[generic] 930 2234 41.6% -lh5- b5c1 Mar 26 1995 TypedModulesV40/libraries/configregs.m
[generic] 307 550 55.8% -lh5- 472a Mar 26 1995 TypedModulesV40/libraries/configvars.m
[generic] 386 888 43.5% -lh5- d181 Mar 26 1995 TypedModulesV40/libraries/diskfont.m
[generic] 105 128 82.0% -lh5- 01b6 Mar 26 1995 TypedModulesV40/libraries/expansion.m
[generic] 377 746 50.5% -lh5- 54c5 Mar 26 1995 TypedModulesV40/libraries/expansionbase.m
[generic] 1637 3594 45.5% -lh5- f560 Mar 26 1995 TypedModulesV40/libraries/gadtools.m
[generic] 541 1104 49.0% -lh5- 3af3 Sep 2 1992 TypedModulesV40/libraries/iff.m
[generic] 698 1550 45.0% -lh5- eaad Mar 26 1995 TypedModulesV40/libraries/iffparse.m
[generic] 1097 2422 45.3% -lh5- 0955 Mar 26 1995 TypedModulesV40/libraries/locale.m
[generic] 1212 3574 33.9% -lh5- 72d0 Mar 26 1995 TypedModulesV40/libraries/lowlevel.m
[generic] 203 332 61.1% -lh5- dea6 Mar 26 1995 TypedModulesV40/libraries/mathieeesp.m
[generic] 104 144 72.2% -lh5- 7928 Mar 26 1995 TypedModulesV40/libraries/mathlibrary.m
[generic] 210 450 46.7% -lh5- 005a Mar 26 1995 TypedModulesV40/libraries/mathresource.m
[generic] 1855 4036 46.0% -lh5- 3784 Mar 17 1993 TypedModulesV40/libraries/midi.m
[generic] 226 448 50.4% -lh5- c9d4 Sep 2 1992 TypedModulesV40/libraries/nofrag.m
[generic] 234 390 60.0% -lh5- 42d3 Mar 26 1995 TypedModulesV40/libraries/nonvolatile.m
[generic] 300 520 57.7% -lh5- aa13 Sep 2 1992 TypedModulesV40/libraries/ppbase.m
[generic] 823 1922 42.8% -lh5- 2966 Mar 26 1995 TypedModulesV40/libraries/realtime.m
[generic] 1551 3450 45.0% -lh5- 2de1 Sep 2 1992 TypedModulesV40/libraries/reqbase.m
[generic] 1895 4944 38.3% -lh5- 90b9 Jan 14 1994 TypedModulesV40/libraries/reqtools.m
[generic] 67 90 74.4% -lh5- 384d Mar 26 1995 TypedModulesV40/libraries/translator.m
[generic] 76 108 70.4% -lh5- 6fbb Sep 2 1992 TypedModulesV40/libraries/vmem.m
[generic] 178 301 59.1% -lh5- d76a Sep 2 1992 TypedModulesV40/locale.m
[generic] 149 223 66.8% -lh5- cd46 Mar 13 1995 TypedModulesV40/lowlevel.m
[generic] 79 100 79.0% -lh5- 471b Sep 2 1992 TypedModulesV40/mathffp.m
[generic] 99 175 56.6% -lh5- 1320 Sep 2 1992 TypedModulesV40/mathieeedoubbas.m
[generic] 117 238 49.2% -lh5- b490 Sep 2 1992 TypedModulesV40/mathieeedoubtrans.m
[generic] 91 159 57.2% -lh5- 5c4c Sep 2 1992 TypedModulesV40/mathieeesingbas.m
[generic] 111 221 50.2% -lh5- c7cd Sep 2 1992 TypedModulesV40/mathieeesingtrans.m
[generic] 99 145 68.3% -lh5- 0064 Sep 2 1992 TypedModulesV40/mathtrans.m
[generic] 91 104 87.5% -lh5- eab8 Mar 13 1995 TypedModulesV40/nonvolatile.m
[generic] 63 74 85.1% -lh5- b028 Feb 28 1994 TypedModulesV40/pointer.m
[generic] 196 300 65.3% -lh5- a95c Mar 26 1995 TypedModulesV40/prefs/font.m
[generic] 254 446 57.0% -lh5- efa3 Mar 26 1995 TypedModulesV40/prefs/icontrol.m
[generic] 151 230 65.7% -lh5- 2dc8 Mar 26 1995 TypedModulesV40/prefs/input.m
[generic] 476 1058 45.0% -lh5- f4da Mar 26 1995 TypedModulesV40/prefs/locale.m
[generic] 197 292 67.5% -lh5- c83a Mar 26 1995 TypedModulesV40/prefs/overscan.m
[generic] 121 170 71.2% -lh5- cb34 Mar 26 1995 TypedModulesV40/prefs/palette.m
[generic] 193 300 64.3% -lh5- 9f65 Mar 26 1995 TypedModulesV40/prefs/pointer.m
[generic] 100 140 71.4% -lh5- 9153 Mar 26 1995 TypedModulesV40/prefs/prefhdr.m
[generic] 483 890 54.3% -lh5- a9f5 Mar 26 1995 TypedModulesV40/prefs/printergfx.m
[generic] 806 1618 49.8% -lh5- cb77 Mar 26 1995 TypedModulesV40/prefs/printerps.m
[generic] 458 886 51.7% -lh5- 4a12 Mar 26 1995 TypedModulesV40/prefs/printertxt.m
[generic] 154 226 68.1% -lh5- b192 Mar 26 1995 TypedModulesV40/prefs/screenmode.m
[generic] 248 426 58.2% -lh5- a9e3 Mar 26 1995 TypedModulesV40/prefs/serial.m
[generic] 184 282 65.2% -lh5- 3c6d Mar 26 1995 TypedModulesV40/prefs/sound.m
[generic] 223 344 64.8% -lh5- 2792 Mar 26 1995 TypedModulesV40/prefs/wbpattern.m
[generic] 45 45 100.0% -lh0- e590 Sep 2 1992 TypedModulesV40/ramdrive.m
[generic] 114 176 64.8% -lh5- 4396 Mar 13 1995 TypedModulesV40/realtime.m
[generic] 70 78 89.7% -lh5- 6293 Mar 26 1995 TypedModulesV40/resources/battclock.m
[generic] 66 74 89.2% -lh5- 41c2 Mar 26 1995 TypedModulesV40/resources/battmem.m
[generic] 104 226 46.0% -lh5- c28d Mar 26 1995 TypedModulesV40/resources/battmembitsamiga.m
[generic] 140 376 37.2% -lh5- e60c Mar 26 1995 TypedModulesV40/resources/battmembitsshared.m
[generic] 715 1790 39.9% -lh5- 1262 Mar 26 1995 TypedModulesV40/resources/card.m
[generic] 72 102 70.6% -lh5- 7ef2 Mar 26 1995 TypedModulesV40/resources/cia.m
[generic] 445 886 50.2% -lh5- 7e18 Mar 26 1995 TypedModulesV40/resources/disk.m
[generic] 248 422 58.8% -lh5- 92f2 Apr 8 1995 TypedModulesV40/resources/filesysres.m
[generic] 216 458 47.2% -lh5- 73ec Mar 26 1995 TypedModulesV40/resources/mathresource.m
[generic] 143 214 66.8% -lh5- a020 Mar 26 1995 TypedModulesV40/resources/misc.m
[generic] 84 102 82.4% -lh5- f2bc Mar 26 1995 TypedModulesV40/resources/potgo.m
[generic] 269 846 31.8% -lh5- 48d9 Mar 26 1995 TypedModulesV40/rexx/errors.m
[generic] 362 644 56.2% -lh5- d2c3 Mar 26 1995 TypedModulesV40/rexx/rexxio.m
[generic] 659 1354 48.7% -lh5- cfd5 Mar 26 1995 TypedModulesV40/rexx/rxslib.m
[generic] 1065 2310 46.1% -lh5- bf41 Mar 26 1995 TypedModulesV40/rexx/storage.m
[generic] 110 230 47.8% -lh5- daeb Sep 2 1992 TypedModulesV40/rexxsyslib.m
[generic] 67 72 93.1% -lh5- 3656 Sep 2 1992 TypedModulesV40/timer.m
[generic] 54 54 100.0% -lh0- c9c8 Sep 2 1992 TypedModulesV40/translator.m
[generic] 294 557 52.8% -lh5- 60fd Sep 2 1992 TypedModulesV40/utility.m
[generic] 92 152 60.5% -lh5- 71e4 Mar 26 1995 TypedModulesV40/utility/date.m
[generic] 82 118 69.5% -lh5- 4433 Mar 26 1995 TypedModulesV40/utility/hooks.m
[generic] 158 250 63.2% -lh5- 3c86 Mar 26 1995 TypedModulesV40/utility/name.m
[generic] 198 424 46.7% -lh5- f917 Mar 26 1995 TypedModulesV40/utility/pack.m
[generic] 164 280 58.6% -lh5- 2480 Mar 26 1995 TypedModulesV40/utility/tagitem.m
[generic] 121 156 77.6% -lh5- 51d9 Mar 26 1995 TypedModulesV40/utility/utility.m
[generic] 98 142 69.0% -lh5- 4e6d Sep 2 1992 TypedModulesV40/wb.m
[generic] 178 264 67.4% -lh5- 4d90 Mar 26 1995 TypedModulesV40/workbench/startup.m
[generic] 698 1462 47.7% -lh5- 02c0 Mar 26 1995 TypedModulesV40/workbench/workbench.m
[generic] 683 1738 39.3% -lh5- 3cd9 Mar 26 1995 TypedModulesV40Src/datatypes/animationclass.e
[generic] 892 2201 40.5% -lh5- 5530 Mar 12 1995 TypedModulesV40Src/datatypes/datatypes.e
[generic] 1664 5214 31.9% -lh5- b0a0 Mar 26 1995 TypedModulesV40Src/datatypes/datatypesclass.e
[generic] 620 1502 41.3% -lh5- 2cef Mar 12 1995 TypedModulesV40Src/datatypes/pictureclass.e
[generic] 406 791 51.3% -lh5- 353f Mar 12 1995 TypedModulesV40Src/datatypes/soundclass.e
[generic] 357 758 47.1% -lh5- 928e Mar 26 1995 TypedModulesV40Src/datatypes/textclass.e
[generic] 417 875 47.7% -lh5- 9bee Mar 12 1995 TypedModulesV40Src/devices/audio.e
[generic] 145 183 79.2% -lh5- 8d84 Feb 13 1995 TypedModulesV40Src/devices/bootblock.e
[generic] 1216 3521 34.5% -lh5- 113c Mar 26 1995 TypedModulesV40Src/devices/cd.e
[generic] 399 828 48.2% -lh5- 65f3 Mar 12 1995 TypedModulesV40Src/devices/clipboard.e
[generic] 400 1259 31.8% -lh5- cfd1 Feb 14 1995 TypedModulesV40Src/devices/console.e
[generic] 526 1141 46.1% -lh5- 5060 Mar 12 1995 TypedModulesV40Src/devices/conunit.e
[generic] 260 567 45.9% -lh5- 62ae Mar 12 1995 TypedModulesV40Src/devices/gameport.e
[generic] 798 2549 31.3% -lh5- 465c Feb 15 1995 TypedModulesV40Src/devices/hardblocks.e
[generic] 113 214 52.8% -lh5- 7239 Feb 13 1995 TypedModulesV40Src/devices/input.e
[generic] 1062 3577 29.7% -lh5- db0a Mar 26 1995 TypedModulesV40Src/devices/inputevent.e
[generic] 94 162 58.0% -lh5- 948e Feb 13 1995 TypedModulesV40Src/devices/keyboard.e
[generic] 347 890 39.0% -lh5- 73d7 Mar 12 1995 TypedModulesV40Src/devices/keymap.e
[generic] 674 1930 34.9% -lh5- 6526 Mar 12 1995 TypedModulesV40Src/devices/narrator.e
[generic] 489 1189 41.1% -lh5- 9609 Feb 15 1995 TypedModulesV40Src/devices/parallel.e
[generic] 949 2769 34.3% -lh5- e857 Mar 12 1995 TypedModulesV40Src/devices/printer.e
[generic] 920 2300 40.0% -lh5- da32 Mar 26 1995 TypedModulesV40Src/devices/prtbase.e
[generic] 493 1692 29.1% -lh5- 7e68 Mar 12 1995 TypedModulesV40Src/devices/prtgfx.e
[generic] 334 782 42.7% -lh5- 44a8 Mar 12 1995 TypedModulesV40Src/devices/scsidisk.e
[generic] 612 1506 40.6% -lh5- bef5 Mar 12 1995 TypedModulesV40Src/devices/serial.e
[generic] 265 485 54.6% -lh5- f584 Feb 14 1995 TypedModulesV40Src/devices/timer.e
[generic] 961 2432 39.5% -lh5- d2c4 Mar 12 1995 TypedModulesV40Src/devices/trackdisk.e
[generic] 449 1291 34.8% -lh5- 1b22 Mar 12 1995 TypedModulesV40Src/diskfont/diskfont.e
[generic] 745 2314 32.2% -lh5- e2e4 Mar 12 1995 TypedModulesV40Src/diskfont/diskfonttag.e
[generic] 290 661 43.9% -lh5- 5b4f Mar 12 1995 TypedModulesV40Src/diskfont/glyph.e
[generic] 147 359 40.9% -lh5- 249c Feb 13 1995 TypedModulesV40Src/diskfont/oterrors.e
[generic] 212 400 53.0% -lh5- 574e Mar 12 1995 TypedModulesV40Src/dos/datetime.e
[generic] 1578 4556 34.6% -lh5- cafa Mar 12 1995 TypedModulesV40Src/dos/dos.e
[generic] 54 55 98.2% -lh5- eb73 Feb 13 1995 TypedModulesV40Src/dos/dos_lib.e
[generic] 573 1417 40.4% -lh5- e057 Mar 12 1995 TypedModulesV40Src/dos/dosasl.e
[generic] 2167 6874 31.5% -lh5- 368f Mar 26 1995 TypedModulesV40Src/dos/dosextens.e
[generic] 331 1172 28.2% -lh5- 7974 Feb 25 1995 TypedModulesV40Src/dos/doshunks.e
[generic] 342 1131 30.2% -lh5- 492e Feb 13 1995 TypedModulesV40Src/dos/dostags.e
[generic] 291 565 51.5% -lh5- d390 Mar 12 1995 TypedModulesV40Src/dos/exall.e
[generic] 552 1226 45.0% -lh5- 2f98 Mar 12 1995 TypedModulesV40Src/dos/filehandler.e
[generic] 438 885 49.5% -lh5- b1dd Mar 26 1995 TypedModulesV40Src/dos/notify.e
[generic] 235 449 52.3% -lh5- d780 Mar 12 1995 TypedModulesV40Src/dos/rdargs.e
[generic] 146 220 66.4% -lh5- f4b2 Feb 13 1995 TypedModulesV40Src/dos/record.e
[generic] 302 597 50.6% -lh5- 9a45 Feb 25 1995 TypedModulesV40Src/dos/stdio.e
[generic] 263 505 52.1% -lh5- 38e2 Mar 12 1995 TypedModulesV40Src/dos/var.e
[generic] 1307 4635 28.2% -lh5- a246 Feb 25 1995 TypedModulesV40Src/exec/alerts.e
[generic] 188 274 68.6% -lh5- dd73 Mar 12 1995 TypedModulesV40Src/exec/devices.e
[generic] 121 223 54.3% -lh5- 9b2c Feb 13 1995 TypedModulesV40Src/exec/errors.e
[generic] 867 2299 37.7% -lh5- 5767 Mar 26 1995 TypedModulesV40Src/exec/execbase.e
[generic] 225 424 53.1% -lh5- 1c42 Mar 26 1995 TypedModulesV40Src/exec/interrupts.e
[generic] 324 734 44.1% -lh5- b7e7 Mar 26 1995 TypedModulesV40Src/exec/io.e
[generic] 309 632 48.9% -lh5- dd7b Mar 12 1995 TypedModulesV40Src/exec/libraries.e
[generic] 199 372 53.5% -lh5- cb4b Feb 14 1995 TypedModulesV40Src/exec/lists.e
[generic] 494 1062 46.5% -lh5- ccf1 Mar 26 1995 TypedModulesV40Src/exec/memory.e
[generic] 321 695 46.2% -lh5- 9ab7 Mar 12 1995 TypedModulesV40Src/exec/nodes.e
[generic] 229 372 61.6% -lh5- f081 Mar 26 1995 TypedModulesV40Src/exec/ports.e
[generic] 252 423 59.6% -lh5- 4259 Mar 26 1995 TypedModulesV40Src/exec/resident.e
[generic] 267 521 51.2% -lh5- 7904 Feb 15 1995 TypedModulesV40Src/exec/semaphores.e
[generic] 76 116 65.5% -lh5- 2118 Feb 13 1995 TypedModulesV40Src/exec/strings.e
[generic] 678 1706 39.7% -lh5- 831b Mar 26 1995 TypedModulesV40Src/exec/tasks.e
[generic] 84 96 87.5% -lh5- f9c9 Feb 25 1995 TypedModulesV40Src/exec/types.e
[generic] 269 664 40.5% -lh5- fe69 Feb 13 1995 TypedModulesV40Src/gadgets/colorwheel.e
[generic] 104 203 51.2% -lh5- 7d89 Feb 13 1995 TypedModulesV40Src/gadgets/gradientslider.e
[generic] 151 354 42.7% -lh5- 0dbd Feb 25 1995 TypedModulesV40Src/gadgets/tapedeck.e
[generic] 567 1416 40.0% -lh5- 2ce5 Mar 26 1995 TypedModulesV40Src/graphics/clip.e
[generic] 92 118 78.0% -lh5- d525 Feb 25 1995 TypedModulesV40Src/graphics/coerce.e
[generic] 652 1990 32.8% -lh5- 68a7 Mar 12 1995 TypedModulesV40Src/graphics/copper.e
[generic] 190 395 48.1% -lh5- 4b47 Feb 13 1995 TypedModulesV40Src/graphics/display.e
[generic] 889 2678 33.2% -lh5- 5eef Mar 26 1995 TypedModulesV40Src/graphics/displayinfo.e
[generic] 852 2177 39.1% -lh5- d784 Mar 12 1995 TypedModulesV40Src/graphics/gels.e
[generic] 422 892 47.3% -lh5- 22b6 Mar 12 1995 TypedModulesV40Src/graphics/gfx.e
[generic] 1367 4282 31.9% -lh5- 242b Mar 26 1995 TypedModulesV40Src/graphics/gfxbase.e
[generic] 446 1068 41.8% -lh5- e819 Feb 25 1995 TypedModulesV40Src/graphics/gfxmacros.e
[generic] 228 372 61.3% -lh5- c3e1 Mar 12 1995 TypedModulesV40Src/graphics/gfxnodes.e
[generic] 102 136 75.0% -lh5- 093b Mar 12 1995 TypedModulesV40Src/graphics/graphint.e
[generic] 412 835 49.3% -lh5- 3598 Mar 12 1995 TypedModulesV40Src/graphics/layers.e
[generic] 1494 8596 17.4% -lh5- 768f Feb 25 1995 TypedModulesV40Src/graphics/modeid.e
[generic] 962 3122 30.8% -lh5- 33c9 Mar 12 1995 TypedModulesV40Src/graphics/monitor.e
[generic] 733 1979 37.0% -lh5- ea0b Mar 12 1995 TypedModulesV40Src/graphics/rastport.e
[generic] 141 284 49.6% -lh5- a732 Feb 13 1995 TypedModulesV40Src/graphics/regions.e
[generic] 115 266 43.2% -lh5- ef17 Feb 13 1995 TypedModulesV40Src/graphics/rpattr.e
[generic] 220 693 31.7% -lh5- b295 Mar 12 1995 TypedModulesV40Src/graphics/scale.e
[generic] 302 743 40.6% -lh5- d26f Mar 12 1995 TypedModulesV40Src/graphics/sprite.e
[generic] 820 2469 33.2% -lh5- 6ca6 Mar 12 1995 TypedModulesV40Src/graphics/text.e
[generic] 526 2581 20.4% -lh5- 02b2 Feb 25 1995 TypedModulesV40Src/graphics/videocontrol.e
[generic] 1451 4453 32.6% -lh5- bea8 Mar 26 1995 TypedModulesV40Src/graphics/view.e
[generic] 258 854 30.2% -lh5- 7f06 Feb 13 1995 TypedModulesV40Src/hardware/adkbits.e
[generic] 487 1354 36.0% -lh5- 4afb Feb 13 1995 TypedModulesV40Src/hardware/blit.e
[generic] 841 3375 24.9% -lh5- 4910 Feb 15 1995 TypedModulesV40Src/hardware/cia.e
[generic] 1518 6493 23.4% -lh5- ee18 Mar 26 1995 TypedModulesV40Src/hardware/custom.e
[generic] 220 675 32.6% -lh5- bcc6 Feb 13 1995 TypedModulesV40Src/hardware/dmabits.e
[generic] 223 698 31.9% -lh5- bd5e Feb 13 1995 TypedModulesV40Src/hardware/intbits.e
[generic] 300 535 56.1% -lh5- 9518 Mar 12 1995 TypedModulesV40Src/intuition/cghooks.e
[generic] 434 884 49.1% -lh5- 9158 Mar 12 1995 TypedModulesV40Src/intuition/classes.e
[generic] 589 1937 30.4% -lh5- 5a1f Mar 26 1995 TypedModulesV40Src/intuition/classusr.e
[generic] 1163 4227 27.5% -lh5- fce5 Mar 12 1995 TypedModulesV40Src/intuition/gadgetclass.e
[generic] 123 236 52.1% -lh5- 294c Feb 13 1995 TypedModulesV40Src/intuition/icclass.e
[generic] 966 3266 29.6% -lh5- a80a Mar 12 1995 TypedModulesV40Src/intuition/imageclass.e
[generic] 3959 14904 26.6% -lh5- 6b1c Mar 26 1995 TypedModulesV40Src/intuition/intuition.e
[generic] 329 710 46.3% -lh5- 94c7 Feb 13 1995 TypedModulesV40Src/intuition/intuitionbase.e
[generic] 1353 4596 29.4% -lh5- a48c Feb 13 1995 TypedModulesV40Src/intuition/iobsolete.e
[generic] 194 628 30.9% -lh5- 9f41 Feb 13 1995 TypedModulesV40Src/intuition/pointerclass.e
[generic] 1328 3958 33.6% -lh5- 5dbe Mar 12 1995 TypedModulesV40Src/intuition/preferences.e
[generic] 1620 5074 31.9% -lh5- 3e03 Mar 12 1995 TypedModulesV40Src/intuition/screens.e
[generic] 649 1751 37.1% -lh5- 9a0a Mar 12 1995 TypedModulesV40Src/intuition/sghooks.e
[generic] 1154 3318 34.8% -lh5- be46 Mar 26 1995 TypedModulesV40Src/libraries/amigaguide.e
[generic] 1903 8059 23.6% -lh5- 51f8 Mar 26 1995 TypedModulesV40Src/libraries/asl.e
[generic] 818 1963 41.7% -lh5- 8500 Mar 12 1995 TypedModulesV40Src/libraries/commodities.e
[generic] 864 2608 33.1% -lh5- 0eb8 Mar 12 1995 TypedModulesV40Src/libraries/configregs.e
[generic] 346 681 50.8% -lh5- d2a5 Mar 26 1995 TypedModulesV40Src/libraries/configvars.e
[generic] 449 1291 34.8% -lh5- 1b22 Mar 12 1995 TypedModulesV40Src/libraries/diskfont.e
[generic] 111 130 85.4% -lh5- 6fd4 Feb 14 1995 TypedModulesV40Src/libraries/expansion.e
[generic] 392 893 43.9% -lh5- dcab Feb 13 1995 TypedModulesV40Src/libraries/expansionbase.e
[generic] 1604 4923 32.6% -lh5- d6f1 Mar 26 1995 TypedModulesV40Src/libraries/gadtools.e
[generic] 708 1891 37.4% -lh5- d2fb Mar 26 1995 TypedModulesV40Src/libraries/iffparse.e
[generic] 997 2970 33.6% -lh5- 942f Mar 12 1995 TypedModulesV40Src/libraries/locale.e
[generic] 1090 4391 24.8% -lh5- b810 Mar 12 1995 TypedModulesV40Src/libraries/lowlevel.e
[generic] 196 358 54.7% -lh5- f05c Feb 14 1995 TypedModulesV40Src/libraries/mathieeesp.e
[generic] 140 173 80.9% -lh5- b5bf Feb 15 1995 TypedModulesV40Src/libraries/mathlibrary.e
[generic] 249 518 48.1% -lh5- 4a85 Mar 12 1995 TypedModulesV40Src/libraries/mathresource.e
[generic] 252 441 57.1% -lh5- 4cb7 Mar 12 1995 TypedModulesV40Src/libraries/nonvolatile.e
[generic] 779 2286 34.1% -lh5- 59e7 Mar 26 1995 TypedModulesV40Src/libraries/realtime.e
[generic] 69 84 82.1% -lh5- 77cc Feb 13 1995 TypedModulesV40Src/libraries/translator.e
[generic] 248 368 67.4% -lh5- da0a Mar 12 1995 TypedModulesV40Src/prefs/font.e
[generic] 283 511 55.4% -lh5- 45c5 Mar 12 1995 TypedModulesV40Src/prefs/icontrol.e
[generic] 202 263 76.8% -lh5- 8dd3 Mar 12 1995 TypedModulesV40Src/prefs/input.e
[generic] 448 1264 35.4% -lh5- e5a0 Feb 25 1995 TypedModulesV40Src/prefs/locale.e
[generic] 231 384 60.2% -lh5- c84c Mar 12 1995 TypedModulesV40Src/prefs/overscan.e
[generic] 195 283 68.9% -lh5- 2fba Feb 15 1995 TypedModulesV40Src/prefs/palette.e
[generic] 250 495 50.5% -lh5- 1249 Mar 12 1995 TypedModulesV40Src/prefs/pointer.e
[generic] 133 161 82.6% -lh5- 5c2c Feb 13 1995 TypedModulesV40Src/prefs/prefhdr.e
[generic] 469 1084 43.3% -lh5- fcbc Mar 12 1995 TypedModulesV40Src/prefs/printergfx.e
[generic] 708 1736 40.8% -lh5- f66e Feb 25 1995 TypedModulesV40Src/prefs/printerps.e
[generic] 488 1197 40.8% -lh5- ab78 Mar 12 1995 TypedModulesV40Src/prefs/printertxt.e
[generic] 207 330 62.7% -lh5- 3eb7 Mar 12 1995 TypedModulesV40Src/prefs/screenmode.e
[generic] 256 457 56.0% -lh5- bc2c Feb 13 1995 TypedModulesV40Src/prefs/serial.e
[generic] 224 389 57.6% -lh5- 8812 Mar 12 1995 TypedModulesV40Src/prefs/sound.e
[generic] 265 445 59.6% -lh5- 911b Mar 12 1995 TypedModulesV40Src/prefs/wbpattern.e
[generic] 80 82 97.6% -lh5- 1200 Feb 14 1995 TypedModulesV40Src/resources/battclock.e
[generic] 75 78 96.2% -lh5- a2e5 Feb 14 1995 TypedModulesV40Src/resources/battmem.e
[generic] 97 226 42.9% -lh5- 9a34 Feb 13 1995 TypedModulesV40Src/resources/battmembitsamiga.e
[generic] 135 396 34.1% -lh5- dcca Feb 25 1995 TypedModulesV40Src/resources/battmembitsshared.e
[generic] 699 2060 33.9% -lh5- f1db Mar 12 1995 TypedModulesV40Src/resources/card.e
[generic] 82 105 78.1% -lh5- 0eb2 Feb 14 1995 TypedModulesV40Src/resources/cia.e
[generic] 454 1049 43.3% -lh5- 501e Feb 14 1995 TypedModulesV40Src/resources/disk.e
[generic] 278 500 55.6% -lh5- 93d6 Apr 8 1995 TypedModulesV40Src/resources/filesysres.e
[generic] 249 524 47.5% -lh5- bac8 Mar 5 1995 TypedModulesV40Src/resources/mathresource.e
[generic] 140 230 60.9% -lh5- 1ff1 Feb 14 1995 TypedModulesV40Src/resources/misc.e
[generic] 94 101 93.1% -lh5- fdb5 Feb 14 1995 TypedModulesV40Src/resources/potgo.e
[generic] 267 1038 25.7% -lh5- 66c6 Feb 13 1995 TypedModulesV40Src/rexx/errors.e
[generic] 420 833 50.4% -lh5- 60a1 Mar 26 1995 TypedModulesV40Src/rexx/rexxio.e
[generic] 606 1503 40.3% -lh5- d10e Mar 26 1995 TypedModulesV40Src/rexx/rxslib.e
[generic] 1051 2825 37.2% -lh5- 0ae9 Mar 26 1995 TypedModulesV40Src/rexx/storage.e
[generic] 128 294 43.5% -lh5- dde5 Mar 12 1995 TypedModulesV40Src/utility/date.e
[generic] 112 138 81.2% -lh5- 992c Mar 26 1995 TypedModulesV40Src/utility/hooks.e
[generic] 174 292 59.6% -lh5- fb53 Mar 26 1995 TypedModulesV40Src/utility/name.e
[generic] 179 568 31.5% -lh5- 3814 Mar 12 1995 TypedModulesV40Src/utility/pack.e
[generic] 165 311 53.1% -lh5- 15a7 Feb 25 1995 TypedModulesV40Src/utility/tagitem.e
[generic] 153 201 76.1% -lh5- 58bc Feb 14 1995 TypedModulesV40Src/utility/utility.e
[generic] 203 306 66.3% -lh5- 698e Mar 12 1995 TypedModulesV40Src/workbench/startup.e
[generic] 730 1846 39.5% -lh5- 8763 Mar 26 1995 TypedModulesV40Src/workbench/workbench.e
---------- ----------- ------- ------- ------ ---------- ------------ -------------
Total 367 files 185786 466966 39.8% Apr 12 1995
|
|
|
 |
| Page generated in 0.02 seconds |
Aminet © 1992-2026 Urban
Müller and
the Aminet team.
Aminet contact address: <aminet aminet net> |
| Try new and exciting server! |