[BACK]Return to readline.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libedit

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/lib/libedit/readline.c between version 1.6 and 1.7

version 1.6, 1999/06/12 18:58:05 version 1.7, 1999/07/02 15:21:26
Line 135  _move_history(op)
Line 135  _move_history(op)
 }  }
   
   
 /*  /*
  * READLINE compatibility stuff   * READLINE compatibility stuff
  */   */
   
 /*  /*
Line 513  _history_expand_command(command, cmdlen,
Line 513  _history_expand_command(command, cmdlen,
                                 with[len] = '\0';                                  with[len] = '\0';
                                 to = with;                                  to = with;
   
                                 tempcmd = _rl_compat_sub(line, from, to,                                  tempcmd = _rl_compat_sub(line, from, to,
                                     (g_on) ? 1 : 0);                                      (g_on) ? 1 : 0);
                                 free(line);                                  free(line);
                                 line = tempcmd;                                  line = tempcmd;
Line 1393  rl_complete(ignore, invoking_key)
Line 1393  rl_complete(ignore, invoking_key)
 }  }
   
 /*  /*
  * misc other functions   * misc other functions
  */   */
   
 /*  /*

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

CVSweb <webmaster@jp.NetBSD.org>