Diff for /rpl/src/completion.h between versions 1.8 and 1.20

version 1.8, 2010/04/07 13:45:01 version 1.20, 2010/08/26 19:07:35
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.0.14    RPL/2 (R) version 4.0.19
   Copyright (C) 1989-2010 Dr. BERTRAND Joël    Copyright (C) 1989-2010 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 127  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 151  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",

Removed from v.1.8  
changed lines
  Added in v.1.20


CVSweb interface <joel.bertrand@systella.fr>