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