summaryrefslogtreecommitdiff
path: root/lib/libedit
AgeCommit message (Expand)Author
2001-12-28* Add user-controlled mk.conf variableslukem
2001-12-12Readability cleanups; MKfoo=no -> NOfoo.tv
2001-11-08In the `not what I asked for' department:mycroft
2001-11-08Remove an unused variable.mycroft
2001-11-02If term_init() fails, cleanup and return NULL. This avoids other lossage.christos
2001-11-02Finish initializing all the term data structures even if the terminal initchristos
2001-10-09PR/14188: Anthony Mallet: Provide an opaque data pointer to client programs.christos
2001-10-04a couple of minor fixes. originally by Ruslan Ermilov <ru@FreeBSD.org>,lukem
2001-09-29history_def_enter: fix off-by-one mistake in delete condition (the behaviourjdolecek
2001-09-27PR/14067: Anthony Mallet: Provide a programmatic way to set the read_charchristos
2001-09-24va_{start,end} audit:wiz
2001-06-19`existent', not `existant'wiz
2001-05-17PR/12963:Jason Waterman: Fix signed cast problems.christos
2001-05-16Use relative path for symlink target so that it won't point outside of tree.enami
2001-05-14Back off previous and do differently:jdolecek
2001-05-14Use <bsd.inc.mk>, instead of <bsd.prog.mk>, so that the readline.h headerjdolecek
2001-04-13knf ch_enlargebufs(), to be *consistent* with the rest of this file...lukem
2001-04-13rename 3 arg ELRE_DEBUG to ELRE_ASSERT, add 2 arg ELRE_DEBUG, and change alllukem
2001-04-02End sentence with a dot.wiz
2001-03-20chmod the history file to 600 so that only the owner can read it.christos
2001-01-23sprinkle couple constjdolecek
2001-01-10term_rebuffer_display(): set el->el_term.t_size.v to terminalsjdolecek
2001-01-10fix partial completion - we failed to refresh screen in that casejdolecek
2001-01-10Enlarge editline buffers as needed to support arbitrary length lines.jdolecek
2001-01-09term_beep(): use ordinary bell, don't attempt to use visual bell - if user wantsjdolecek
2001-01-09make array of functions and help array constjdolecek
2001-01-09make constant arrays a constjdolecek
2001-01-09make constant arrays a constjdolecek
2001-01-06el_line_t: make 'limit' constjdolecek
2001-01-05depoison the pure editline code from readline compatibility hacks.christos
2001-01-05Standard location of readline headers is /usr/include/readline/, so installjdolecek
2001-01-04consistently check for allocation failures and return -1, if we could notchristos
2001-01-04fix lint problems.christos
2001-01-04fix dumb typo in signal setup [from OpenBSD]christos
2001-01-01bump libedit minor - addition of rl_special_prefixes and rl_completion_append...jdolecek
2001-01-01Add support for rl_completion_append_character and rl_special_prefixes.jdolecek
2001-01-01history_tokenize(): fix one off-by-one bugjdolecek
2000-12-31rl_display_match_list():jdolecek
2000-12-30term_beep(): if terminal supports both visual and ordinary bell, 'ring' bothjdolecek
2000-12-23bump libedit minor - added some public stuff for readline emulationjdolecek
2000-12-23completion_matches(): fix a off-by-one bug, fix variable name typojdolecek
2000-11-28Alloc the keys structure with A_K_NKEYS as the multiplier rather than ajmc
2000-11-11- add support for home and end keys.christos
2000-11-08improve description of line syntaxlukem
2000-10-04format string audit (silence warnings, save space)sommerfeld
2000-09-04- generate ansi prototypes instead of using __P(). noted by christoslukem
2000-09-04convert to new style guidelukem
2000-09-04convert to new style guide, which includes:lukem
2000-08-29history_def_set has a `const int' as a third arg, not an `int'.lukem
2000-08-15use .tmp temporaries for generated files, to avoid having failed generatedmrg