home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / Misc / LK_V1.06.LHA / LK V1.06 / lk.history < prev    next >
Encoding:
Text File  |  1994-11-01  |  2.9 KB  |  72 lines

  1.  
  2.   Designations for the following modification types:
  3.  
  4.   N - new option
  5.   C - correction, amelioration
  6.   E - minor bug correction
  7.   B - major bug correction
  8.  
  9.   Note: about the version of lk, you may not have the same version
  10.         number when you use lk and when you type VERSION lk. This is
  11.         because the version is available in two places and I sometimes
  12.         forget to change both.
  13.  
  14. V1.04.09
  15.  
  16.   N - lk automatically happens '.lnk' to with file names when necessary
  17.   N - lk creates symbols to bound specific hunks (BOUNDS instruction)
  18.   N - lk supports NOCODEDEBUG, NODATADEBUG, NOBSSDEBUG and NOOVLDEBUG
  19.   C - the documentation is perfectly transformed from AHelp to AmigaGuide
  20.   C - the 'In WITH file ...' message appear on the next line
  21.   C - now all created files receive an icon (XREF, ERRORFILE, etc...)
  22.   C - lk writes PASCAL header (osp)
  23.   E - lk reads 'lk.prefs', I made a lot of modification and I skipped that file
  24.   E - SAS math library correctly checked and nicely displayed
  25.   E - change the LIBFD into FDLIB in 'fd2lib' script
  26.   B - the name of the WITH file is always correct
  27.   B - lk starts from your workbench correctly
  28.   B - relative (near) data can not be of type NOMERGE
  29.  
  30. V1.04.10
  31.  
  32.   N - lk supports ORDER which suppresses necessary effects created for DICE
  33.   N - the demo version includes scripts
  34.   N - change some words in the documentation
  35.   C - transformations to have a quick CREATESYMBOL function
  36.   C - the script ld had an instruction END rather than ENDIF
  37.   E - objects and libraries had their path inverted
  38.   B - in some cases, XDATA or XRELATIVEDATA was generating a bad data hunk
  39.  
  40. V1.05.11
  41.  
  42.   N - lk reads libraries from archived files (1)
  43.   N - lk has an option KEEPARC to avoid the deletion of decompacted libraries
  44.   B - QuickDOS library pointer was corrupted in some cases
  45.   B - QuickDOS library had some problems with the internal device
  46.  
  47.   (1) it is necessary to have the tool named "LhA"
  48.  
  49. V1.05.12
  50.  
  51.   C - change the option QUIET to be an equivalent to other QUIET and
  52.       add CALM command as a replacement to QUIET
  53.   C - SAS/C V6.x when creating a relocation table of 32 bits for a far data
  54.       block uses the designation HUNK_DREL32 instead of HUNK_ABSREF32, thus
  55.       lk transforms all DREL32 into ABSREF32 when the instruction DREL2RELOC
  56.       is used (this instruction is defined into "slink.prefs" file) This
  57.       forbid the usage of some 68020 addressing as:
  58.               (address.L,Ax)   where Ax is a near data pointer bigger than
  59.                                64Kb in size
  60.       and you are also advice not to use this instruction except with SAS/C
  61.       compiled object files
  62.   B - the overlay handler used the instruction MOVE CCR,<ea> on 68000
  63.  
  64. V1.05.13
  65.  
  66.   N - lk can now group hunks by name no matter if the names are lower or
  67.       upper case (Use the HUNKCASEINSENSITIVE option, or HCI)
  68.       note: this option is set for SLINK compatibility
  69.   N - lk has an archive option which now accept a user command line
  70.       (see also ARCHIVER command)
  71.  
  72.