Diff for /rpl/src/completion.h between versions 1.22 and 1.37

version 1.22, 2011/01/03 12:08:02 version 1.37, 2011/08/29 07:43:02
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.0.20    RPL/2 (R) version 4.1.3
   Copyright (C) 1989-2011 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 191  static unsigned char *commandes[] = Line 192  static unsigned char *commandes[] =
                 "slicescale", "smphrdecr", "smphrgetv", "smphrincr",                  "slicescale", "smphrdecr", "smphrgetv", "smphrincr",
                 "smphrtrydecr", "sneg", "sort", "spar", "spawn",                  "smphrtrydecr", "sneg", "sort", "spar", "spawn",
                 "splash", "sq", "sqlconnect", "sqldisconnect", "sqlquery",                  "splash", "sq", "sqlconnect", "sqldisconnect", "sqlquery",
                 "sqrt", "sr", "srb", "sst", "start", "static", "std", "step",                  "sqrt", "sr", "srb", "srev",
                   "sst", "start", "static", "std", "step",
                 "steq", "sto", "sto+", "sto-", "sto*", "sto/",                  "steq", "sto", "sto+", "sto-", "sto*", "sto/",
                 "stof", "stop", "store", "stos", "stoswi",                  "stof", "stop", "store", "stos", "stoswi",
                 "str->", "stws", "sub",                  "str->", "stws", "sub",
Line 203  static unsigned char *commandes[] = Line 205  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.22  
changed lines
  Added in v.1.37


CVSweb interface <joel.bertrand@systella.fr>