summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Expand)Author
2006-09-03Bump date for previous.wiz
2006-09-02New sentence, new line. Bump date for previous.wiz
2006-09-02factor out the code that does numeric parsing into a function and check forchristos
2006-09-02Add description on "discard" character.itohy
2006-08-25Document new -P behaviourliamjfoy
2006-08-25Only remove the file if the file can be successfullyliamjfoy
2006-08-22Set the 'not a parameter' flag when we skip initial whitespace.dsl
2006-08-22PR/34255: dieter roelants: Remove mention of -p f.christos
2006-08-21- detect buffer overflow.christos
2006-08-21Rework the code changes from revisions 1.69, 1.70 and 1.74 so that the codedsl
2006-08-21from zafer: you can have either -k or -h but not both since it does not makechristos
2006-08-21-h and -[mgk] are mutually exclusive. Only use the last specified. [from zafer]christos
2006-08-212 fixes from Elad:christos
2006-08-17don't include program name when calling err()jnemeth
2006-08-15initialize dne variable in the beginning, then move the resetting ofjschauma
2006-08-15Avoid errors like "cp: /foo/bar/directory" exists if cp(1) is used totron
2006-08-14Fix sentence fragment that somehow got into the long comment about rm -P.tls
2006-08-04don't call get/set progname when we are a shell built-in.christos
2006-08-04use getprogname() instead of argv[0], because some programs that execv, passchristos
2006-07-23PR/34055: Kevin Massey: Date uses a fixed 1K buffer for strftimechristos
2006-07-16return functionality backed out yesterday after fixing the bug I hadjschauma
2006-07-15The last commit introduced a bug. Revert until that's found and fixed.jschauma
2006-07-15As suggested on tech-userlevel:jschauma
2006-07-01apply a little -O0 with GCC4 and vax...mrg
2006-06-27PR/33834: Bucky Katz: Crossbuild on FC5:sort doesn't handle '+' fieldchristos
2006-06-20PR/33775: YAMAMOTO Takashi: /bin/sh doesn't accept "(" before case patternschristos
2006-06-14Adapt date(1), the netsettime function, to new return value from socket(2)ginsbach
2006-06-11PR/33699: Kevin Massey: use strlcpy to prevent stack overflows.christos
2006-05-20When expanding "$@" add a \0 byte after the last argument (as well as alldsl
2006-05-14Don't free random memory; thanks gcc-4.christos
2006-05-14Fix two uninitialized variables with XXX: GCC.christos
2006-05-13Coverity CID 3365: Fix inverted logic!christos
2006-05-13Coverity CID 3367, 3368: Avoid NULL deref.christos
2006-05-13Coverity CID 3368: Fix memory leak.christos
2006-05-13Coverity CID 3369: Fix memory leak.christos
2006-05-13Coverity CID 3330: Initialize uninitialized variable.christos
2006-05-13Coverity CID 3331: Remove impossible test.christos
2006-05-13Coverity CID 3384: Don't close -1.christos
2006-05-11sprinkle some -fno-strict-aliasing and -Wno-pointer-sign with GCC4.mrg
2006-05-10quell GCC 4.1 uninitialised variable warnings.mrg
2006-05-10rename exp2() to csh_exp2(). (bah, we don't even have an exp2())mrg
2006-05-04Make the change for bin/31548 to set $PWD on shell startup non-fatal ifsimonb
2006-04-27Avoid double free.christos
2006-04-24Coverity CID 2993: Fix memory leak.christos
2006-04-24Coverity CID 2994: Don't leak memory in the perm case.christos
2006-04-24Coverity CID 2995: Fix memory leak.christos
2006-04-24It's "its."snj
2006-04-24It's "its."snj
2006-04-18PR/33281: Martin J. Laubach: Prevent core-dump on "echo abc | { }". bashchristos
2006-04-16PR/22995: Sergey Svishchev: If we are cd'ing around and we have directorieschristos