summaryrefslogtreecommitdiff
path: root/lib/libedit/search.c
AgeCommit message (Expand)Author
2004-11-04Make EM_DELETE_PREV_CHAR behave like ED_DELETE_PREV_CHAR in incrementalchristos
2003-10-25Another fix for incremental search prev.christos
2003-10-18make forward incremental search work better.christos
2003-10-17When searching backwards don't include the characters after the cursor inchristos
2003-10-16Fix incremental search which was badly busted.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-03-18- constify; passes all gcc and lint strict checks.christos
2001-01-23sprinkle couple constjdolecek
2001-01-04consistently check for allocation failures and return -1, if we could notchristos
2000-09-04convert to new style guide, which includes:lukem
1999-07-02More trailing white space.simonb
1999-02-05delint.christos
1998-09-02PR/6081: Wolfgang Helbig: search broken in vi mode. When patbuf was changedchristos
1997-07-06Fix compiler warnings.christos
1997-01-23- convert unsafe strcpy(), strcat() and sprintf() to the `n' versions.mrg
1997-01-11RCSid policelukem
1994-10-02Added code so that POSIX.2 regular expresion functions are used if REGEXjtc
1994-05-06libedit!cgd