| Age | Commit message (Expand) | Author |
| 2001-12-28 | * Add user-controlled mk.conf variables | lukem |
| 2001-12-12 | Readability cleanups; MKfoo=no -> NOfoo. | tv |
| 2001-11-08 | In the `not what I asked for' department: | mycroft |
| 2001-11-08 | Remove an unused variable. | mycroft |
| 2001-11-02 | If term_init() fails, cleanup and return NULL. This avoids other lossage. | christos |
| 2001-11-02 | Finish initializing all the term data structures even if the terminal init | christos |
| 2001-10-09 | PR/14188: Anthony Mallet: Provide an opaque data pointer to client programs. | christos |
| 2001-10-04 | a couple of minor fixes. originally by Ruslan Ermilov <ru@FreeBSD.org>, | lukem |
| 2001-09-29 | history_def_enter: fix off-by-one mistake in delete condition (the behaviour | jdolecek |
| 2001-09-27 | PR/14067: Anthony Mallet: Provide a programmatic way to set the read_char | christos |
| 2001-09-24 | va_{start,end} audit: | wiz |
| 2001-06-19 | `existent', not `existant' | wiz |
| 2001-05-17 | PR/12963:Jason Waterman: Fix signed cast problems. | christos |
| 2001-05-16 | Use relative path for symlink target so that it won't point outside of tree. | enami |
| 2001-05-14 | Back off previous and do differently: | jdolecek |
| 2001-05-14 | Use <bsd.inc.mk>, instead of <bsd.prog.mk>, so that the readline.h header | jdolecek |
| 2001-04-13 | knf ch_enlargebufs(), to be *consistent* with the rest of this file... | lukem |
| 2001-04-13 | rename 3 arg ELRE_DEBUG to ELRE_ASSERT, add 2 arg ELRE_DEBUG, and change all | lukem |
| 2001-04-02 | End sentence with a dot. | wiz |
| 2001-03-20 | chmod the history file to 600 so that only the owner can read it. | christos |
| 2001-01-23 | sprinkle couple const | jdolecek |
| 2001-01-10 | term_rebuffer_display(): set el->el_term.t_size.v to terminals | jdolecek |
| 2001-01-10 | fix partial completion - we failed to refresh screen in that case | jdolecek |
| 2001-01-10 | Enlarge editline buffers as needed to support arbitrary length lines. | jdolecek |
| 2001-01-09 | term_beep(): use ordinary bell, don't attempt to use visual bell - if user wants | jdolecek |
| 2001-01-09 | make array of functions and help array const | jdolecek |
| 2001-01-09 | make constant arrays a const | jdolecek |
| 2001-01-09 | make constant arrays a const | jdolecek |
| 2001-01-06 | el_line_t: make 'limit' const | jdolecek |
| 2001-01-05 | depoison the pure editline code from readline compatibility hacks. | christos |
| 2001-01-05 | Standard location of readline headers is /usr/include/readline/, so install | jdolecek |
| 2001-01-04 | consistently check for allocation failures and return -1, if we could not | christos |
| 2001-01-04 | fix lint problems. | christos |
| 2001-01-04 | fix dumb typo in signal setup [from OpenBSD] | christos |
| 2001-01-01 | bump libedit minor - addition of rl_special_prefixes and rl_completion_append... | jdolecek |
| 2001-01-01 | Add support for rl_completion_append_character and rl_special_prefixes. | jdolecek |
| 2001-01-01 | history_tokenize(): fix one off-by-one bug | jdolecek |
| 2000-12-31 | rl_display_match_list(): | jdolecek |
| 2000-12-30 | term_beep(): if terminal supports both visual and ordinary bell, 'ring' both | jdolecek |
| 2000-12-23 | bump libedit minor - added some public stuff for readline emulation | jdolecek |
| 2000-12-23 | completion_matches(): fix a off-by-one bug, fix variable name typo | jdolecek |
| 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 |