Diff for /rpl/src/usages.h between versions 1.3 and 1.10

version 1.3, 2010/02/10 08:09:30 version 1.10, 2010/04/21 13:45:51
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.0.10    RPL/2 (R) version 4.0.15
   Copyright (C) 1989-2010 Dr. BERTRAND Joël    Copyright (C) 1989-2010 Dr. BERTRAND Joël
   
   This file is part of RPL/2.    This file is part of RPL/2.
Line 143  static unsigned char *usages[] = Line 143  static unsigned char *usages[] =
             USAGES_TITRE, "File handling", "Gestion des fichiers",              USAGES_TITRE, "File handling", "Gestion des fichiers",
                 "APPEND", "BACKSPACE", "CLOSE",                  "APPEND", "BACKSPACE", "CLOSE",
                 "CREATE", "DELETE", "FORMAT",                  "CREATE", "DELETE", "FORMAT",
                 "INQUIRE", "LOCK", "OPEN", "READ", "REWIND", "SEEK",                  "INQUIRE", "LOCK", "OPEN", "READ", "REWIND",
                 "SYNC", "TARGET", "UNLOCK", "WFLOCK", "WFSOCK", "WRITE",                  "SYNC", "TARGET", "UNLOCK", "WFLOCK", "WFSOCK", "WRITE",
             USAGES_RC,              USAGES_RC,
             USAGES_TITRE, "Graphical output and printing",              USAGES_TITRE, "Graphical output and printing",
Line 185  static unsigned char *usages[] = Line 185  static unsigned char *usages[] =
             USAGES_TITRE, "Misc", "Instructions diverses",              USAGES_TITRE, "Misc", "Instructions diverses",
                 "<<", ">>", "ABORT", "ALARM",                  "<<", ">>", "ABORT", "ALARM",
                 "CONVERT", "COPYRIGHT", "DATE",                  "CONVERT", "COPYRIGHT", "DATE",
                 "HELP", "ITRACE",                  "HELP", "IMPLICIT", "ITRACE",
                 "JDATE", "KILL",                  "JDATE", "KILL",
                 "KIND", "LAST", "LOCALIZATION",                  "KIND", "LAST", "LOCALIZATION",
                 "LOGGER", "MEM", "PSHPRFL", "PULPRFL",                  "LOGGER", "MEM", "PSHPRFL", "PULPRFL",

Removed from v.1.3  
changed lines
  Added in v.1.10


CVSweb interface <joel.bertrand@systella.fr>