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

version 1.20, 2010/08/26 19:07:35 version 1.36, 2011/08/09 11:31:29
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.0.19    RPL/2 (R) version 4.1.3
   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 100  static unsigned char *commandes[] = Line 100  static unsigned char *commandes[] =
   
         "i", "idft", "idn", "if", "iferr", "ifft", "ift", "ifte", "im",          "i", "idft", "idn", "if", "iferr", "ifft", "ift", "ifte", "im",
                 "implicit", "in",                  "implicit", "in",
                 "incr", "indep", "input", "inquire", "int", "inv", "ip", "iswi",                  "incr", "indep", "infinity",
                   "input", "inquire", "int", "inv", "ip", "iswi",
                 "itrace",                  "itrace",
   
 #               ifndef COMPLETION  #               ifndef COMPLETION
Line 119  static unsigned char *commandes[] = Line 120  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 204  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.20  
changed lines
  Added in v.1.36


CVSweb interface <joel.bertrand@systella.fr>