summaryrefslogtreecommitdiffstats
path: root/bin/sh/histedit.c
Commit message (Expand)AuthorAgeFilesLines
* sh: Prefer internal nextopt() to libc getopt().jilles2012-09-151-29/+15
* Add prototypes, ANSIfy functions definitions to reduce WARNS=6 output.charnier2012-01-251-2/+1
* sh: Make various functions static.jilles2012-01-011-2/+4
* sh: Fix duplicate prototypes for builtins.jilles2011-06-131-0/+1
* sh: Properly restore exception handler in fc.jilles2010-12-291-1/+2
* sh: Code size optimizations to "stack string" memory allocation:jilles2010-11-231-2/+1
* sh: Tweak some string constants to reduce code size.jilles2010-10-291-2/+2
* Do not assume in growstackstr() that a "precious" character will beobrien2010-10-131-1/+1
* In the spirit of r90111, depend on c89 and remove the "STATIC" macroobrien2010-10-131-2/+2
* sh: Do not enter consecutive duplicates into the history.jilles2010-08-011-0/+1
* sh: Add filename completion.jilles2010-06-151-0/+4
* sh: Pass TERM changes to libedit.jilles2010-06-021-0/+14
* sh: Various warning fixes (from WARNS=6 NO_WERROR=1):jilles2009-12-271-4/+4
* sh: Constify various strings.jilles2009-12-241-3/+3
* sh: Some changes to stderr flushing:jilles2009-11-211-2/+3
* sh: Improve handling of setjmp/longjmp volatile:jilles2009-06-231-22/+9
* Fix the eval command in combination with set -e. Before this change the shellstefanf2009-05-311-2/+2
* Commit the results of the typo hunt by Darren Pilgrim.yar2006-08-041-1/+1
* Use the new name H_SETSIZE instead of the old H_EVENT to set the historystefanf2005-10-191-1/+1
* El_parse's third parameter is now const-qualified, add a cast.stefanf2005-08-111-1/+1
* Remove clause 3 from the UCB licenses.markm2004-04-061-4/+0
* Delete worthless comments.tjr2002-10-301-5/+1
* Set opterr to zero to avoid duplicate warnings from getopt(3) for unknowntjr2002-07-251-0/+1
* Call el_source() to read the contents of .editrc when line editing is enabled.tjr2002-07-231-0/+1
* Add a `bind' builtin command, which is simply a wrapper around libedit'stjr2002-07-231-0/+18
* Consistently use FBSDIDobrien2002-06-301-2/+2
* Fix typo causing ``fc -e'' to not work correctly. getopt() sets optarg,tjr2002-06-021-1/+1
* Adding an entry to the history with H_ENTER moves libedit's internaltjr2002-06-021-0/+9
* o __P has been reovedimp2002-02-021-16/+7
* *** empty log message ***obrien2001-10-011-28/+31
* Use PATH_MAX in preference in MAXPATHLEN.imp2001-05-301-1/+2
* Fix warnings, some of them serious because sh violated namecracauer2000-04-201-3/+1
* $Id$ -> $FreeBSD$peter1999-08-271-1/+1
* Add rcsid. Spelling.charnier1998-05-181-3/+5
* When NO_HISTORY is defined and the history command is usedsteve1997-04-281-3/+16
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-281-2/+2
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Merge in NetBSD mods and -Wall cleaning.steve1996-12-141-15/+12
* Misc cleanups and fixes from Bruce:peter1996-09-031-2/+2
* Merge of 4.4-Lite2 sh source, plus some gcc -Wall cleaning. This is apeter1996-09-011-10/+42
* Remove trailing whitespace.rgrimes1995-05-301-9/+9
* From "Philippe Charnier" <charnier@lirmm.fr>:dg1995-05-051-1/+5
* Added $Id$dg1994-09-241-0/+2
* BSD 4.4 Lite bin Sourcesrgrimes1994-05-261-0/+442
OpenPOWER on IntegriCloud