summaryrefslogtreecommitdiff
path: root/lib/libedit/el.c
AgeCommit message (Expand)Author
2009-12-31- Document and enable wide character support.christos
2009-12-30Fix wide build, test it, but don't turn it on yet.christos
2009-12-30Wide character support (UTF-8) from Johny Mattsson; currently disabled.christos
2009-07-25Ignore comment lines in .editrc from Jess Thrysoeechristos
2009-07-22Only need path if we have issetugid... From Anon Ymouschristos
2009-07-22Move filename to the scope it is being used.christos
2009-05-11restore binary compatibility by providing new prompt functions that takechristos
2009-03-31Implement literal prompt sequences. Now someone can implementchristos
2009-02-21back out all prompt changes. they are not needed.christos
2009-02-19Order of evaluation of arguments is undefined, so call va_arg() in ancube
2009-02-17allow for a prompt argument.christos
2009-01-18fix -Wsign-compare issueslukem
2008-09-10Allow a single process to control multiple ttys (for pthreads using _REENTRANT)christos
2008-04-05add EL_REFRESH for the benefit of readlinechristos
2006-12-15add EL_GETFP, and EL_SETFP.christos
2006-11-25s/el->errfile/el->el_errfile/g in debug code, fixes MKDEBUGLIB build.freza
2006-11-24- Add more readline functions, enough for gdb-6.5christos
2005-08-19PR/31012: Barry Naujok: libedit el_get with EL_EDITOR op does not workchristos
2005-08-01Don't reset the macro strings each time we enter el_gets(), otherwisechristos
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
2003-10-18change allocation policy in el_push to allocate the string itself.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-14- provide enough hooks to compile gdb-5.3christos
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-06-19From michael@moria.de:christos
2002-11-12Avoid strict alias warning.thorpej
2002-03-18- constify; passes all gcc and lint strict checks.christos
2002-02-03Don't use HAVE_ yet.christos
2002-02-03Fix a warning.christos
2001-11-08Remove an unused variable.mycroft
2001-11-02If term_init() fails, cleanup and return NULL. This avoids other lossage.christos
2001-10-09PR/14188: Anthony Mallet: Provide an opaque data pointer to client programs.christos
2001-09-27PR/14067: Anthony Mallet: Provide a programmatic way to set the read_charchristos
2001-09-24va_{start,end} audit:wiz
2001-01-05depoison the pure editline code from readline compatibility hacks.christos
2000-11-11- add support for home and end keys.christos
2000-09-04convert to new style guide, which includes:lukem
2000-08-02make xxgdb and a gdb linked with libedit's readline emulation workchuck
2000-06-28Only look in home directory for .editrc. (Discussed with Christos.)sommerfeld
2000-05-15don't dump core on empty files.christos
1999-11-12- implement printing a right-side prompt. code derived from similar worklukem
1999-09-21* in el_source():lukem
1999-07-02More trailing white space.simonb
1998-12-12delintchristos
1998-09-28fix core-dump caused by maps not being initialized before tty is called.christos
1998-07-29* add more checks for NULL pointers in passed argumentslukem
1998-05-20el_init takes a third stream argument and add el_beep.christos