Diff for /rpl/src/completion.h between versions 1.46 and 1.57

version 1.46, 2012/04/13 14:12:46 version 1.57, 2013/03/21 14:13:55
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.1.8    RPL/2 (R) version 4.1.13
   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", "cross", "crtab", "cstop",                  "cos", "cosh", "cov", "cr", "create", "critical",
                   "cross", "crtab", "cstop",
                 "cswp", "currenc", "cycle",                  "cswp", "currenc", "cycle",
   
 #               ifndef COMPLETION  #               ifndef COMPLETION
Line 60  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 78  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 216  static unsigned char *commandes[] = Line 218  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.46  
changed lines
  Added in v.1.57


CVSweb interface <joel.bertrand@systella.fr>