summaryrefslogtreecommitdiff
path: root/lib/libedit
AgeCommit message (Expand)Author
2009-04-01Readability improvement. Whitespace nits.wiz
2009-03-31cast to size_t to avoid sign / unsigned comparison warning.christos
2009-03-31implement RL_PROMPT_{START,END}_IGNOREchristos
2009-03-31Implement literal prompt sequences. Now someone can implementchristos
2009-03-10-1 is not a defined value, it is just a value.wiz
2009-03-10make el_gets set the count to -1 on error to distinguish between EOF andchristos
2009-03-09Fix preamble to match order set out by mdoc(7). Discussed with wiz.joerg
2009-02-27fix mis-evaluating whether a char is digit or not.msaitoh
2009-02-21remove VEOF test. the tty is in cooked mode when we are not editing andchristos
2009-02-21more size_t stuff.christos
2009-02-21use the VEOF character from the terminal, instead of hard-coding 4.christos
2009-02-21Restore markup changes (probably accidentally) reverted in previous.wiz
2009-02-21back out all prompt changes. they are not needed.christos
2009-02-19Order of evaluation of arguments is undefined, so call va_arg() in ancube
2009-02-19reset and redraw on sigcont. From Anon Ymous.christos
2009-02-19Fix wordo, use more markup.wiz
2009-02-19bump version for prompt arg.christos
2009-02-19document extra argument.christos
2009-02-18SA_RESTART for all signals but SIGINT. From Anon Ymous.christos
2009-02-17allow for a prompt argument.christos
2009-02-16fix sign compare issues.christos
2009-02-15pass lint on _LP64.christos
2009-02-15in order for read() to return EINTR we need to use sigaction, not signal,christos
2009-02-15don't restart on EINTR, instead return NULL immediately. From Anon Ymouschristos
2009-02-12More fixes for existing portability stuff.sketch
2009-02-06SUNOS is spelt __SunOS. Add missing prototypes.sketch
2009-02-06Needs errno.hsketch
2009-02-06Plug memory leak, from MySQL.sketch
2009-02-06Portability fix.sketch
2009-02-06de-__P()sketch
2009-02-05match documentation in el_pushchristos
2009-02-05add rl_set_promptchristos
2009-01-26Define HAVE_STRUCT_DIRENT_D_NAMLEN in config,h, and test it whenapb
2009-01-18WARNS=4lukem
2009-01-18fix -Wsign-compare issueslukem
2009-01-11- insert a space after the recognized string if it was an exact matchchristos
2009-01-11bump shared libraries.christos
2008-09-30have '$' include the last character in the line when embedded in a command.aymeric
2008-09-10Allow a single process to control multiple ttys (for pthreads using _REENTRANT)christos
2008-07-30handle EINTR in the termios operations, reported by the GHC folkschristos
2008-07-12Don't bother with SIGSTOP it cannot be caught or ignored. From Jess Thrysoeechristos
2008-04-30Convert TNF licenses to new 2 clause variantmartin
2008-04-29Convert to new 2 clause licensemartin
2008-04-05bump minor.christos
2008-04-05add EL_REFRESH for the benefit of readlinechristos
2008-04-04Add rl_forced_update_display() from Gerry Swislowchristos
2007-08-12patches from Axel Thimmchristos
2007-06-10Fix tab/space confusion; from Stefan Farfelederchristos
2007-05-28Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on thetls
2007-05-27Add rl_completion_matches, fix remove_historychristos