Diff for /rpl/src/completion.h between versions 1.11 and 1.14

version 1.11, 2010/04/29 07:30:57 version 1.14, 2010/05/24 10:58:29
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.0.15    RPL/2 (R) version 4.0.16
   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 128  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 152  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.11  
changed lines
  Added in v.1.14


CVSweb interface <joel.bertrand@systella.fr>