Diff for /rpl/src/completion.h between versions 1.51 and 1.83

version 1.51, 2012/10/01 11:04:59 version 1.83, 2019/02/03 14:40:30
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.1.11    RPL/2 (R) version 4.1.31
   Copyright (C) 1989-2012 Dr. BERTRAND Joël    Copyright (C) 1989-2019 Dr. BERTRAND Joël
   
   This file is part of RPL/2.    This file is part of RPL/2.
   
Line 41  static unsigned char *commandes[] = Line 41  static unsigned char *commandes[] =
                 COMPLETION_RC,                  COMPLETION_RC,
 #               endif  #               endif
   
         "c->r", "case", "ceil", "centr", "cf", "chr",          "c->r", "case", "ceil", "centr", "cf", "chr", "cipher",
                 "clear",                  "clear",
                 "cllcd", "clmf", "close", "clratexit", "clratpoke",                  "cllcd", "clmf", "close", "clratexit", "clratpoke",
                 "clrcntxt", "clrerr", "clrfuse",                  "clrcntxt", "clrerr", "clrfuse",
                 "clrmtx", "clrsmphr",                  "clrmtx", "clrsmphr",
                 "clrswi", "crmtx", "crsmphr", "cls", "clusr", "cnrm",                  "clrswi", "crmtx", "crsmphr", "cls", "clusr", "cnrm",
                 "col+", "col-", "col->", "cols", "comb",                  "col+", "col-", "col->", "cols", "comb", "compress",
                 "con", "cond", "conj", "cont", "continue", "convert", "copy",                  "con", "cond", "conj", "cont", "continue", "convert", "copy",
                 "copyright", "corr",                  "copyright", "corr",
                 "cos", "cosh", "cov", "cr", "create", "critical",                  "cos", "cosh", "cov", "cr", "create", "critical",
Line 61  static unsigned char *commandes[] = Line 61  static unsigned char *commandes[] =
         "d->r", "daemonize",          "d->r", "daemonize",
                 "date", "dec", "decr", "default", "deg", "delete", "depnd",                  "date", "dec", "decr", "default", "deg", "delete", "depnd",
                 "depth", "der", "det", "detach",                  "depth", "der", "det", "detach",
                 "dft", "dgtiz", "diag->", "disp", "do", "dot", "draw",                  "dft", "dgtiz", "diag->", "digest", "disp", "do", "dot", "draw",
                 "drax", "drop", "drop2", "dropcntxt",                  "drax", "drop", "drop2", "dropcntxt",
                 "dropn", "drws", "dup", "dup2",                  "dropn", "drws", "dup", "dup2",
                 "dupcntxt", "dupn",                  "dupcntxt", "dupn",
Line 71  static unsigned char *commandes[] = Line 71  static unsigned char *commandes[] =
 #               endif  #               endif
   
         "e", "edit", "egv", "egvl", "else", "elseif", "end", "eng",          "e", "edit", "egv", "egvl", "else", "elseif", "end", "eng",
                 "epsilon", "erase", "errm", "errn", "eval", "exget", "exit",                  "epsilon", "eqv",
                   "erase", "errm", "errn", "eval", "exget", "exit",
                 "exp", "expm", "exsub", "externals", "eyept",                  "exp", "expm", "exsub", "externals", "eyept",
   
 #               ifndef COMPLETION  #               ifndef COMPLETION
Line 139  static unsigned char *commandes[] = Line 140  static unsigned char *commandes[] =
                 COMPLETION_RC,                  COMPLETION_RC,
 #               endif  #               endif
   
           "nbrcpus",
         "neg", "newplane", "next", "not", "nrand", "nrproc", "ns", "num",          "neg", "newplane", "next", "not", "nrand", "nrproc", "ns", "num",
   
 #               ifndef COMPLETION  #               ifndef COMPLETION
Line 176  static unsigned char *commandes[] = Line 178  static unsigned char *commandes[] =
         "r->b", "r->c", "r->d", "r->p", "rad", "rand", "rank", "rceq", "rci",          "r->b", "r->c", "r->d", "r->p", "rad", "rand", "rank", "rceq", "rci",
                 "rcij", "rcl",                  "rcij", "rcl",
                 "rclf", "rcls", "rclswi", "rcws", "rdate",                  "rclf", "rcls", "rclswi", "rcws", "rdate",
                 "rdm", "rdgn", "rdz", "re", "read", "recall", "recode", "recv",                  "rdm", "rdgn", "rdz", "re", "read", "recall", "recode",
                   "record", "recv",
                 "redraw", "regex",                  "redraw", "regex",
                 "regv", "relax", "remove", "repeat", "repl", "res",                  "regv", "relax", "remove", "repeat", "repl", "res",
                 "restart", "return", "revlist", "rewind", "rfuse",                  "restart", "return", "revlist", "rewind", "rfuse",
                   "rgdl", "rgdr",
                 "rl", "rlb", "rnd", "rnrm",                  "rl", "rlb", "rnd", "rnrm",
                 "roll", "rolld", "rot", "row+", "row-", "row->",                  "roll", "rolld", "rot", "row+", "row-", "row->",
                 "rr", "rrb", "rsd", "rstop", "rswp",                  "rr", "rrb", "rsd", "rstop", "rswp",
Line 218  static unsigned char *commandes[] = Line 222  static unsigned char *commandes[] =
                 COMPLETION_RC,                  COMPLETION_RC,
 #               endif  #               endif
   
         "ucase", "uchol", "undo", "unlock", "unprotect",          "ucase", "uchol", "uncompress", "undo", "unlock", "unprotect",
         "until", "use", "utpc", "utpf", "utpn",          "until", "use", "utpc", "utpf", "utpn",
         "utpt",          "utpt",
   

Removed from v.1.51  
changed lines
  Added in v.1.83


CVSweb interface <joel.bertrand@systella.fr>