summaryrefslogtreecommitdiff
path: root/bin/ksh/misc.c
AgeCommit message (Expand)Author
2009-04-19don't print extraneous padding characters when tab-completion file/commandStuart Henderson
2009-03-03Add POSIX character class support ([:alpha:] and friends) to ksh globbing.Todd C. Miller
2009-01-17Use libc qsort instead of private version. Tested by several people.Todd C. Miller
2008-07-12Fix a strlcpy() bound.Miod Vallat
2008-03-21Make ulimit able to get and set multiple limits in a single invocationTodd C. Miller
2007-08-02backout last change; iff is right.Federico G. Schwindt
2007-08-02while i'm here: iff -> ifFederico G. Schwindt
2006-03-12might as well make ksh_getopt() match real getopt(), ie. get rid of thatTheo de Raadt
2006-03-06convert permanent privilege revocation to use setresuid/setresgid;Damien Miller
2005-03-30lots of indentation cleanup, now ksh is readable like our other code.Theo de Raadt
2005-03-28spacingTheo de Raadt
2004-12-22g/c str_zcpy()Todd C. Miller
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
2003-10-22typos from Jared Yanovich;Jason McIntyre
2003-09-01In emacs editing mode, ksh by default interprets a set 8th bit asChristian Weisgerber
2003-08-06Remove some double semicolons (hmm, do two semis equal a maxi?).Todd C. Miller
2003-08-05Don't allow alloc() and aresize() to fail. Their return value wasTodd C. Miller
2003-04-16string cleaning. ok tedu@Thierry Deval
2003-04-04two fixes; help from tedu & tdevalTheo de Raadt
2003-03-13a few strcpy -> strlcpy; a couple people have mailed in a variety ofTheo de Raadt
2003-02-28typos; from Brian PooleJason McIntyre
2001-02-19bash-like 'double-tab' completionCamiel Dobbelaar
2000-06-28use strtol() in getn(); millert@ and meMichael Shalayeff
1999-06-15patches from pdksh 5.2.13.11Todd C. Miller
1999-01-08bug fixes from pdksh-unstable-5.2.13.5; some of which we already had.Todd 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-02Add FSH (set -o sh), initialize it if we're /bin/sh, and add the first use:Jason Downs
1996-12-22Deal with _POSIX_SAVED_IDS when relinquishing privilegesThorsten Lockert
1996-08-19update to pdksh-5.2.8Jason Downs
1996-08-14Import pdksh 5.2.7.Jason Downs