Diff for /rpl/src/completion.h between versions 1.16 and 1.24.2.3

version 1.16, 2010/07/13 13:01:21 version 1.24.2.3, 2011/05/09 13:52:09
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.0.17    RPL/2 (R) version 4.0.24
   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", "atexit", "autoscale", "axes",                  "atanh", "atexit", "atpoke", "autoscale", "axes",
   
 #               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", "clratexit",                  "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",
Line 119  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 203  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.16  
changed lines
  Added in v.1.24.2.3


CVSweb interface <joel.bertrand@systella.fr>