Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/lib/libedit
Module Name: src
Committed By: christos
Date: Sat Aug 28 15:44:59 UTC 2010
Modified Files:
src/lib/libedit: chared.c chared.h el.c eln.c histedit.h readline.c
Log Message:
setup a callback to be invoked on resize buffers so that readline can
reset rl_line_buffer which unfortunately some applications use it directly.
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/lib/libedit/chared.c
cvs rdiff -u -r1.20 -r1.21 src/lib/libedit/chared.h
cvs rdiff -u -r1.59 -r1.60 src/lib/libedit/el.c
cvs rdiff -u -r1.7 -r1.8 src/lib/libedit/eln.c
cvs rdiff -u -r1.46 -r1.47 src/lib/libedit/histedit.h
cvs rdiff -u -r1.90 -r1.91 src/lib/libedit/readline.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