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

version 1.51, 2012/09/29 17:53:02 version 1.73, 2015/09/18 13:41:22
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.1.10    RPL/2 (R) version 4.1.23
   Copyright (C) 1989-2012 Dr. BERTRAND Joël    Copyright (C) 1989-2015 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 86  static unsigned char *usages[] = Line 86  static unsigned char *usages[] =
             USAGES_TITRE, "Logical and binary operations",              USAGES_TITRE, "Logical and binary operations",
                 "Fonctions logiques et arithmétique binaire",                  "Fonctions logiques et arithmétique binaire",
                 "<", "<= (=<)", "<>", ">", ">= (=>)", "==",                  "<", "<= (=<)", "<>", ">", ">= (=>)", "==",
                 "AND", "ASL", "ASR", "B->R", "BIN", "CF", "DEC", "FC?",                  "AND", "ASL", "ASR", "B->R", "BIN", "CF", "DEC", "EQV", "FC?",
                 "FC?C", "FC?S", "FS?", "FS?C", "FS?S", "HEX", "IN", "NOT",                  "FC?C", "FC?S", "FS?", "FS?C", "FS?S", "HEX", "IN", "NOT",
                 "OCT", "OR", "R->B", "RCLF", "RCWS", "RL", "RLB", "RR", "RRB",                  "OCT", "OR", "R->B", "RCLF", "RCWS", "RL", "RLB", "RR", "RRB",
                 "SAME", "SF", "SL", "SLB", "SR", "SRB", "STOF", "STWS", "XOR",                  "SAME", "SF", "SL", "SLB", "SR", "SRB", "STOF", "STWS", "XOR",
Line 137  static unsigned char *usages[] = Line 137  static unsigned char *usages[] =
             USAGES_TITRE, "Strings", "Chaînes de caractères",              USAGES_TITRE, "Strings", "Chaînes de caractères",
                 "CHR", "CURRENC", "LCASE",                  "CHR", "CURRENC", "LCASE",
                 "->STR", "STR->", "NUM", "POS", "RECODE", "REGEX", "REPL",                  "->STR", "STR->", "NUM", "POS", "RECODE", "REGEX", "REPL",
                   "RGDL", "RGDR",
                 "SIZE", "SREV", "SUB", "TOKENIZE", "TRIM", "UCASE",                  "SIZE", "SREV", "SUB", "TOKENIZE", "TRIM", "UCASE",
             USAGES_RC,              USAGES_RC,
             USAGES_TITRE, "Expressions", "Manipulation des expressions",              USAGES_TITRE, "Expressions", "Manipulation des expressions",
Line 187  static unsigned char *usages[] = Line 188  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",                  "COMPRESS", "CONVERT", "COPYRIGHT", "DATE", "DIGEST",
                 "HELP", "IMPLICIT", "ITRACE",                  "HELP", "IMPLICIT", "ITRACE",
                 "JDATE", "KILL",                  "JDATE", "KILL",
                 "KIND", "LAST", "LOCALIZATION",                  "KIND", "LAST", "LOCALIZATION",
                 "LOGGER", "MEM", "MEMLOCK", "MEMUNLOCK", "PSHPRFL", "PULPRFL",                  "LOGGER", "MEM", "MEMLOCK", "MEMUNLOCK", "PSHPRFL", "PULPRFL",
                 "RDATE", "RESTART",                   "RDATE", "RESTART", 
                 "RETURN", "SPLASH", "SYSEVAL", "TIME",                  "RETURN", "SPLASH", "SYSEVAL", "TIME",
                 "TYPE", "VERIFY", "VERSION", "WAIT", "WARRANTY",                  "TYPE", "UNCOMPRESS", "VERIFY", "VERSION", "WAIT", "WARRANTY",
                 "WORKDIR",                  "WORKDIR",
             USAGES_RC,              USAGES_RC,
             USAGES_TITRE, "Databases", "Bases de données",              USAGES_TITRE, "Databases", "Bases de données",

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


CVSweb interface <joel.bertrand@systella.fr>