--- rpl/src/usages.h 2014/04/25 07:37:35 1.66 +++ rpl/src/usages.h 2019/02/03 14:41:31 1.85 @@ -1,7 +1,7 @@ /* ================================================================================ - RPL/2 (R) version 4.1.18 - Copyright (C) 1989-2014 Dr. BERTRAND Joël + RPL/2 (R) version 4.1.31 + Copyright (C) 1989-2019 Dr. BERTRAND Joël This file is part of RPL/2. @@ -86,7 +86,7 @@ static unsigned char *usages[] = USAGES_TITRE, "Logical and binary operations", "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", "OCT", "OR", "R->B", "RCLF", "RCWS", "RL", "RLB", "RR", "RRB", "SAME", "SF", "SL", "SLB", "SR", "SRB", "STOF", "STWS", "XOR", @@ -127,7 +127,8 @@ static unsigned char *usages[] = USAGES_RC, USAGES_TITRE, "Dealing with 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_TITRE, "Lists", "Manipulation des listes", "GET", "GETI", "HEAD", "L->T", @@ -172,7 +173,7 @@ static unsigned char *usages[] = "CRITICAL/END", "CRMTX", "CRSMPHR", "CSTOP", "DAEMONIZE", "DETACH", "FUSE", "ISWI", "MTXLOCK", "MTXSTATUS", - "MTXTRYLOCK", "MTXUNLOCK", + "MTXTRYLOCK", "MTXUNLOCK", "NBRCPUS", "NRPROC", "PEEK", "POKE", "PROCID", "RCLSWI", "RECV", "RFUSE", "RSTOP", "SCHED", "SEND",