summaryrefslogtreecommitdiffstats
path: root/source3/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/ (This used to be commit da5a0f5c5b0917148fb6b668d4316aa4924708a1)
* Fixed compiler warning.Tim Potter2001-05-071-1/+2
| | | | (This used to be commit 063c2dea920dbf415e22d0359baa7b36bf513f09)
* fixed rpcclient readline codeAndrew Tridgell2001-03-191-1/+1
| | | | (This used to be commit 4ec971e905cefada5f3980a25781730acdbf4469)
* added basic command completion supportAndrew Tridgell2001-03-191-1/+6
| | | | (This used to be commit 386fdff2dfeaeef60b210ebc0b4d33a6c7b5d5ec)
* much simpler readline codeAndrew Tridgell2001-03-181-73/+44
| | | | | should work with readline 2.x (This used to be commit 7940b6b0cf614ac72266d9e600220c9a9dbd2a43)
* much better readline support from Simo Sorce, with some mods from meAndrew Tridgell2001-03-181-0/+126
to make it a bit simpler (This used to be commit e1487eb2c4626dbe0cc3b17606eda702cedef28b)