| Age | Commit message (Expand) | Author |
| 2011-07-28 | term -> terminal | christos |
| 2009-12-30 | Wide character support (UTF-8) from Johny Mattsson; currently disabled. | christos |
| 2009-12-28 | Reduce diff with tcsh's editor. No functional change intended. | christos |
| 2009-08-31 | delete defined(sun), it could be invaded in the user namespace. Suggested | christos |
| 2009-08-30 | use __sun || sun instead of _SunOS, from Jess Thrysoee | christos |
| 2009-07-17 | - off by one in the term.h case. | christos |
| 2009-03-31 | cast to size_t to avoid sign / unsigned comparison warning. | christos |
| 2009-03-31 | Implement literal prompt sequences. Now someone can implement | christos |
| 2009-02-15 | pass lint on _LP64. | christos |
| 2009-02-12 | More fixes for existing portability stuff. | sketch |
| 2009-02-06 | SUNOS is spelt __SunOS. Add missing prototypes. | sketch |
| 2008-09-10 | Allow a single process to control multiple ttys (for pthreads using _REENTRANT) | christos |
| 2006-11-24 | - Add more readline functions, enough for gdb-6.5 | christos |
| 2006-03-18 | Fix compilation. | christos |
| 2006-03-18 | Coverity CID 1668: Plug memory leak. | christos |
| 2006-03-18 | Coverity CID 806: Prevent NULL deref | christos |
| 2006-03-06 | Print the actual eofc, instead of ^D\b\b. | christos |
| 2005-08-08 | Spelling mistakes and comment errors (from FreeBSD via Stefan Farfeleder; many | christos |
| 2004-05-22 | fix memory leak; thanks to Logan Gabriel | christos |
| 2004-01-17 | portability fixes. | christos |
| 2003-09-14 | - provide enough hooks to compile gdb-5.3 | christos |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-06-19 | From michael@moria.de: | christos |
| 2002-03-18 | - constify; passes all gcc and lint strict checks. | christos |
| 2001-11-08 | In the `not what I asked for' department: | mycroft |
| 2001-11-02 | Finish initializing all the term data structures even if the terminal init | 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-09 | term_beep(): use ordinary bell, don't attempt to use visual bell - if user wants | jdolecek |
| 2001-01-09 | make constant arrays a const | jdolecek |
| 2001-01-04 | consistently check for allocation failures and return -1, if we could not | christos |
| 2000-12-30 | term_beep(): if terminal supports both visual and ordinary bell, 'ring' both | 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-10-04 | format string audit (silence warnings, save space) | sommerfeld |
| 2000-09-04 | convert to new style guide, which includes: | lukem |
| 2000-06-02 | use strtol() (instead of atoi()) for sane error detection | lukem |
| 2000-02-19 | Fix refresh glitches when using auto-margin. | mycroft |
| 2000-01-20 | Add support for automatic and magic margins (from tcsh) | christos |
| 1999-10-24 | Fix pointer arithmatic (caused problems on LP64, including ftp dumping | lukem |
| 1999-10-04 | update post change to return value of tputs() third argument | lukem |
| 1999-08-02 | Fix PR7685 (gdb under emacs prints spurious ^M and messes up terminal) | sommerfeld |
| 1999-07-02 | More trailing white space. | simonb |
| 1998-12-12 | delint | christos |
| 1998-05-20 | remove term_beep hack. | christos |
| 1998-01-30 | update to lite-2 (just an sccsid change) | perry |
| 1997-11-13 | Un-"protect" term_beep() and rename it to __term_beep() to keep it out | thorpej |
| 1997-10-13 | use <termcap.h> instead of "termcap.h" (which was repository copied to libterm) | lukem |
| 1997-07-06 | Fix compiler warnings. | christos |
| 1997-04-11 | Return -1 if the terminal set operation resulted in dumb terminal settings. | christos |