summaryrefslogtreecommitdiff
path: root/gnu/lib/libreadline/complete.c
AgeCommit message (Collapse)Author
2004-05-10Resolve conflicts for GNU readline 4.3p5.Mark Kettenis
ok deraadt@, otto@, pval@
2003-05-13buffer size is strlen + 1. ok beck@Ted Unangst
2003-05-12strings in libreadline, again. this time with no abi change,Bob Beck
static builds still seem to work with this. ok deraadt@ tedu@
2003-05-10Back out libreadline changes, this breaks static build (I.E. vax).Bob Beck
changes are nontrivial to fix. Will return when static build works.
2003-05-08stringsBob Beck
ok tedu@, art@
2001-03-18GNU readline-4.1Todd C. Miller