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 Oct 18 23:48:42 UTC 2003
Modified Files:
src/lib/libedit: chared.c chared.h el.c el.h history.c key.c read.c
tokenizer.c
Log Message:
change allocation policy in el_push to allocate the string itself.
fix issues with strdup.
To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 src/lib/libedit/chared.c
cvs rdiff -r1.12 -r1.13 src/lib/libedit/chared.h src/lib/libedit/tokenizer.c
cvs rdiff -r1.35 -r1.36 src/lib/libedit/el.c
cvs rdiff -r1.15 -r1.16 src/lib/libedit/el.h
cvs rdiff -r1.24 -r1.25 src/lib/libedit/history.c
cvs rdiff -r1.14 -r1.15 src/lib/libedit/key.c
cvs rdiff -r1.29 -r1.30 src/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