index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bin
/
ksh
/
history.c
Age
Commit message (
Expand
)
Author
2004-07-16
Neuter the fc builtin on non-interactive shells; inspired by NetBSD PR#26339.
Miod Vallat
2003-05-18
fix prototype; ok millert@
Jason Peel
2003-05-17
use MAP_FAILED rather than -1; millert@ ok.
Federico G. Schwindt
2003-05-16
fix several constant overflows, remove the strerror prototype (shouldn't be
Jason Peel
2003-04-15
cull warnings
Theo de Raadt
2003-04-06
strlcat; ok from various people
Theo de Raadt
2003-02-28
typos; from Brian Poole
Jason McIntyre
2002-11-27
Make fc -e work in "sh-mode" (shell invoked as /bin/sh or -o sh option)
Peter Valchev
2002-10-23
Move a cast from LHS to RHS to quiet a "cast from pointer to integer
Todd C. Miller
2002-09-06
no , at end of enum
Theo de Raadt
2002-08-03
register -> int
Marco S Hyman
2000-10-12
Compare the return from mmap with MAP_FAILED, do not cast to int and comapre
Artur Grabowski
1999-06-15
patches from pdksh 5.2.13.11
Todd C. Miller
1999-01-10
sync with pdksh-unstable-5.2.13.6
Todd C. Miller
1998-10-29
Bug fixes from pdksh-unstable-5.2.13.4, including "official" versions of
Todd C. Miller
1998-06-25
pdksh-5.2.13 + local changes
Todd C. Miller
1997-06-19
back out
kstailey
1997-06-18
(foo *)0 -> NULL
kstailey
1997-01-02
Revert HISTFILE. If anyone wants a differently named history file, they
Jason Downs
1997-01-02
After discussing $_ with the maintainer, revert ksh behaviour and completely
Jason Downs
1997-01-02
Add FSH (set -o sh), initialize it if we're /bin/sh, and add the first use:
Jason Downs
1996-12-29
change the name of the history file from .pdksh_hist to .ksh_history
Thomas Graichen
1996-08-14
Import pdksh 5.2.7.
Jason Downs