Audio (342) Datatype (51) Demo (203) Development (593) Document (22) Driver (96) Emulation (146) Game (992) Graphics (494) Library (113) Network (228) Office (65) Utility (911) Video (69)
Total files: 4325
Full index file Recent index file
Amigans.net OpenAmiga Aminet IntuitionBase
|
xfdmaster.library | Description: | AmigaOS4 port of xfdmaster.library | Download: | xfdmaster.lha (TIPS: Use the right click menu if your browser takes you back here all the time) | Size: | 330kb | Version: | 53.7 | Date: | 11 Sep 2014 | Author: | Georg Hoermann, Dirk Stoecker, Fredrik Wikström | Submitter: | Fredrik Wikström | Email: | fredrik/a500 org | Homepage: | http://www.a500.org/ | Category: | library/misc | Replaces: | library/misc/xfdmaster.lha | License: | LGPL | Distribute: | yes | Min OS Version: | 4.1 | FileID: | 8944 | | | Comments: | 2 | Snapshots: | 0 | Videos: | 0 | Downloads: | 476 (Current version) | | 859 (Accumulated) | Votes: | 0 (0/0) (30 days/7 days) | |
This is an AmigaOS 4.1 C rewrite/port of the LGPL xfdmaster.library source
code made available as part of the libxad project on SourceForge:
http://sf.net/projects/libxad/
As almost all of the source code is in 100% assembler it would be a ridiculous
amount of work to port all of the slaves/linkers by rewriting them in C so I
have decided to leave most of them as 680x0 code and concentrate on converting
just the main API functions to begin with.
In it's current state all of the xfdmaster.library API functions are compiled
as PPC native, as well as the following slaves:
- XPK (internal)
- BZip2
- CPic
- GZip
- MMCMP
- PacPic
- SZDD
and commands:
- xfdDecrunch
- xfdLibInfo
- xfdList
- xfdScan
- xfdUnlink
Requirements:
- AmigaOS 4.1 or newer
- An existing 680x0 installation of xfdmaster.library.
http://aminet.net/package/util/pack/xfdmaster
Installation:
Copy xfdmaster/bin/libs ALL LIBS:
Copy xfdmaster/bin/c C:
Changes:
53.7 (11.9.2014)
- Fixed another bug when calling linker Analyse functions (parameter in A1 was
missing as well).
- Fixed LINKSIMPLE and LINKPRO code in xfdDecrunch.
- Added missing FreeVec() call in xfdScan.
- Wrote a replacement for the xfdUnlink command.
- Added new API functions: xfdFault() and xfdPrintFault().
- Made xfdDecrunch, xfdScan and xfdUnlink commands use the new xfdPrintFault()
function.
53.6 (9.9.2014)
- Fixed BZip2 external slave to open bzip2.library instead of bz2.library.
- Removed unnecessary recursion and allocation of resources in xfdList.
- Wrote a replacement for the xfdDecrunch command.
See the Changelog file in the archive for a list of older changes.
|