Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: basesrc/lib/libedit



Module Name:    basesrc
Committed By:   christos
Date:           Wed Nov 20 16:50:09 UTC 2002

Modified Files:
        basesrc/lib/libedit: chared.c chared.h common.c read.c search.c

Log Message:
Fix problem with previous patches that broke vi history.
- c_gets() was usually returning a length, but sometimes
  one of the CC_xxx values (which are small +ve integers)!
- fixed c_gets() by putting a ' ' under the cursor.
>From David Laight.


To generate a diff of this commit:
cvs rdiff -r1.17 -r1.18 basesrc/lib/libedit/chared.c
cvs rdiff -r1.10 -r1.11 basesrc/lib/libedit/chared.h
cvs rdiff -r1.13 -r1.14 basesrc/lib/libedit/common.c \
    basesrc/lib/libedit/search.c
cvs rdiff -r1.23 -r1.24 basesrc/lib/libedit/read.c

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




Home | Main Index | Thread Index | Old Index