summaryrefslogtreecommitdiffstats
path: root/source/lib/readline.c
Commit message (Collapse)AuthorAgeFilesLines
* Some versions of readline don't have rl_completion_func_t. )-:Tim Potter2001-05-071-2/+1
| | | | Spotted by http://build.samba.org/
* Fixed compiler warning.Tim Potter2001-05-071-1/+2
|
* fixed rpcclient readline codeAndrew Tridgell2001-03-191-1/+1
|
* added basic command completion supportAndrew Tridgell2001-03-191-1/+6
|
* much simpler readline codeAndrew Tridgell2001-03-181-73/+44
| | | | should work with readline 2.x
* much better readline support from Simo Sorce, with some mods from meAndrew Tridgell2001-03-181-0/+126
to make it a bit simpler