summaryrefslogtreecommitdiff
path: root/lib/libedit/readline/readline.h
AgeCommit message (Expand)Author
2003-10-27Make readline csh-like history work.christos
2003-10-16More libedit readline emulation functions from: Gerry Swislowchristos
2003-09-26Implement enough of readline's 4.0 async mode to make gdb happy. This ischristos
2003-09-15Include "sys/ttydefaults.h" to get standard definition of "CTRL" macrotron
2003-09-15kludge around CTRL redef.christos
2003-09-14Match the stupid function pointer declarations with actual readline's 4.0.christos
2003-09-14Avoid pre-ansi warning.christos
2003-09-14- provide enough hooks to compile gdb-5.3christos
2002-03-18- constify; passes all gcc and lint strict checks.christos
2001-01-05Standard location of readline headers is /usr/include/readline/, so installjdolecek