| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC: Fix expanding of quoted positional parameters in case patterns. | Stefan Farfeleder | 2006-11-22 | 1 | -6/+6 |
| * | MFC: Report invalid parameter expansions only when they are executed. | Stefan Farfeleder | 2006-11-22 | 1 | -0/+5 |
| * | Sync with HEAD's code: | Stefan Farfeleder | 2005-11-06 | 1 | -4/+2 |
| * | Fix a bug when shell expansion is done against dangling symlinks, by | Xin LI | 2005-07-07 | 1 | -1/+1 |
| * | Remove clause 3 from the UCB licenses. | Mark Murray | 2004-04-06 | 1 | -4/+0 |
| * | Remove collate_range_cmp() stabilization, it conflicts with ranges | Andrey A. Chernov | 2003-08-03 | 1 | -9/+2 |
| * | Changes following CScout analysis: | Diomidis Spinellis | 2003-07-05 | 1 | -6/+6 |
| * | Instead of eating trailing newlines after inserting them into the | Bill Fenner | 2003-05-31 | 1 | -5/+12 |
| * | Fixed (soon might be fatal) -Wformat warnings. | Ruslan Ermilov | 2003-03-15 | 1 | -2/+3 |
| * | Do not strip CTL* escapes from redirection filenames in exptilde(), | Tim J. Robbins | 2003-01-08 | 1 | -4/+4 |
| * | Add the "wordexp" shell built-in command which will be used to implement | Tim J. Robbins | 2002-12-26 | 1 | -0/+22 |
| * | Do not strip CTL* escapes from redirection filenames in argstr(); they | Tim J. Robbins | 2002-10-08 | 1 | -1/+1 |
| * | Replace various spellings with FALLTHROUGH which is lint()able | Philippe Charnier | 2002-08-25 | 1 | -1/+1 |
| * | Consistently use FBSDID | David E. O'Brien | 2002-06-30 | 1 | -2/+2 |
| * | Implement the -u (-o nounset) option, which gives an error message if | Tim J. Robbins | 2002-05-19 | 1 | -0/+11 |
| * | o __P has been reoved | Warner Losh | 2002-02-02 | 1 | -103/+55 |
| * | Don't check uninitialized memory for having the shell control character | Tor Egge | 2001-09-19 | 1 | -4/+4 |
| * | BASESYNTAX, DQSYNTAX, SQSYNTAX and ARISYNTAX handles negative indexes. | Tor Egge | 2001-09-19 | 1 | -4/+4 |
| * | Fix environment passung to eval'ed commands. | Martin Cracauer | 2000-05-15 | 1 | -1/+1 |
| * | First round of 8-bit fixes. | Martin Cracauer | 1999-12-15 | 1 | -4/+4 |
| * | Fix "subscript has type `char'" warnings by casting to int, as | Martin Cracauer | 1999-12-04 | 1 | -4/+5 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-27 | 1 | -1/+1 |
| * | Various spelling/formatting changes. | Kris Kennaway | 1999-05-08 | 1 | -3/+3 |
| * | Next approach to make loops in interactive interruptable. | Martin Cracauer | 1999-04-21 | 1 | -2/+2 |
| * | During variable expansion, the internal representation of the expression | Tor Egge | 1999-04-13 | 1 | -5/+5 |
| * | When a variable expansion is enclosed in double quotes, the internal | Tor Egge | 1999-04-09 | 1 | -14/+54 |
| * | Be more consistent with handling of quote mark control character. | Tor Egge | 1998-09-13 | 1 | -58/+6 |
| * | Better handling of word splitting. Don't record the same region | Tor Egge | 1998-09-06 | 1 | -42/+210 |
| * | Add rcsid. Spelling. | Philippe Charnier | 1998-05-18 | 1 | -3/+5 |
| * | Back out previous fix - this bug's got diplomatic immunity as a registered | Jordan K. Hubbard | 1997-06-19 | 1 | -3/+1 |
| * | >Number: 3780 | Jordan K. Hubbard | 1997-06-19 | 1 | -1/+3 |
| * | Now [^abc] means the same as [!abc] like bash and *csh already does | Andrey A. Chernov | 1997-06-06 | 1 | -4/+4 |
| * | Use the __unused attribute where warranted. | Steve Price | 1997-05-19 | 1 | -2/+2 |
| * | Sync with NetBSD's revision 1.29 of this file. | Steve Price | 1997-04-28 | 1 | -27/+55 |
| * | Revert $FreeBSD$ to $Id$ | Peter Wemm | 1997-02-22 | 1 | -1/+1 |
| * | Fix a expansion bug that caused the result of `echo $((1 << 30))` | Steve Price | 1997-02-16 | 1 | -2/+5 |
| * | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 1 | -1/+1 |
| * | This doesn't change any behavior, but may be a slight | Steve Price | 1996-12-21 | 1 | -2/+2 |
| * | Merge in NetBSD mods and -Wall cleaning. | Steve Price | 1996-12-14 | 1 | -18/+28 |
| * | 1) define STATIC as static and not empty | Andrey A. Chernov | 1996-10-31 | 1 | -2/+20 |
| * | Ok, lets try this again, shall we? It was definatly my mistake, not | Peter Wemm | 1996-09-10 | 1 | -16/+20 |
| * | ack! back these out so I can see what I did wrong. It looks like a | Peter Wemm | 1996-09-10 | 1 | -19/+15 |
| * | Fix for PR#1248, sh doesn't expand past ${9} | Peter Wemm | 1996-09-10 | 1 | -16/+20 |
| * | Merge of 4.4-Lite2 sh source, plus some gcc -Wall cleaning. This is a | Peter Wemm | 1996-09-01 | 1 | -108/+280 |
| * | Convert to newly added collate compare function | Andrey A. Chernov | 1996-08-12 | 1 | -40/+4 |
| * | Localize it | Andrey A. Chernov | 1996-08-11 | 1 | -2/+40 |
| * | Remove trailing whitespace. | Rodney W. Grimes | 1995-05-30 | 1 | -8/+8 |
| * | Fix the deletion of trailing newlines with backquote expansion. | Guido van Rooij | 1995-03-01 | 1 | -2/+4 |
| * | Added $Id$ | David Greenman | 1994-09-24 | 1 | -0/+2 |
| * | BSD 4.4 Lite bin Sources | Rodney W. Grimes | 1994-05-26 | 1 | -0/+1160 |