index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bin
/
sh
/
histedit.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
sh: Prefer internal nextopt() to libc getopt().
jilles
2012-09-15
1
-29
/
+15
*
Add prototypes, ANSIfy functions definitions to reduce WARNS=6 output.
charnier
2012-01-25
1
-2
/
+1
*
sh: Make various functions static.
jilles
2012-01-01
1
-2
/
+4
*
sh: Fix duplicate prototypes for builtins.
jilles
2011-06-13
1
-0
/
+1
*
sh: Properly restore exception handler in fc.
jilles
2010-12-29
1
-1
/
+2
*
sh: Code size optimizations to "stack string" memory allocation:
jilles
2010-11-23
1
-2
/
+1
*
sh: Tweak some string constants to reduce code size.
jilles
2010-10-29
1
-2
/
+2
*
Do not assume in growstackstr() that a "precious" character will be
obrien
2010-10-13
1
-1
/
+1
*
In the spirit of r90111, depend on c89 and remove the "STATIC" macro
obrien
2010-10-13
1
-2
/
+2
*
sh: Do not enter consecutive duplicates into the history.
jilles
2010-08-01
1
-0
/
+1
*
sh: Add filename completion.
jilles
2010-06-15
1
-0
/
+4
*
sh: Pass TERM changes to libedit.
jilles
2010-06-02
1
-0
/
+14
*
sh: Various warning fixes (from WARNS=6 NO_WERROR=1):
jilles
2009-12-27
1
-4
/
+4
*
sh: Constify various strings.
jilles
2009-12-24
1
-3
/
+3
*
sh: Some changes to stderr flushing:
jilles
2009-11-21
1
-2
/
+3
*
sh: Improve handling of setjmp/longjmp volatile:
jilles
2009-06-23
1
-22
/
+9
*
Fix the eval command in combination with set -e. Before this change the shell
stefanf
2009-05-31
1
-2
/
+2
*
Commit the results of the typo hunt by Darren Pilgrim.
yar
2006-08-04
1
-1
/
+1
*
Use the new name H_SETSIZE instead of the old H_EVENT to set the history
stefanf
2005-10-19
1
-1
/
+1
*
El_parse's third parameter is now const-qualified, add a cast.
stefanf
2005-08-11
1
-1
/
+1
*
Remove clause 3 from the UCB licenses.
markm
2004-04-06
1
-4
/
+0
*
Delete worthless comments.
tjr
2002-10-30
1
-5
/
+1
*
Set opterr to zero to avoid duplicate warnings from getopt(3) for unknown
tjr
2002-07-25
1
-0
/
+1
*
Call el_source() to read the contents of .editrc when line editing is enabled.
tjr
2002-07-23
1
-0
/
+1
*
Add a `bind' builtin command, which is simply a wrapper around libedit's
tjr
2002-07-23
1
-0
/
+18
*
Consistently use FBSDID
obrien
2002-06-30
1
-2
/
+2
*
Fix typo causing ``fc -e'' to not work correctly. getopt() sets optarg,
tjr
2002-06-02
1
-1
/
+1
*
Adding an entry to the history with H_ENTER moves libedit's internal
tjr
2002-06-02
1
-0
/
+9
*
o __P has been reoved
imp
2002-02-02
1
-16
/
+7
*
*** empty log message ***
obrien
2001-10-01
1
-28
/
+31
*
Use PATH_MAX in preference in MAXPATHLEN.
imp
2001-05-30
1
-1
/
+2
*
Fix warnings, some of them serious because sh violated name
cracauer
2000-04-20
1
-3
/
+1
*
$Id$ -> $FreeBSD$
peter
1999-08-27
1
-1
/
+1
*
Add rcsid. Spelling.
charnier
1998-05-18
1
-3
/
+5
*
When NO_HISTORY is defined and the history command is used
steve
1997-04-28
1
-3
/
+16
*
compare return value from getopt against -1 rather than EOF, per the final
imp
1997-03-28
1
-2
/
+2
*
Revert $FreeBSD$ to $Id$
peter
1997-02-22
1
-1
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Merge in NetBSD mods and -Wall cleaning.
steve
1996-12-14
1
-15
/
+12
*
Misc cleanups and fixes from Bruce:
peter
1996-09-03
1
-2
/
+2
*
Merge of 4.4-Lite2 sh source, plus some gcc -Wall cleaning. This is a
peter
1996-09-01
1
-10
/
+42
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-9
/
+9
*
From "Philippe Charnier" <charnier@lirmm.fr>:
dg
1995-05-05
1
-1
/
+5
*
Added $Id$
dg
1994-09-24
1
-0
/
+2
*
BSD 4.4 Lite bin Sources
rgrimes
1994-05-26
1
-0
/
+442