Diff for /rpl/src/completion.h between versions 1.54 and 1.66

version 1.54, 2013/02/23 18:31:16 version 1.66, 2014/10/05 19:53:16
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.1.12    RPL/2 (R) version 4.1.19
   Copyright (C) 1989-2012 Dr. BERTRAND Joël    Copyright (C) 1989-2014 Dr. BERTRAND Joël
   
   This file is part of RPL/2.    This file is part of RPL/2.
   
Line 47  static unsigned char *commandes[] = Line 47  static unsigned char *commandes[] =
                 "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 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 180  static unsigned char *commandes[] = Line 181  static unsigned char *commandes[] =
                 "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 220  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.54  
changed lines
  Added in v.1.66


CVSweb interface <joel.bertrand@systella.fr>