Diff for /rpl/src/completion.h between versions 1.1.1.1 and 1.25

version 1.1.1.1, 2010/01/26 15:22:45 version 1.25, 2011/04/11 12:10:04
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.0.9    RPL/2 (R) version 4.1.0.prerelease.0
   Copyright (C) 1989-2010 Dr. BERTRAND Joël    Copyright (C) 1989-2011 Dr. BERTRAND Joël
   
   This file is part of RPL/2.    This file is part of RPL/2.
   
Line 29 Line 29
 static unsigned char *commandes[] =  static unsigned char *commandes[] =
         { "abort", "abs", "acos", "acosh", "alarm", "alog", "append", "and",          { "abort", "abs", "acos", "acosh", "alarm", "alog", "append", "and",
                 "array->", "arg", "asin", "asinh", "asl", "asr", "atan",                  "array->", "arg", "asin", "asinh", "asl", "asr", "atan",
                 "atanh", "autoscale", "axes",                  "atanh", "atexit", "atpoke", "autoscale", "axes",
   
 #               ifndef COMPLETION  #               ifndef COMPLETION
                 COMPLETION_RC,                  COMPLETION_RC,
 #               endif  #               endif
   
         "b->r", "backspace", "beep", "bessel", "bin",          "b->r", "backspace", "backtrace", "beep", "bessel", "bin",
                   
 #               ifndef COMPLETION  #               ifndef COMPLETION
                 COMPLETION_RC,                  COMPLETION_RC,
Line 43  static unsigned char *commandes[] = Line 43  static unsigned char *commandes[] =
   
         "c->r", "case", "ceil", "centr", "cf", "chr",          "c->r", "case", "ceil", "centr", "cf", "chr",
                 "clear",                  "clear",
                 "cllcd", "clmf", "close", "clrcntxt", "clrerr", "clrfuse",                  "cllcd", "clmf", "close", "clratexit", "clratpoke",
                   "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",
Line 97  static unsigned char *commandes[] = Line 98  static unsigned char *commandes[] =
                 COMPLETION_RC,                  COMPLETION_RC,
 #               endif  #               endif
   
         "i", "idft", "idn", "if", "iferr", "ifft", "ift", "ifte", "im", "in",          "i", "idft", "idn", "if", "iferr", "ifft", "ift", "ifte", "im",
                   "implicit", "in",
                 "incr", "indep", "input", "inquire", "int", "inv", "ip", "iswi",                  "incr", "indep", "input", "inquire", "int", "inv", "ip", "iswi",
                 "itrace",                  "itrace",
   
Line 117  static unsigned char *commandes[] = Line 119  static unsigned char *commandes[] =
                 COMPLETION_RC,                  COMPLETION_RC,
 #               endif  #               endif
   
         "label", "last", "lcase", "lcd->", "lchol", "legv", "line",          "l->t", "label", "last", "lcase", "lcd->", "lchol", "legv", "line",
                 "list->", "ln", "lnp1", "localization", "lock", "log",                  "list->", "ln", "lnp1", "localization", "lock", "log",
                 "logger", "logscale", "lq", "lsq", "lu",                  "logger", "logscale", "lq", "lsq", "lu",
   
Line 126  static unsigned char *commandes[] = Line 128  static unsigned char *commandes[] =
 #               endif  #               endif
   
         "mant", "mark",          "mant", "mark",
         "max", "maxs", "mclrin", "mean", "mem", "min", "mins", "mod",          "max", "maxs", "mclrin", "mean", "mem", "memlock",
           "memunlock", "min", "mins", "mod",
         "mtxlock", "mtxstatus", "mtxtrylock", "mtxunlock",          "mtxlock", "mtxstatus", "mtxtrylock", "mtxunlock",
   
 #               ifndef COMPLETION  #               ifndef COMPLETION
Line 150  static unsigned char *commandes[] = Line 153  static unsigned char *commandes[] =
                 "pick", "plot", "plotter",                  "pick", "plot", "plotter",
                 "pmax", "pmin", "poke", "polar", "pos", "ppar", "pr1", "print",                  "pmax", "pmin", "poke", "polar", "pos", "ppar", "pr1", "print",
                 "private",                  "private",
                 "prlcd", "prmd", "prompt", "protect", "prst", "prstc", "prusr",                  "prlcd", "prmd", "procid",
                   "prompt", "protect", "prst", "prstc", "prusr",
                 "prvar", "psdev", "pshcntxt", "pshprfl", "pulcntxt", "pulprfl",                  "prvar", "psdev", "pshcntxt", "pshprfl", "pulcntxt", "pulprfl",
                 "purge", "put", "putc", "putr",                  "purge", "put", "putc", "putr",
                 "puti", "pvar",                  "puti", "pvar",
Line 181  static unsigned char *commandes[] = Line 185  static unsigned char *commandes[] =
   
         "s+", "s-", "same", "save", "scatter", "scale", "sched",          "s+", "s-", "same", "save", "scatter", "scale", "sched",
                 "schur", "sci", "scls",                  "schur", "sci", "scls",
                 "sconj", "sdev", "select", "seek", "send", "sf", "shared",                  "sconj", "sdev", "select", "send", "sf", "shared",
                 "sign",                  "sign",
                 "sin", "sinh", "sinv", "size", "sl", "slb", "slice",                  "sin", "sinh", "sinv", "size", "sl", "slb", "slice",
                 "slicescale", "smphrdecr", "smphrgetv", "smphrincr",                  "slicescale", "smphrdecr", "smphrgetv", "smphrincr",
Line 199  static unsigned char *commandes[] = Line 203  static unsigned char *commandes[] =
                 COMPLETION_RC,                  COMPLETION_RC,
 #               endif  #               endif
   
         "table->", "tail", "tan", "tanh", "target", "taylr",          "t->l", "table->", "tail", "tan", "tanh", "target", "taylr",
                 "then", "time", "title", "tokenize",                  "then", "time", "title", "tokenize",
                 "tot", "trim", "trn", "trnc",                  "tot", "trim", "trn", "trnc",
                 "true", "type",                  "true", "type",

Removed from v.1.1.1.1  
changed lines
  Added in v.1.25


CVSweb interface <joel.bertrand@systella.fr>