summaryrefslogtreecommitdiff
path: root/lib/libedit/el.c
AgeCommit message (Expand)Author
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