Diff for /rpl/src/completion.h between versions 1.49 and 1.62

version 1.49, 2012/09/15 12:57:09 version 1.62, 2013/12/03 09:36:10
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.1.10    RPL/2 (R) version 4.1.17
   Copyright (C) 1989-2012 Dr. BERTRAND Joël    Copyright (C) 1989-2013 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 79  static unsigned char *commandes[] = Line 79  static unsigned char *commandes[] =
 #               endif  #               endif
   
         "fact", "false", "fc?", "fc?c", "fc?s", "fft", "fix", "floor",          "fact", "false", "fc?", "fc?c", "fc?s", "fft", "fix", "floor",
                 "for", "format", "fp", "fs?", "fs?c", "fs?s", "function",                  "for", "forall",
                   "format", "fp", "fs?", "fs?c", "fs?s", "function",
                 "fuse",                  "fuse",
   
 #               ifndef COMPLETION  #               ifndef COMPLETION
Line 179  static unsigned char *commandes[] = Line 180  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 217  static unsigned char *commandes[] = Line 219  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.49  
changed lines
  Added in v.1.62


CVSweb interface <joel.bertrand@systella.fr>