Diff for /rpl/src/usages.h between versions 1.67 and 1.93

version 1.67, 2014/07/17 08:07:27 version 1.93, 2024/01/17 16:57:19
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.1.19    RPL/2 (R) version 4.1.36
   Copyright (C) 1989-2014 Dr. BERTRAND Joël    Copyright (C) 1989-2024 Dr. BERTRAND Joël
   
   This file is part of RPL/2.    This file is part of RPL/2.
   
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 127  static unsigned char *usages[] = Line 127  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", "L->T", "PUT", "T->L", "->TABLE", "TABLE->",                  "CRTAB", "GET", "L->T", "PUT", "RECORD",
                   "T->L", "->TABLE", "TABLE->",
             USAGES_RC,              USAGES_RC,
             USAGES_TITRE, "Lists", "Manipulation des listes",              USAGES_TITRE, "Lists", "Manipulation des listes",
                 "GET", "GETI", "HEAD", "L->T",                  "GET", "GETI", "HEAD", "L->T",
Line 145  static unsigned char *usages[] = Line 146  static unsigned char *usages[] =
             USAGES_RC,              USAGES_RC,
             USAGES_TITRE, "File handling", "Gestion des fichiers",              USAGES_TITRE, "File handling", "Gestion des fichiers",
                 "APPEND", "BACKSPACE", "CLOSE",                  "APPEND", "BACKSPACE", "CLOSE",
                 "CREATE", "DELETE", "FORMAT",                  "CREATE", "CLRSOCK", "DELETE", "FORMAT",
                 "INQUIRE", "LOCK", "OPEN", "POLL", "READ", "REWIND",                  "INQUIRE", "LOCK", "OPEN", "POLL", "READ", "REWIND",
                 "SYNC", "TARGET", "UNLOCK", "WFLOCK", "WFSOCK", "WRITE",                  "SYNC", "TARGET", "UNLOCK", "WFLOCK", "WFSOCK", "WRITE",
             USAGES_RC,              USAGES_RC,
Line 172  static unsigned char *usages[] = Line 173  static unsigned char *usages[] =
                 "CRITICAL/END", "CRMTX",                  "CRITICAL/END", "CRMTX",
                 "CRSMPHR", "CSTOP", "DAEMONIZE",                  "CRSMPHR", "CSTOP", "DAEMONIZE",
                 "DETACH", "FUSE", "ISWI", "MTXLOCK", "MTXSTATUS",                  "DETACH", "FUSE", "ISWI", "MTXLOCK", "MTXSTATUS",
                 "MTXTRYLOCK", "MTXUNLOCK",                  "MTXTRYLOCK", "MTXUNLOCK", "NBRCPUS",
                 "NRPROC", "PEEK", "POKE", "PROCID",                  "NRPROC", "PEEK", "POKE", "PROCID",
                 "RCLSWI", "RECV", "RFUSE",                  "RCLSWI", "RECV", "RFUSE",
                 "RSTOP", "SCHED", "SEND",                   "RSTOP", "SCHED", "SEND", 

Removed from v.1.67  
changed lines
  Added in v.1.93


CVSweb interface <joel.bertrand@systella.fr>