summaryrefslogtreecommitdiff
path: root/lib/libedit/chared.c
AgeCommit message (Expand)Author
2011-07-29pass -Wconversionchristos
2011-07-29kill ifdef notdefchristos
2011-07-29KNF return (\1); -> return \1;christos
2011-07-28kill ptr_t and ioctl_t, add * sizeof(*foo) to all allocations.christos
2011-07-28term -> terminalchristos
2010-08-28setup a callback to be invoked on resize buffers so that readline canchristos
2009-12-30Wide character support (UTF-8) from Johny Mattsson; currently disabled.christos
2009-02-15pass lint on _LP64.christos
2009-02-06de-__P()sketch
2005-08-08The previous commit removed too much and forgot to reset the history eventchristos
2005-08-01Don't reset the macro strings each time we enter el_gets(), otherwisechristos
2005-06-01Don't use non-standard uint or u_int.lukem
2004-08-13Delete-previous-char and delete-next-char without an argument are not supposedmycroft
2003-11-02Always use el->el_buffer, because newbuffer could have moved. Fromchristos
2003-10-18change allocation policy in el_push to allocate the string itself.christos
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
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-05-17PR/12963:Jason Waterman: Fix signed cast problems.christos
2001-04-13knf ch_enlargebufs(), to be *consistent* with the rest of this file...lukem
2001-01-10Enlarge editline buffers as needed to support arbitrary length lines.jdolecek
2001-01-04consistently check for allocation failures and return -1, if we could notchristos
2000-11-11- add support for home and end keys.christos
2000-09-04convert to new style guide, which includes:lukem
2000-02-28el_insertstr takes a "const char *" not "char *" now as it doesn't modifychopps
1999-07-02More trailing white space.simonb
1999-02-05delint.christos
1998-12-12delintchristos
1998-02-03remove obsolete register declarationsperry
1997-07-06Fix compiler warnings.christos
1997-01-11RCSid policelukem
1994-05-06libedit!cgd