--- rpl/src/usages.h 2013/09/06 10:30:57 1.63 +++ rpl/src/usages.h 2020/01/10 11:15:52 1.87 @@ -1,7 +1,7 @@ /* ================================================================================ - RPL/2 (R) version 4.1.16 - Copyright (C) 1989-2013 Dr. BERTRAND Joël + RPL/2 (R) version 4.1.32 + Copyright (C) 1989-2020 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",