summaryrefslogtreecommitdiff
path: root/lib/libedit
AgeCommit message (Expand)Author
1998-09-02PR/6081: Wolfgang Helbig: search broken in vi mode. When patbuf was changedchristos
1998-07-29* add more checks for NULL pointers in passed argumentslukem
1998-06-08documentation is always probably incomplete; don't make an issue of itlukem
1998-06-01* implement CC_REFRESH_BEEP; as per CC_REFRESH but beep as well. thislukem
1998-05-20Show the simpler way.christos
1998-05-20Add H_APPEND to simplify the interface.christos
1998-05-20Fix for api changes.christos
1998-05-20Adjust for changes.christos
1998-05-20change M_* constants to MD_* to avoid clashes with <stream.h>christos
1998-05-20remove term_beep hack.christos
1998-05-20Bump!christos
1998-05-20cast is*() arg to unsigned charchristos
1998-05-20Adjust to the libedit api changes.christos
1998-05-20Add a function to be able to set the cursor to a given event number.christos
1998-05-20- add extra argument to el_initchristos
1998-05-20cast is*() arg to unsigned charchristos
1998-05-20el_init takes a third stream argument and add el_beep.christos
1998-05-20Don't print to stderr, but to the editline error stream.christos
1998-03-30use int rather than char as an array index.mrg
1998-02-05add LIBRARY section to man pageperry
1998-02-03remove obsolete register declarationsperry
1998-01-30update to lite-2 (just an sccsid change)perry
1998-01-21in el_parse(), use a temporary buffer to store the program name whenlukem
1998-01-21fix compile errors if FIONREAD is defined. noted bylukem
1998-01-05RCSID Police.perry
1997-12-20Small optimization. Don't call isatty() on every invocation of el_gets, butchristos
1997-11-13Un-"protect" term_beep() and rename it to __term_beep() to keep it outthorpej
1997-11-13Build readline.o into debugging versions of libedit, too.thorpej
1997-11-12el_gets() takes an int *, not a size_t *.thorpej
1997-11-09move description of history() return valuelukem
1997-10-26Make el_gets() work when the input is not a tty.christos
1997-10-26Make a link for history.h -> readline.hchristos
1997-10-23Const de-poisoning :-( Unfortunately the default gnu readline does notchristos
1997-10-23PR/4301: Jaromir Dolecek. Add gnu-readline wrapper for editline.christos
1997-10-23make this compile with the new libedit history()lukem
1997-10-23use CPPFLAGS instead of CFLAGS, fix building of testlukem
1997-10-20Add support for DTR/CTS flow control, from Bill Studenmund.scottr
1997-10-14PR/4257: Jaromir Dolecek: history() has no generic error handling and isn'tchristos
1997-10-13use <termcap.h> instead of "termcap.h" (which was repository copied to libterm)lukem
1997-10-13termcap.h moves to libterm.mrg
1997-10-09PR/4211: Dave Huang: don't lose VSTATUS and VEOL and any other characters thatchristos
1997-10-09- define WARNS?=1 in the top-level Makefile.inc, and don't definelukem
1997-07-30Fix files using old TNF copyright noticejtc
1997-07-06Fix compiler warnings.christos
1997-05-09Eliminate bogus redefinitions of standard targets.mycroft
1997-04-24editrc -> editlinechristos
1997-04-24Handle properly the case where the last line in the sourced file doeschristos
1997-04-11Return -1 if the terminal set operation resulted in dumb terminal settings.christos
1997-04-11Don't allow CSWTCH to interfere with CSUSP on __SVR4 systems.christos
1997-04-11Portability fixes:christos