| Age | Commit message (Expand) | Author |
| 2000-11-28 | Alloc the keys structure with A_K_NKEYS as the multiplier rather than a | jmc |
| 2000-11-11 | - add support for home and end keys. | christos |
| 2000-11-08 | improve description of line syntax | lukem |
| 2000-10-04 | format string audit (silence warnings, save space) | sommerfeld |
| 2000-09-04 | - generate ansi prototypes instead of using __P(). noted by christos | lukem |
| 2000-09-04 | convert to new style guide | lukem |
| 2000-09-04 | convert to new style guide, which includes: | lukem |
| 2000-08-29 | history_def_set has a `const int' as a third arg, not an `int'. | lukem |
| 2000-08-15 | use .tmp temporaries for generated files, to avoid having failed generated | mrg |
| 2000-08-02 | make xxgdb and a gdb linked with libedit's readline emulation work | chuck |
| 2000-06-28 | Only look in home directory for .editrc. (Discussed with Christos.) | sommerfeld |
| 2000-06-21 | * add -m option to makelist, which generates an mdoc table with the key | lukem |
| 2000-06-02 | use strtol() (instead of atoi()) for sane error detection | lukem |
| 2000-05-15 | don't dump core on empty files. | christos |
| 2000-03-13 | Fix doubled 'the's. | soren |
| 2000-03-10 | Fix _rl_compat_sub() to really honour 'globally' flag instead | jdolecek |
| 2000-03-10 | readline(): don't dereference NULL pointer if prompt is NULL | jdolecek |
| 2000-03-10 | include <stdlib.h> to get definition of malloc() and free(), so it's | jdolecek |
| 2000-02-28 | el_insertstr takes a "const char *" not "char *" now as it doesn't modify | chopps |
| 2000-02-19 | Fix refresh glitches when using auto-margin. | mycroft |
| 2000-01-20 | Add support for automatic and magic margins (from tcsh) | christos |
| 2000-01-19 | PR/9244: Kevin Schoedel: libedit dumps bindings inconsistently | christos |
| 2000-01-19 | PR/9243: Kevin Schoedel: libedit ignores repeat count | christos |
| 1999-11-26 | missing , | lukem |
| 1999-11-13 | instead of using a private coord_t global variable to store the size of the | lukem |
| 1999-11-12 | - implement printing a right-side prompt. code derived from similar work | lukem |
| 1999-10-24 | Fix pointer arithmatic (caused problems on LP64, including ftp dumping | lukem |
| 1999-10-15 | don't assume locales are not working - it may not be the case | jdolecek |
| 1999-10-04 | update post change to return value of tputs() third argument | lukem |
| 1999-10-04 | remove some lint | lukem |
| 1999-09-26 | apparantly need <unistd.h> for portable way of getting _POSIX_VDISABLE | lukem |
| 1999-09-21 | * in el_source(): | lukem |
| 1999-09-21 | fix id header... | lukem |
| 1999-09-20 | more whitespace fascism | lukem |
| 1999-08-08 | minor tweak to previous fix: don't spuriously truncate final newline | sommerfeld |
| 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 |