summaryrefslogtreecommitdiff
path: root/bin/ksh/history.c
AgeCommit message (Expand)Author
2008-05-20cast pointer arithmetic to unsigned so we can behave correctly onFederico G. Schwindt
2006-05-29Implement \$ and \# expansion for PS1. Whoever thought it a cleverOtto Moerbeek
2006-03-17Simplify savefd() by removing the "noclose" flag and make nocloseTodd C. Miller
2006-03-12might as well make ksh_getopt() match real getopt(), ie. get rid of thatTheo de Raadt
2005-12-11remove unused variables and functionsTheo de Raadt
2005-07-31say goodbye to creat().Marc Espie
2005-03-30lots of indentation cleanup, now ksh is readable like our other code.Theo de Raadt
2004-12-22Use stdbool.h instead of rolling our own bools.Todd C. Miller
2004-12-20Ansification plus some minor knf. No binary change on i386 andOtto Moerbeek
2004-12-18deregisterTodd C. Miller
2004-12-18Remove unused OS dependent #ifdef blocks, #defines and macro abstraction.Todd C. Miller
2004-12-12csh-style ! history completion, which can be activated by usingTheo de Raadt
2004-08-03only neuter fc builtin if initial shell is not interactiveDan Harnett
2004-07-16Neuter the fc builtin on non-interactive shells; inspired by NetBSD PR#26339.Miod Vallat
2003-05-18fix prototype; ok millert@Jason Peel
2003-05-17use MAP_FAILED rather than -1; millert@ ok.Federico G. Schwindt
2003-05-16fix several constant overflows, remove the strerror prototype (shouldn't beJason Peel
2003-04-15cull warningsTheo de Raadt
2003-04-06strlcat; ok from various peopleTheo de Raadt
2003-02-28typos; from Brian PooleJason McIntyre
2002-11-27Make fc -e work in "sh-mode" (shell invoked as /bin/sh or -o sh option)Peter Valchev
2002-10-23Move a cast from LHS to RHS to quiet a "cast from pointer to integerTodd C. Miller
2002-09-06no , at end of enumTheo de Raadt
2002-08-03register -> intMarco S Hyman
2000-10-12Compare the return from mmap with MAP_FAILED, do not cast to int and comapreArtur Grabowski
1999-06-15patches from pdksh 5.2.13.11Todd C. Miller
1999-01-10sync with pdksh-unstable-5.2.13.6Todd C. Miller
1998-10-29Bug fixes from pdksh-unstable-5.2.13.4, including "official" versions ofTodd C. Miller
1998-06-25pdksh-5.2.13 + local changesTodd C. Miller
1997-06-19back outkstailey
1997-06-18(foo *)0 -> NULLkstailey
1997-01-02Revert HISTFILE. If anyone wants a differently named history file, theyJason Downs
1997-01-02After discussing $_ with the maintainer, revert ksh behaviour and completelyJason Downs
1997-01-02Add FSH (set -o sh), initialize it if we're /bin/sh, and add the first use:Jason Downs
1996-12-29change the name of the history file from .pdksh_hist to .ksh_historyThomas Graichen
1996-08-14Import pdksh 5.2.7.Jason Downs