summaryrefslogtreecommitdiffstats
path: root/gnu/lib/libreadline/complete.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Nuke whitespace foolish enough to expose itself during the greatkrw2017-01-211-11/+11
| | | | "warning:" rectification.
* Take gcc's suggestions about parenthesis around assignments usedkrw2017-01-201-2/+2
| | | | | | | as truth values. Change a parameter to 'const'. All without making promises about any further cleanup in /gnu/. ok deraadt@
* Resolve conflicts for GNU readline 4.3p5.kettenis2004-05-101-157/+388
| | | | ok deraadt@, otto@, pval@
* buffer size is strlen + 1. ok beck@tedu2003-05-131-1/+1
|
* strings in libreadline, again. this time with no abi change,beck2003-05-121-23/+24
| | | | static builds still seem to work with this. ok deraadt@ tedu@
* Back out libreadline changes, this breaks static build (I.E. vax).beck2003-05-101-24/+23
| | | | changes are nontrivial to fix. Will return when static build works.
* stringsbeck2003-05-081-23/+24
| | | | ok tedu@, art@
* GNU readline-4.1millert2001-03-181-0/+1776