summaryrefslogtreecommitdiff
path: root/lib/libedit
AgeCommit message (Expand)Author
2003-12-08update for function name changelukem
2003-12-05Use Aq instead of <>, quote a minus, drop trailing space.wiz
2003-12-05Tokenization function enhancements:lukem
2003-11-04s/wth/with/christos
2003-11-03Fix uninitialized variable.christos
2003-11-02Always use el->el_buffer, because newbuffer could have moved. Fromchristos
2003-11-02If the kill buffer is empty return normal. From Gerry Swislow gerry at certifchristos
2003-11-02Handle M- as escape. XXX: should probably select the meta-map instead.christos
2003-11-02From: Gerry Swislow gerry at certif dot comchristos
2003-11-01initialize ptr.christos
2003-11-01Explain H_ADD better. from Otto Moerbeek otto at drijf dot netchristos
2003-11-01Fixes from Otto Moerbeek otto at drijf dot netchristos
2003-11-01Document history builtin commands.christos
2003-10-27Make readline csh-like history work.christos
2003-10-25Another fix for incremental search prev.christos
2003-10-19add rl_catch_signalschristos
2003-10-19Bump date for previous.wiz
2003-10-18change allocation policy in el_push to allocate the string itself.christos
2003-10-18make forward incremental search work better.christos
2003-10-18remove debugging printf.christos
2003-10-18Allow setty to set chars using char=valuechristos
2003-10-17When searching backwards don't include the characters after the cursor inchristos
2003-10-17Bump date for previous. Replace > with \*[Gt].wiz
2003-10-16More libedit readline emulation functions from: Gerry Swislowchristos
2003-10-16I got tired of typing a cc line.christos
2003-10-16Fix incremental search which was badly busted.christos
2003-10-15don't limit ^c to alpha c, and add VIS_NOSLASH so that vis(3) does notchristos
2003-10-09PR/23107: Nathan Williams: ^D as the first char on the command line doeschristos
2003-09-26New sentence, new line; bump date for previous.wiz
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-14make this compile.christos
2003-09-14Avoid pre-ansi warning.christos
2003-09-14- provide enough hooks to compile gdb-5.3christos
2003-09-13Fix something that's been annoying me for a while...mycroft
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-08-03Add INCSYMLINKS to <bsd.inc.mk> and <bsd.kinc.mk>, and use that instead oflukem
2003-08-01Rework how dependency generation is performed:lukem
2003-07-31tweak this unconventional (some might say "baroque") Makefile to worklukem
2003-07-16Bump date for last.wiz
2003-07-14Documented the return values from el_get().jeremy
2003-06-27Add Ns.wiz
2003-06-19provide a definition for __attribute__christos
2003-06-19From michael@moria.de:christos
2003-06-19From michael@moria.de:christos
2003-06-06Use Aq Pa instead of Fd \*[Lt]...\*[Gt]. From jmc@openbsd.wiz
2003-06-04Only return CC_EOF if ^D (VEOF) was the only thing on the line. Otherwisematt
2003-05-14setup -> set up, from jmc@openbsd.wiz