| Commit message (Expand) | Author | Age | Files | Lines |
* | sh: Improve comments in expand.c. | jilles | 2010-09-05 | 1 | -21/+37 |
* | sh: Remove remnants of '!!' to negate pattern. | jilles | 2010-08-22 | 1 | -17/+2 |
* | sh: Fix heap-based buffer overflow in pathname generation. | jilles | 2010-08-10 | 1 | -16/+15 |
* | sh: Forget about terminated background processes sooner. | jilles | 2010-06-29 | 1 | -2/+2 |
* | sh: Fix pathname expansion with quoted slashes like *\/. | jilles | 2010-05-11 | 1 | -9/+15 |
* | sh: Use stalloc for arith variable names. | jilles | 2010-04-25 | 1 | -1/+3 |
* | sh: Do tilde expansion in substitutions. | jilles | 2010-04-03 | 1 | -3/+3 |
* | sh: Allow quoting pattern match characters in ${v%pat} and ${v#pat}. | jilles | 2010-04-03 | 1 | -1/+3 |
* | sh: Fix some bugs with backquoted builtins: | jilles | 2010-01-01 | 1 | -1/+1 |
* | sh: Various warning fixes (from WARNS=6 NO_WERROR=1): | jilles | 2009-12-27 | 1 | -2/+1 |
* | sh: Do not consider a tilde-prefix with expansions in it. | jilles | 2009-12-25 | 1 | -2/+7 |
* | sh: Constify various strings. | jilles | 2009-12-24 | 1 | -6/+6 |
* | sh: Exempt $@ and $* from set -u | jilles | 2009-10-24 | 1 | -1/+1 |
* | Fix some weirdnesses in the NetBSD IFS code, | jilles | 2009-06-25 | 1 | -2/+3 |
* | Improve IFS expansion using code from NetBSD. | jilles | 2009-06-25 | 1 | -61/+80 |
* | Expand $LINENO to the current line number. This is required by SUSv3's "User | stefanf | 2008-05-15 | 1 | -1/+8 |
* | Sigh, when reapplying the patch to HEAD, I somehow forgot to commit this file. | stefanf | 2008-04-28 | 1 | -6/+3 |
* | Fix expanding of quoted positional parameters in case patterns. | stefanf | 2006-11-07 | 1 | -6/+6 |
* | When parsing an invalid parameter expansion (eg. ${} or ${foo@bar}) do not | stefanf | 2006-11-05 | 1 | -0/+5 |
* | Remove some white space at EOL. | schweikh | 2006-02-04 | 1 | -8/+8 |
* | Various small code cleanups resulting from a code reviewing | rse | 2005-09-06 | 1 | -4/+2 |
* | Fix a bug when shell expansion is done against dangling symlinks, by | delphij | 2005-07-07 | 1 | -1/+1 |
* | Remove clause 3 from the UCB licenses. | markm | 2004-04-06 | 1 | -4/+0 |
* | Remove collate_range_cmp() stabilization, it conflicts with ranges | ache | 2003-08-03 | 1 | -9/+2 |
* | Changes following CScout analysis: | dds | 2003-07-05 | 1 | -6/+6 |
* | Instead of eating trailing newlines after inserting them into the | fenner | 2003-05-31 | 1 | -5/+12 |
* | Fixed (soon might be fatal) -Wformat warnings. | ru | 2003-03-15 | 1 | -2/+3 |
* | Do not strip CTL* escapes from redirection filenames in exptilde(), | tjr | 2003-01-08 | 1 | -4/+4 |
* | Add the "wordexp" shell built-in command which will be used to implement | tjr | 2002-12-26 | 1 | -0/+22 |
* | Do not strip CTL* escapes from redirection filenames in argstr(); they | tjr | 2002-10-08 | 1 | -1/+1 |
* | Replace various spellings with FALLTHROUGH which is lint()able | charnier | 2002-08-25 | 1 | -1/+1 |
* | Consistently use FBSDID | obrien | 2002-06-30 | 1 | -2/+2 |
* | Implement the -u (-o nounset) option, which gives an error message if | tjr | 2002-05-19 | 1 | -0/+11 |
* | o __P has been reoved | imp | 2002-02-02 | 1 | -104/+56 |
* | Don't check uninitialized memory for having the shell control character | tegge | 2001-09-19 | 1 | -4/+4 |
* | BASESYNTAX, DQSYNTAX, SQSYNTAX and ARISYNTAX handles negative indexes. | tegge | 2001-09-19 | 1 | -4/+4 |
* | Fix environment passung to eval'ed commands. | cracauer | 2000-05-15 | 1 | -1/+1 |
* | First round of 8-bit fixes. | cracauer | 1999-12-15 | 1 | -4/+4 |
* | Fix "subscript has type `char'" warnings by casting to int, as | cracauer | 1999-12-04 | 1 | -4/+5 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-27 | 1 | -1/+1 |
* | Various spelling/formatting changes. | kris | 1999-05-08 | 1 | -3/+3 |
* | Next approach to make loops in interactive interruptable. | cracauer | 1999-04-21 | 1 | -2/+2 |
* | During variable expansion, the internal representation of the expression | tegge | 1999-04-13 | 1 | -5/+5 |
* | When a variable expansion is enclosed in double quotes, the internal | tegge | 1999-04-09 | 1 | -14/+54 |
* | Be more consistent with handling of quote mark control character. | tegge | 1998-09-13 | 1 | -58/+6 |
* | Better handling of word splitting. Don't record the same region | tegge | 1998-09-06 | 1 | -42/+210 |
* | Add rcsid. Spelling. | charnier | 1998-05-18 | 1 | -3/+5 |
* | Back out previous fix - this bug's got diplomatic immunity as a registered | jkh | 1997-06-19 | 1 | -3/+1 |
* | >Number: 3780 | jkh | 1997-06-19 | 1 | -1/+3 |
* | Now [^abc] means the same as [!abc] like bash and *csh already does | ache | 1997-06-06 | 1 | -4/+4 |