summaryrefslogtreecommitdiff
path: root/lib/libedit/common.c
AgeCommit message (Expand)Author
2009-12-30Wide character support (UTF-8) from Johny Mattsson; currently disabled.christos
2009-02-27fix mis-evaluating whether a char is digit or not.msaitoh
2009-02-15pass lint on _LP64.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
2006-03-06Print the actual eofc, instead of ^D\b\b.christos
2005-08-08Spelling mistakes and comment errors (from FreeBSD via Stefan Farfeleder; manychristos
2005-08-01Don't reset the macro strings each time we enter el_gets(), otherwisechristos
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-06-19From michael@moria.de:christos
2002-11-20Fix problem with previous patches that broke vi history.christos
2002-11-15PR/18995: David Laight: libedit fixes for posix conformant shchristos
2002-10-27vi mode and memory fixes from david laight.christos
2002-03-18- constify; passes all gcc and lint strict checks.christos
2001-01-10Enlarge editline buffers as needed to support arbitrary length lines.jdolecek
2000-09-04convert to new style guide, which includes:lukem
1999-07-02More trailing white space.simonb
1998-12-12delintchristos
1998-05-20Don't print to stderr, but to the editline error stream.christos
1998-02-03remove obsolete register declarationsperry
1997-07-06Fix compiler warnings.christos
1997-01-14Implement CC_REDISPLAY, which (unlink CC_REFRESH) redraws the entire inputlukem
1997-01-11RCSid policelukem
1994-05-06libedit!cgd