Release 2.2.3 (February 25, 2008)

      Color Codes

      Minor modification
      Functional change
      Significant change
      Revision identifier

      Source Updates

      Logix/install - r 2.4 : Remove redundant commands.
      Logix/EMULATOR/interface.c - r 1.3 : Fix bugs in real output.
      Logix/EMULATOR/mkmk.c - r 1.2 : Add source code reference to binary recompile rules - See Note1.
      Logix/system/terms_to_string.cp - r 1.2 : Use "%0.12G" C output conversion for reals instead of default ("%f") of convert_to_real.
      Logix/system/terms_to_string.cp - r 1.3 : Adjust priority of infix operator "&".
      Logix/system/shell_server/control.cp - r 1.2 : Change diagnostic [LOGIX]unknown([]#Request) to [LOGIX]unknown_request(Request).
      Logix/system/shell_server/system_macros.cp - r 1.2 : Change diagnostic unknown([]#Request) to unknown_request(Request).
      Logix/utils.cp - r 1.2 : Revise process unparse/2 to improve handling of variables, operators and quoted strings.
      Logix/system/parse/self.cp - r 1.2 : Quote infix operator NAMES, div, mod (unquoted might produce compilation error).
      Logix/system/parse/syntax/fcp.cp - r 1.2 : Quote infix operator NAMES, div, mod (unquoted might produce compilation error).
      Logix/system/parse/syntax/notspi.cp - r 1.2 : Replace redundant prefix operator enter by missing c2p.
      Logix/system/transform/self.cp - r 1.2 : Implement override/2 option (replace argument of -attribute(argument)); special case languages spifcp, biospi to use biospi#spifcp transformation, replacing redundant spifcp transformation - See Note2.
      Logix/system/transform/biospi/utilities.cp - r 1.2 :
      Logix/system/transform/biospi/self.cp - r 1.2 :
      Logix/system/transform/biospi/servers.cp - r 1.2 :
      Logix/system/transform/biospi/spc.cp - r 1.2 :
      Combine spifcp, biospi transformations, to replace redundant spifcp code.
      Logix/system/widgets/pretty.cp - r 1.3 : Rewrite to improve transformation, using utils#unparse/2 and correct recognition of variables and quoted strings, adding spifcp, biospi capability.
      Logix/system/Doors/servers/logging_monitor/self.cp - r 1.2 : Reference pretty-printer in: Logix/system/Logix_Users.
      Logix/system/ndg/pretty_dg.cp - r 1.2 : Reference pretty-printer in: Logix/system/Logix_Users.

      Binary Updates

      Logix/system/Bin/terms_to_string.bin - r 1.2
      Logix/system/Bin/terms_to_string.bin - r 1.3
      Logix/system/Bin/shell_server/Bin/self.bin - r 1.2
      Logix/Bin/utils.bin - r 1.2
      Logix/system/parse/Bin/self.bin - r 1.3
      Logix/system/parse/syntax/Bin/fcp.bin - r 1.2
      Logix/system/parse/syntax/Bin/notspi.bin - r 1.2
      Logix/system/transform/Bin/self.bin - r 1.2
      Logix/system/transform/biospi/Bin/self.bin - r 1.3
      Logix/system/widgets/Bin/pretty.bin - r 1.3
      Logix/system/Doors/server/logging_monitor/Bin/self.bin - r 1.2
      Logix/system/ndg/Bin/pretty_dg.bin - r 1.2

      Reorganized Users Support - See Note3

      Logix/system/widgets - Directory : Removed - content moved to new directory: Logix/system/Logix_Users.
      Logix/system/SpiFcp - Directory : Removed - content moved to new directory: Logix/system/Logix_Users/SpiFcp_Users.
      Logix/system/SpiFcp/BioSpi - Directory : Removed - content moved to new directory: Logix/system/Logix_Users/SpiFcp_Users/BioSpi_Users.
      install - r 2.5 : Revised to support modified directory structure.
      Logix/system/multiple.cp - r 1.1 : Moved to directory: Logix/system/Logix_Users/SpiFcp_Users.
      Logix/system/Logix_Users/SpiFcp_Users/spi_constants.cp - r 1.1 : Moved to directory: Logix/system.

      Notes

      Note1: Recompile mkmk.c and then regenerate makefile (do-target).
      Note2: The old spifcp transformation has been removed.
      Note3: To complete reorganization, in directory Logix enter command: cvs update -d .

      Next:
      2.2.4 Previous: 2.2.2 Up: Index