Diff for /rpl/src/usages.h between versions 1.51 and 1.58

version 1.51, 2012/09/29 17:53:02 version 1.58, 2013/02/27 17:11:46
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.1.10    RPL/2 (R) version 4.1.13
   Copyright (C) 1989-2012 Dr. BERTRAND Joël    Copyright (C) 1989-2013 Dr. BERTRAND Joël
   
   This file is part of RPL/2.    This file is part of RPL/2.
   
Line 37  static unsigned char *usages[] = Line 37  static unsigned char *usages[] =
             USAGES_TITRE, "Loops providing a count",              USAGES_TITRE, "Loops providing a count",
                 "Boucles définies avec compteur",                  "Boucles définies avec compteur",
                 "FOR/(CYCLE)/(EXIT)/NEXT", "FOR/(CYCLE)/(EXIT)/STEP",                  "FOR/(CYCLE)/(EXIT)/NEXT", "FOR/(CYCLE)/(EXIT)/STEP",
                 "FORALL/NEXT",                  "FORALL/(CYCLE)/(EXIT)/NEXT",
             USAGES_RC,              USAGES_RC,
             USAGES_TITRE, "Loops without count",              USAGES_TITRE, "Loops without count",
                 "Boucles définies sans compteur",                  "Boucles définies sans compteur",
Line 187  static unsigned char *usages[] = Line 187  static unsigned char *usages[] =
                 "SWAPCNTXT",                  "SWAPCNTXT",
             USAGES_RC,              USAGES_RC,
             USAGES_TITRE, "Misc", "Instructions diverses",              USAGES_TITRE, "Misc", "Instructions diverses",
                 "<<", ">>", "ABORT", "ALARM", "BACKTRACE",                  "<<", ">>", "ABORT", "ALARM", "BACKTRACE", "CIPHER",
                 "CONVERT", "COPYRIGHT", "DATE",                  "CONVERT", "COPYRIGHT", "DATE", "DIGEST",
                 "HELP", "IMPLICIT", "ITRACE",                  "HELP", "IMPLICIT", "ITRACE",
                 "JDATE", "KILL",                  "JDATE", "KILL",
                 "KIND", "LAST", "LOCALIZATION",                  "KIND", "LAST", "LOCALIZATION",

Removed from v.1.51  
changed lines
  Added in v.1.58


CVSweb interface <joel.bertrand@systella.fr>