summaryrefslogtreecommitdiff
path: root/lib/libedit/el.c
AgeCommit message (Expand)Author
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
1997-12-20Small optimization. Don't call isatty() on every invocation of el_gets, butchristos
1997-07-06Fix compiler warnings.christos
1997-04-24Handle properly the case where the last line in the sourced file doeschristos
1997-04-11Portability fixes:christos
1997-03-20Fix potential stack overflow; from Keith Bostic.christos
1997-01-17fix el_source() - a block needed braces around it (the indenting fooled me)lukem
1997-01-11RCSid policelukem
1994-05-06libedit!cgd