summaryrefslogtreecommitdiff
path: root/lib/libedit
AgeCommit message (Expand)Author
2002-03-23make sure this compiles cleanly and works.christos
2002-03-18Add a couple linted comment and enable WARNS=3christos
2002-03-18oops, we need config.h now.christos
2002-03-18- constify; passes all gcc and lint strict checks.christos
2002-02-20Close quoting.wiz
2002-02-07Generate <>& symbolically.ross
2002-02-03Fixed an __P remnantchristos
2002-02-03Don't use HAVE_ yet.christos
2002-02-03Fix a warning.christos
2002-01-31don't forget to re-adjust the limit.christos
2002-01-31make pointer arithmetic more palatable.christos
2002-01-15Punctuation nits.wiz
2002-01-15Punctuation and whitespace nits, fix a typo.wiz
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