aboutsummaryrefslogtreecommitdiff
path: root/bin/sh/histedit.c
Commit message (Expand)AuthorAgeFilesLines
* sh: also auto-complete built-insPiotr Pawel Stefaniak2023-06-191-7/+25
* sh: improve stylePiotr Pawel Stefaniak2023-05-131-11/+12
* sh(1): fix history file write checkingDaniel Kolesa2023-03-201-1/+1
* sh(1): Allow non-printing characters in prompt stringsJuraj Lutter2022-12-221-1/+1
* sh: accept fc options grouped behind one '-'Piotr Pawel Stefaniak2022-08-201-20/+23
* sh: fix autocompletion for commands that share name with a directoryPiotr Pawel Stefaniak2022-03-281-2/+33
* sh: Add -o verify to use O_VERIFY when sourcing scriptsStephane Rochoy2021-09-231-1/+1
* sh: try to avoid overwriting HISTFILE produced by other shellsPiotr Pawel Stefaniak2021-09-221-2/+6
* sh: improve command completionPiotr Pawel Stefaniak2021-09-221-4/+18
* sh: reset sh bindings on bind -e, bind -vPiotr Pawel Stefaniak2021-09-221-0/+7
* sh: remove emacs improvements that are now defaults in libeditBaptiste Daroussin2021-09-221-2/+0
* sh: improve command completionPiotr Pawel Stefaniak2021-09-191-21/+19
* sh: improve emacs modeBaptiste Daroussin2021-08-281-0/+1
* sh: fix NO_HISTORY buildPiotr Pawel Stefaniak2021-08-191-21/+21
* sh: implement persistent history storageBaptiste Daroussin2021-05-101-0/+59
* sh: improve emacs modeBaptiste Daroussin2021-03-301-1/+3
* sh(1): autocomplete commandsPiotr Pawel Stefaniak2021-03-291-1/+127
* Fix build with NO_HISTORY setBryan Drewery2020-04-211-3/+3
* Do not use our custom completion function, it is not needed anymoreBaptiste Daroussin2019-09-161-1/+1
* sh: Send normal output from bind builtin to stdoutJilles Tjoelker2019-02-191-1/+22
* sh: Send libedit "ferr" output to fd 2Jilles Tjoelker2019-01-201-5/+3
* sh: Call fc -e editor with interrupts enabled.Jilles Tjoelker2017-06-061-1/+1
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* sh: Fix some dead stores.Jilles Tjoelker2016-03-061-1/+1
* sh: Fix more compiler warnings.Jilles Tjoelker2015-03-011-3/+3
* sh: Avoid overflow in atoi() when parsing HISTSIZE.Jilles Tjoelker2014-08-171-2/+3
* sh: Prefer internal nextopt() to libc getopt().Jilles Tjoelker2012-09-151-29/+15
* Add prototypes, ANSIfy functions definitions to reduce WARNS=6 output.Philippe Charnier2012-01-251-2/+1
* sh: Make various functions static.Jilles Tjoelker2012-01-011-2/+4
* sh: Fix duplicate prototypes for builtins.Jilles Tjoelker2011-06-131-0/+1
* sh: Properly restore exception handler in fc.Jilles Tjoelker2010-12-291-1/+2
* sh: Code size optimizations to "stack string" memory allocation:Jilles Tjoelker2010-11-231-2/+1
* sh: Tweak some string constants to reduce code size.Jilles Tjoelker2010-10-291-2/+2
* Do not assume in growstackstr() that a "precious" character will beDavid E. O'Brien2010-10-131-1/+1
* In the spirit of r90111, depend on c89 and remove the "STATIC" macroDavid E. O'Brien2010-10-131-2/+2
* sh: Do not enter consecutive duplicates into the history.Jilles Tjoelker2010-08-011-0/+1
* sh: Add filename completion.Jilles Tjoelker2010-06-151-0/+4
* sh: Pass TERM changes to libedit.Jilles Tjoelker2010-06-021-0/+14
* sh: Various warning fixes (from WARNS=6 NO_WERROR=1):Jilles Tjoelker2009-12-271-4/+4
* sh: Constify various strings.Jilles Tjoelker2009-12-241-3/+3
* sh: Some changes to stderr flushing:Jilles Tjoelker2009-11-211-2/+3
* sh: Improve handling of setjmp/longjmp volatile:Jilles Tjoelker2009-06-231-22/+9
* Fix the eval command in combination with set -e. Before this change the shellStefan Farfeleder2009-05-311-2/+2
* Commit the results of the typo hunt by Darren Pilgrim.Yaroslav Tykhiy2006-08-041-1/+1
* Use the new name H_SETSIZE instead of the old H_EVENT to set the historyStefan Farfeleder2005-10-191-1/+1
* El_parse's third parameter is now const-qualified, add a cast.Stefan Farfeleder2005-08-111-1/+1
* Remove clause 3 from the UCB licenses.Mark Murray2004-04-061-4/+0
* Delete worthless comments.Tim J. Robbins2002-10-301-5/+1
* Set opterr to zero to avoid duplicate warnings from getopt(3) for unknownTim J. Robbins2002-07-251-0/+1
* Call el_source() to read the contents of .editrc when line editing is enabled.Tim J. Robbins2002-07-231-0/+1