Diff for /rpl/src/usages.h between versions 1.50 and 1.57

version 1.50, 2012/09/15 12:57:09 version 1.57, 2013/02/26 19:56:18
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.1.10    RPL/2 (R) version 4.1.12
   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/(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 186  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.50  
changed lines
  Added in v.1.57


CVSweb interface <joel.bertrand@systella.fr>