summaryrefslogtreecommitdiff
path: root/lib/libedit/read.c
AgeCommit message (Expand)Author
2005-08-02On a fatal error, we want to stop processing the macro buffers.christos
2005-08-02Add missing second argument to another call of ch_reset().tron
2005-08-01Don't reset the macro strings each time we enter el_gets(), otherwisechristos
2005-06-01Don't use non-standard uint or u_int.lukem
2005-03-09Make sure we flush after we prepare when we are unbuffered otherwise thechristos
2004-07-08PR/23486: Andreas Gustafsson: gdb no longer works with emacschristos
2004-02-27Better fix for rl_prep_terminal() from Gerry Swislow.christos
2004-02-21Separate tty separation from the prompt printing function. From Gerry Swislow.christos
2004-01-17portability fixes.christos
2003-10-18change allocation policy in el_push to allocate the string itself.christos
2003-10-09PR/23107: Nathan Williams: ^D as the first char on the command line doeschristos
2003-09-26Implement enough of readline's 4.0 async mode to make gdb happy. This ischristos
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-06-19From michael@moria.de:christos
2002-11-20Fix problem with previous patches that broke vi history.christos
2002-11-15PR/18995: David Laight: libedit fixes for posix conformant shchristos
2002-10-27vi mode and memory fixes from david laight.christos
2002-03-18- constify; passes all gcc and lint strict checks.christos
2001-09-27PR/14067: Anthony Mallet: Provide a programmatic way to set the read_charchristos
2001-01-10Enlarge editline buffers as needed to support arbitrary length lines.jdolecek
2000-11-11- add support for home and end keys.christos
2000-09-04convert to new style guide, which includes:lukem
2000-01-19PR/9243: Kevin Schoedel: libedit ignores repeat countchristos
1999-10-04remove some lintlukem
1999-08-08minor tweak to previous fix: don't spuriously truncate final newlinesommerfeld
1999-08-02Fix PR7685 (gdb under emacs prints spurious ^M and messes up terminal)sommerfeld
1999-07-02More trailing white space.simonb
1999-01-11In userland, pull in <errno.h> instead of <sys/errno.h> for the declarationkleink
1998-12-12delintchristos
1998-06-01* implement CC_REFRESH_BEEP; as per CC_REFRESH but beep as well. thislukem
1998-01-21fix compile errors if FIONREAD is defined. noted bylukem
1997-12-20Small optimization. Don't call isatty() on every invocation of el_gets, butchristos
1997-10-26Make el_gets() work when the input is not a tty.christos
1997-07-06Fix compiler warnings.christos
1997-04-11Portability fixes:christos
1997-01-14Implement CC_REDISPLAY, which (unlink CC_REFRESH) redraws the entire inputlukem
1997-01-11RCSid policelukem
1994-05-06libedit!cgd