Diff for /rpl/src/completion.h between versions 1.59 and 1.82

version 1.59, 2013/06/21 14:15:51 version 1.82, 2019/01/01 09:02:48
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.1.15    RPL/2 (R) version 4.1.30
   Copyright (C) 1989-2013 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 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",

Removed from v.1.59  
changed lines
  Added in v.1.82


CVSweb interface <joel.bertrand@systella.fr>