summaryrefslogtreecommitdiff
path: root/bin/sh/histedit.c
AgeCommit message (Expand)Author
2012-03-20Use C89 function definitionsmatt
2011-07-12Move the savehandler assignment before setjmp() to avoid triggeringjoerg
2011-06-18PR/45069: Henning Petersen: Use prototypes from builtins.h .christos
2011-01-07Call el_source before initializing sh-specific editline properties (i.e.jmmv
2008-02-13Set unique mode for the history, so that repeating a command doesn'tjoerg
2006-10-16sprinkle volatile.christos
2006-05-10quell GCC 4.1 uninitialised variable warnings.mrg
2006-03-06Make the -s flag of fc work correctly. Ensure that only one command is specifiedaymeric
2005-07-15Only do certain actions when we are trully interactive, not just when wechristos
2005-05-09Only add the function when we initialize. Restore the binding of tab tochristos
2005-05-07If 'set -o tabcomplete' it set, then bind <tab> to the libedit filenamedsl
2003-10-27skip a leading `-' on the arg0 name when calling el_init()lukem
2003-10-19Let libedit handle signals so we resize properly. I might change my mindchristos
2003-10-19Ensure that $TERM is set in the real environment before calling el_init(3)lukem
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-07-13use bounded string opitojun
2003-05-04ANSIify.gmcgarry
2003-05-04Add new builtin 'inputrc' which allows keybindings to be redefinedgmcgarry
2002-11-24Fixes from David Laight:christos
2002-03-12get rid of sp completely, we were free-ing a bogus pointer; found by simonb.christos
2001-02-04remove redundant declarations and nexted externs.christos
2000-11-06Call el_source() to use .editrc.mycroft
2000-04-14Don't declare 'extern opt*' getopt variables.simonb
2000-01-27Fix bin/9184, bin/9194, bin/9265, bin/9266christos
1999-07-09compile with WARNS = 2christos
1998-07-28Be more retentive about use of NOTREACHED and noreturn.mycroft
1998-05-20fix bug where if moving in history during a multi-line event, thechristos
1998-04-07Change a few things to reference /usr/include/paths.h instead of localfair
1997-11-12Make this compile with -DSMALL and warnings on.cjs
1997-10-14PR/4257: Jaromir Dolecek: Update for libedit interface change.christos
1997-09-14getopt returns -1 not EOFlukem
1997-07-04Fix compiler warnings.christos
1997-04-11Track $TERM and call the appropriate editline(3) routine to update thechristos
1997-03-14NO_HISTORY->SMALLchristos
1997-03-13Fix problems with -DNO_HISTORYchristos
1996-10-16PR/2808: Remove extraneous newlines from error routines (from FreeBSD)christos
1996-06-25change sethistsize() to take the history size as an argument so it canchristos
1995-05-11Merge in my changes from vangogh, and fix the x=`false`; echo $? == 0christos
1995-03-311. Don't core dump on 'fc -l' (From Gerard J van der Grinten)christos
1995-03-21convert to new RCS id conventions.cgd
1994-12-05clean up further. more patches from Jim Jegerscgd
1994-12-04from James Jegers <jimj@miller.cs.uwm.edu>: quiet -Wall, and squelchcgd
1994-06-11Add RCS ids.mycroft
1994-05-12Include appropriate header files to bring function prototypes into scope.jtc
1994-05-1144lite codejtc