dfunc.library is coded by Kenneth C. Nilsen in assembler. Copyright © 1995, by Digital Surface/Kenneth C. Nilsen. All rights reserved. This library can be included on BBSes, AmiNet, Fred Fish and cover disks. There must not be raised charges for this archive, no more then the cost of the media used. dfunc.library history: ------------------------------------------------------------------------------ ver. 37.13 (7.12.95) Changed some code for bugfix. Added DFGetProc() and DFGetMath() to check processor and FPU. Some overall optimizing. Added DFReverseBuffer(). ver. 37.12 (x.x.95) Made a new function which shall release the DFPrintText() function. This uses the window instead of the rastport which will give more power to the function. Added DFGhostGads(). ver. 37.11 (x.x.95) Added argument parsing function. Support spaces, tabs, quotes, *", *n situations and unlimited length. Ripped from my own Startup.asm source which is public domain. More functions for text (text stripp). Some optimizing and bugfix. ver. 37.10 (x.x.95) Added new function for calculate an argument string to a number. Supporting both decimal and hexadecimal args. ver. 37.9 (x.x.95) Added some data to the library base. Now you can access the libraries dos, graphics, intuition and diskfont libraries directly from the base and you wont have to open them yourself. Found another bug which occured after fixing the calculation of the x/y positions. Some trash where left in a data register which gave faulty y position with the DG_TextRight flag. It's fixed now. Also removed a bug such as the revision number of the library always beeing zero, but not anymore. ver. 37.8 (x.x.95) Found a bug in the gadget_text routine. Calculation failure which caused no text with certain fonts/sizes on gadgets. Not a horrable bug, but innoying. Fixed! ver. 37.7 (x.x.95) First version for a public release. No documentation supplied just some fd file to show functions. This version where released with a demo program showing some of the possibilities of this library. ver. 37.1-6 (x.x.95) Added many new functions for making life easier for you and me while using dfunc.library. ver. 37.0 (8.3.95) First version of this library. Still very "private" looking. Its really a takeover of the digital.library which became very limited in use. This new library is programmed from scratch and can be multi-shared between tasks. ------------------------------------------------------------------------------