Diff for /rpl/src/usages.h between versions 1.22 and 1.40

version 1.22, 2010/09/23 15:27:42 version 1.40, 2011/11/26 10:01:33
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.0.20    RPL/2 (R) version 4.1.5
   Copyright (C) 1989-2010 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 126  static unsigned char *usages[] = Line 126  static unsigned char *usages[] =
             USAGES_RC,              USAGES_RC,
             USAGES_TITRE, "Dealing with tables",              USAGES_TITRE, "Dealing with tables",
                 "Manipulation des tables",                  "Manipulation des tables",
                 "CRTAB", "GET", "PUT", "->TABLE", "TABLE->",                  "CRTAB", "GET", "L->T", "PUT", "T->L", "->TABLE", "TABLE->",
             USAGES_RC,              USAGES_RC,
             USAGES_TITRE, "Lists", "Manipulation des listes",              USAGES_TITRE, "Lists", "Manipulation des listes",
                 "GET", "GETI", "HEAD", "->LIST", "LIST->", "POS", "PUT", "PUTI",                  "GET", "GETI", "HEAD", "L->T",
                 "REPL", "REVLIST", "SIZE", "SORT", "SUB", "TAIL",                  "->LIST", "LIST->", "POS", "PUT", "PUTI",
                   "REPL", "REVLIST", "SIZE", "SORT", "SUB", "T->L", "TAIL",
             USAGES_RC,              USAGES_RC,
             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.22  
changed lines
  Added in v.1.40


CVSweb interface <joel.bertrand@systella.fr>