Diff for /rpl/src/usages.h between versions 1.16 and 1.34

version 1.16, 2010/06/24 10:10:47 version 1.34, 2011/07/22 07:38:42
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.0.17    RPL/2 (R) version 4.1.1
   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 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",
Line 164  static unsigned char *usages[] = Line 165  static unsigned char *usages[] =
                 "EXTERNALS", "REMOVE", "USE",                  "EXTERNALS", "REMOVE", "USE",
             USAGES_RC,              USAGES_RC,
             USAGES_TITRE, "Multitasking", "Gestion des processus",              USAGES_TITRE, "Multitasking", "Gestion des processus",
                 "ATEXIT", "CLRATEXIT",                  "ATEXIT", "ATPOKE", "CLRATEXIT", "CLRATPOKE",
                 "CLRFUSE", "CLRMTX", "CLRSMPHR", "CLRSWI", "CONTINUE", "CRMTX",                  "CLRFUSE", "CLRMTX", "CLRSMPHR", "CLRSWI", "CONTINUE", "CRMTX",
                 "CRSMPHR", "CSTOP", "DAEMONIZE",                  "CRSMPHR", "CSTOP", "DAEMONIZE",
                 "DETACH", "FUSE", "ISWI", "MTXLOCK", "MTXSTATUS",                  "DETACH", "FUSE", "ISWI", "MTXLOCK", "MTXSTATUS",
Line 184  static unsigned char *usages[] = Line 185  static unsigned char *usages[] =
                 "SWAPCNTXT",                  "SWAPCNTXT",
             USAGES_RC,              USAGES_RC,
             USAGES_TITRE, "Misc", "Instructions diverses",              USAGES_TITRE, "Misc", "Instructions diverses",
                 "<<", ">>", "ABORT", "ALARM",                  "<<", ">>", "ABORT", "ALARM", "BACKTRACE",
                 "CONVERT", "COPYRIGHT", "DATE",                  "CONVERT", "COPYRIGHT", "DATE",
                 "HELP", "IMPLICIT", "ITRACE",                  "HELP", "IMPLICIT", "ITRACE",
                 "JDATE", "KILL",                  "JDATE", "KILL",

Removed from v.1.16  
changed lines
  Added in v.1.34


CVSweb interface <joel.bertrand@systella.fr>