Diff for /rpl/src/usages.h between versions 1.25.2.2 and 1.39

version 1.25.2.2, 2011/04/14 08:46:52 version 1.39, 2011/09/26 15:57:18
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.0.23    RPL/2 (R) version 4.1.4
   Copyright (C) 1989-2011 Dr. BERTRAND Joël    Copyright (C) 1989-2011 Dr. BERTRAND Joël
   
   This file is part of RPL/2.    This file is part of RPL/2.
Line 77  static unsigned char *usages[] = Line 77  static unsigned char *usages[] =
                 "RELAX", "SIGN", "SQ", "SQRT", "TAYLR", "XPON", "XROOT",                  "RELAX", "SIGN", "SQ", "SQRT", "TAYLR", "XPON", "XROOT",
             USAGES_RC,              USAGES_RC,
             USAGES_TITRE, "Constants", "Constantes",              USAGES_TITRE, "Constants", "Constantes",
                 "e", "FALSE", "i", "PI", "TRUE",                  "e", "FALSE", "i", "infinity", "PI", "TRUE",
             USAGES_RC,              USAGES_RC,
             USAGES_TITRE, "Formatting", "Formats",              USAGES_TITRE, "Formatting", "Formats",
                 "ENG", "FIX", "RND", "SCI", "STD", "TRNC",                  "ENG", "FIX", "RND", "SCI", "STD", "TRNC",
Line 136  static unsigned char *usages[] = Line 136  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", "REPL",                  "->STR", "STR->", "NUM", "POS", "RECODE", "REPL",
                 "SIZE", "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",
                 "OBGET", "OBSUB", "EXGET", "EXSUB",                  "OBGET", "OBSUB", "EXGET", "EXSUB",

Removed from v.1.25.2.2  
changed lines
  Added in v.1.39


CVSweb interface <joel.bertrand@systella.fr>