[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.49.2.1 and 1.49.2.2

version 1.49.2.1, 2005/05/28 14:02:27 version 1.49.2.2, 2005/05/28 14:03:25
Line 85  FILE *rl_outstream = NULL;
Line 85  FILE *rl_outstream = NULL;
 int rl_point = 0;  int rl_point = 0;
 int rl_end = 0;  int rl_end = 0;
 char *rl_line_buffer = NULL;  char *rl_line_buffer = NULL;
 VFunction *rl_linefunc = NULL;  VCPFunction *rl_linefunc = NULL;
 int rl_done = 0;  int rl_done = 0;
 VFunction *rl_event_hook = NULL;  VFunction *rl_event_hook = NULL;
   

Legend:
Removed from v.1.49.2.1  
changed lines
  Added in v.1.49.2.2

CVSweb <webmaster@jp.NetBSD.org>