home *** CD-ROM | disk | FTP | other *** search
/ Acorn User 4 / AUCD4.iso / utils / printing / lpr_front / !LPR / Library / ChgMisc next >
Text File  |  1998-07-14  |  3KB  |  65 lines

  1. Changes to MiscLib
  2. —————————————————————
  3.  
  4. MiscLib written by Liam Gretton
  5.  
  6.  v1.22 - 14/07/98 - FNMisc_String0() now uses temp$ instead of localising its own string.
  7.  
  8.  v1.21 - 07/07/98 - FNMisc_Init sets up temp$ temporary string.
  9.                   - Added FNMisc_Time, FNMisc_TimeStr and PROCMisc_TimeNow.
  10.  
  11.  v1.20 - 22/06/98 - FNMisc_Init sets up variables for OS_Byte and OS_SerialOp.
  12.  
  13.  v1.19 - 21/05/98 - Added FNMisc_Filetype for getting a file's filetype.
  14.  
  15.  v1.18 - 07/05/98 - Added FNMisc_StripEnd for stripping whitespace from ends of strings.
  16.  
  17.  v1.17 - 28/04/98 - Added FNMisc_DeskFont for finding the name of the current desktop font.
  18.  
  19.  v1.16 - 19/02/98 - Added PROCMisc_MouseM for changing the mouse multiplier.
  20.  
  21.  v1.15 - 12/02/98 - Added FNMisc_Choices, for creating save directories in Choices$Write.
  22.  
  23.  v1.14 - 09/10/97 - Bug fixes (hopefully!) to memory manager pinched from Risc User. Altered
  24.              PROCMisc_AlterBlock and PROCMisc_SetupHeap.
  25.  
  26.  v1.13 - 19/09/97 - Fixed a bug in FNMisc_FiletypeN() - I was returning r0 instead of r2
  27.                     from OS_FSControl 31.
  28.  
  29.  v1.12 - 09/05/97 - Added FNMisc_RMEnsure(), checks for the presence/version of a specified
  30.                     relocatable module.
  31.  
  32.  v1.11 - 11/04/97 - Added FNMisc_Stamp() which takes a pathname and returns its datestamp as
  33.                     a string.
  34.                     
  35.  v1.10 - 03/04/97 - Altered FNMisc_String0, which now simply calls OS_GenerateError.
  36.            - Added FNMisc_Binary1 and Binary2 for converting numbers to binary.
  37.            - Added FNMisc_StrLWr and FNMisc_StrUpr for converting strings' cases.
  38.  
  39.  v1.09 - 13/02/97 - Added PROCMisc_Replace which does substition of substrings.
  40.  
  41.  v1.08 - 15/11/96 - Added FNMisc_Path, which takes a pathname and returns everything but the
  42.                     leaf.
  43.  
  44.  v1.07 - 11/11/96 - Added PROCMisc_Init which DIMs a couple of global areas for workspace.
  45.  
  46.  v1.06 - 05/11/96 - Added FNMisc_FileSize, which returns a textual description of a file's
  47.              (numerical) size.
  48.  
  49.  v1.05 - 23/10/96 - Added return value for RISC OS 3.70 to FNMisc_CheckOS, so the library now
  50.                     works ok with the new OS.
  51.           - Altered PROCMisc_SetupHeap so that it uses the '_TaskName' token for
  52.             naming a dynamic area.
  53.  
  54.  v1.04 - 21/09/96 - Added FNMisc_Debug which writes a string to a debug file in the current
  55.              directory. So far it seems pretty much bullet-proof.
  56.  
  57.  v1.03 - 16/09/96 - Added FNMisc_CheckEnv, which returns the command tail of the main program
  58.                     when run. This will usually be a filename.
  59.  
  60.  v1.02 - 10/09/96 - Added FNMisc_FiletypeS and FNMisc_FiletypeN which convert filetypes
  61.                     between text and numerical values.
  62.  
  63.  v1.01 - 30/08/96 - Added FNMisc_Leaf which returns the leafname of pathnames. Assumes the
  64.                     directory separator is a period.
  65.