home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 5
/
FreshFish_July-August1994.bin
/
useful
/
contents
< prev
next >
Wrap
Text File
|
1994-07-16
|
31KB
|
869 lines
This file is generated automatically from the product info files
included in this tree.
==========
NDUK 37 Partial CBM Native Developer Update Kit
Portions of the Commodore Native Developer Update Kit that can be
licensed for separate distribution. Includes the "fd" files,
libraries, startups, "C include" files, and tools. Does not include
the autodocs. This material copyright by Commodore-Amiga Inc, is
included under license from Commodore, and has restricted distribution
conditions. It is allowed to make copies from the CD-ROM for personal
use but not for redistribution. See the files included with the
distribution for further details.
Author: Commodore-Amiga Inc.
Path: dist/cbm/V37/
==========
NDUK 39 Partial CBM Native Developer Update Kit
Portions of the Commodore Native Developer Update Kit that can be
licensed for separate distribution. Includes the "fd" files,
libraries, startups, "C include" files, and tools. Does not include
the autodocs. This material copyright by Commodore-Amiga Inc, is
included under license from Commodore, and has restricted distribution
conditions. It is allowed to make copies from the CD-ROM for personal
use but not for redistribution. See the files included with the
distribution for further details.
Author: Commodore-Amiga Inc.
Path: dist/cbm/V39/
==========
NDUK 40 Partial CBM Native Developer Update Kit
Portions of the Commodore Native Developer Update Kit that can be
licensed for separate distribution. Includes the "fd" files,
libraries, startups, "C include" files, and tools. Does not include
the autodocs. This material copyright by Commodore-Amiga Inc, is
included under license from Commodore, and has restricted distribution
conditions. It is allowed to make copies from the CD-ROM for personal
use but not for redistribution. See the files included with the
distribution for further details.
Author: Commodore-Amiga Inc.
Path: dist/cbm/V40/
==========
CManual 3.0 Amiga programming documents and examples
A 5 disk distribution of one of the largest collections of documents,
examples, and utilities in C for the Amiga. It consists of six
manuals, with more than 40 chapters, 175 fully executable examples
complete with source code, and several utilities and other goodies.
The manuals describe how to open and work with Screens, Windows,
Graphics, Gadgets, Requesters, Alerts, Menus, IDCMP, Sprites,
VSprites, AmigaDOS, Low Level Graphics Routines, etc. They also
explain how to use your C Compiler and give you important information
about how the Amiga works and how your programs should be designed.
When unpacked, the manuals and examples nearly fill up twelve standard
Amiga floppies.
Author: Anders Bjerin
Path: dist/dev/c/CManual/
==========
RKRM ?.? Source and executables from 3rd ed. RKM
A distribution of complete source code and executables of all the
examples in the third edition Amiga ROM Kernel Reference Manuals,
published by Addison-Wesley.
Author: Commodore CATS
Path: dist/dev/c/RKRM/
==========
Enforcer 37.55 Monitor for illegal memory accesses
A tool to monitor illegal memory access for 68020/68851, 68030, and
68040 CPUs. This is a completely new Enforcer from the original idea
by Bryce Nesbitt. It contains many new and wonderful features and
options and no longer contains any exceptions for specific software.
Enforcer can now also be used with CPU or SetCPU FASTROM or most any
other MMU-Kick-start-Mapping tool. Major new output options such as
local output, stdout, and parallel port. Highly optimized to be as
fast as possible. Requires V37 of the OS or better and an MMU.
Author: Michael Sinz
Path: dist/dev/debug/Enforcer/
==========
MungWall 37.64 Watches for illegal FreeMem's
Munges memory and watches for illegal FreeMem's. Especially useful in
combination with Enforcer. The output can go to either the serial or
parallel port. Includes a new MungList program that examines used
memory areas for MungWall tag info, and outputs a list of who owns the
various pieces of allocated memory, their sizes, etc. Can even
identify the owner of the memory by task name.
Author: Commodore Amiga; submitted by Carolyn Scheppner
Path: dist/dev/debug/MungWall/
==========
Sushi 37.10 Intercept and display output of KPrintf
A tool to intercept the raw serial output of Enforcer 2.8b, MungWall,
Enforcer.megastack 26.f, and all other tool and application debugging
output that uses kprintf. This makes it possible to use serial
debugging on a single Amiga, without interfering with attached serial
hardware such as modems and serial printers. Sushi also provides
optional signalling and buffer access to an external display/watcher
program.
Author: Carolyn Scheppner
Path: dist/dev/debug/Sushi/
==========
AmigaE 2.1b Amiga specific E compiler
An Amiga specific E compiler. E is a powerful and flexible procedural
programming language and Amiga E a very fast com- piler for it, with
features such as compilation speed of 20000 lines/minute on a 7 Mhz
amiga, inline assembler and linker integrated into compiler, large set
of integrated functions, module concept with 2.04 includes as modules,
flexible type-system, quoted expressions, immediate and typed lists,
low level polymorphism, exception handling and much, much more.
Written in Assembly and E.
Author: Wouter van Oortmerssen
Path: dist/dev/e/Amiga_E/
==========
MUI 2.1 Object oriented graphical user interface
An object oriented system to create and maintain graphical user
interfaces. From a programmer's point of view, using MUI saves a lot
of time and makes life much easier. Thinking about complicated terms
like window resizing or font sensitivity is simply not neccesary. On
the other hand, users of MUI based applications have the ability to
customize nearly every pixel of a program's interface according to
their personal taste. Includes developers support package and several
demos.
Author: Stefan Stuntz
Path: dist/dev/gui/MUI/
==========
ACE 2.0 FreeWare Amiga BASIC compiler + extras
ACE is a FreeWare Amiga BASIC compiler which, in conjunction with A68K
and Blink produces standalone executables.
The language defines a large subset of AmigaBASIC but also has many
features not found in the latter such as: turtle graphics, recursion,
SUBs with return values, structures, arguments, include files, a
better WAVE command which allows for large waveforms, external
references, named constants and a variety of other commands and
functions not found in AmigaBASIC.
New features in version 2.0 include: gadgets, three standard requester
types, serial I/O and menus (with optional command-keys for menu
items). New commands and functions for this version include EXIT FOR,
PTAB, SPC, DEF FN, ON ERROR and ERR (these last two handle file and
serial I/O at present). INPUT and PRINT can now be used transparently
for all screen/window combinations.
All user-defined windows are now fully-configurable and may be used in
conjunction with screens as per AmigaBASIC. Window close event
trapping is also a new feature.
In addition to event trapping, ACE now supports WAITing for both menus
and gadgets. Waiting is more operating-system-friendly than event
trapping.
A simple graphical front-end (Integrated Development Environment) is
also provided with the archive. This is written in ACE.
Author: David Benn
Path: dist/dev/lang/ACE/
==========
AmiCDROM 1.11 ISO-9660 standard CDROM filesystem
A CDROM disk filing system for the Amiga. It supports the ISO-9660
standard and the Rock Ridge Interchange Protocol. The CDROM drive is
mounted as a DOS device (e.g. CD0:). You can access files and directories
on a CDROM disk by the usual syntax, e.g. "type cd0:foo/readme.txt".
Author: Frank Munkert
Path: dist/disk/cdrom/AmiCDROM/
==========
mkisofs 1.00.5 Simple ISO-9660 pre-mastering utility.
A pre-mastering program to generate an ISO-9660 filesystem. It takes
a snapshot of a given directory tree, and generates a binary image
which will correspond to an ISO-9660 filesystem when written to a
block device.
It is also capable of generating the System Use Sharin