| Age | Commit message (Expand) | Author |
| 1999-08-02 | Fix PR7685 (gdb under emacs prints spurious ^M and messes up terminal) | sommerfeld |
| 1999-07-06 | Use LIBEDITDIR instead of CURDIR so we can use that Makefile to compile | christos |
| 1999-07-03 | don't try to free() something allocated with alloca() in rl_complete_internal(). | lukem |
| 1999-07-02 | More trailing white space. | simonb |
| 1999-06-12 | Make this compile under linux | christos |
| 1999-03-22 | Last of the .Os cleanups. .Os is defined in the tmac.doc-common file, | garbled |
| 1999-03-06 | Add missing , in he_errlist[] initializer. Yay lint. | mycroft |
| 1999-03-04 | Add minimal dependency to make "make depend" optional | itohy |
| 1999-02-25 | Add a note to update src/distrib/sets/lists/base/shl.*, and add a missing | abs |
| 1999-02-07 | PR/6957: Wolfgang Helbig: libedit swaps CR and LF control chars. | christos |
| 1999-02-05 | delint. | christos |
| 1999-02-05 | Encode the history lines using strvis() before saving it. Fixes gdb history | christos |
| 1999-02-05 | M-X:<enter> core-dumped. | christos |
| 1999-01-11 | In userland, pull in <errno.h> instead of <sys/errno.h> for the declaration | kleink |
| 1999-01-05 | fix history() prototype. (d@openbsd.org) | lukem |
| 1998-12-20 | Change multiple inclusion protection symbol name to NetBSD convention which | kleink |
| 1998-12-12 | delint | christos |
| 1998-12-12 | many problems; variables hidden by others, size_t <-> confusion | christos |
| 1998-12-12 | - missing error message from array could cause core dump | christos |
| 1998-12-03 | per e-mail with christos: history_next_event() should return -1, not NULL, | cgd |
| 1998-09-28 | fix core-dump caused by maps not being initialized before tty is called. | christos |
| 1998-09-27 | Obey incoming tty char settings. | christos |
| 1998-09-02 | PR/6081: Wolfgang Helbig: search broken in vi mode. When patbuf was changed | christos |
| 1998-07-29 | * add more checks for NULL pointers in passed arguments | lukem |
| 1998-06-08 | documentation is always probably incomplete; don't make an issue of it | lukem |
| 1998-06-01 | * implement CC_REFRESH_BEEP; as per CC_REFRESH but beep as well. this | lukem |
| 1998-05-20 | Show the simpler way. | christos |
| 1998-05-20 | Add H_APPEND to simplify the interface. | christos |
| 1998-05-20 | Fix for api changes. | christos |
| 1998-05-20 | Adjust for changes. | christos |
| 1998-05-20 | change M_* constants to MD_* to avoid clashes with <stream.h> | christos |
| 1998-05-20 | remove term_beep hack. | christos |
| 1998-05-20 | Bump! | christos |
| 1998-05-20 | cast is*() arg to unsigned char | christos |
| 1998-05-20 | Adjust to the libedit api changes. | christos |
| 1998-05-20 | Add a function to be able to set the cursor to a given event number. | christos |
| 1998-05-20 | - add extra argument to el_init | christos |
| 1998-05-20 | cast is*() arg to unsigned char | christos |
| 1998-05-20 | el_init takes a third stream argument and add el_beep. | christos |
| 1998-05-20 | Don't print to stderr, but to the editline error stream. | christos |
| 1998-03-30 | use int rather than char as an array index. | mrg |
| 1998-02-05 | add LIBRARY section to man page | perry |
| 1998-02-03 | remove obsolete register declarations | perry |
| 1998-01-30 | update to lite-2 (just an sccsid change) | perry |
| 1998-01-21 | in el_parse(), use a temporary buffer to store the program name when | lukem |
| 1998-01-21 | fix compile errors if FIONREAD is defined. noted by | lukem |
| 1998-01-05 | RCSID Police. | perry |
| 1997-12-20 | Small optimization. Don't call isatty() on every invocation of el_gets, but | christos |
| 1997-11-13 | Un-"protect" term_beep() and rename it to __term_beep() to keep it out | thorpej |
| 1997-11-13 | Build readline.o into debugging versions of libedit, too. | thorpej |