aboutsummaryrefslogtreecommitdiff
path: root/bin/sh/expand.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: Fix expanding of quoted positional parameters in case patterns.Stefan Farfeleder2006-11-221-6/+6
* MFC: Report invalid parameter expansions only when they are executed.Stefan Farfeleder2006-11-221-0/+5
* Sync with HEAD's code:Stefan Farfeleder2005-11-061-4/+2
* Fix a bug when shell expansion is done against dangling symlinks, byXin LI2005-07-071-1/+1
* Remove clause 3 from the UCB licenses.Mark Murray2004-04-061-4/+0
* Remove collate_range_cmp() stabilization, it conflicts with rangesAndrey A. Chernov2003-08-031-9/+2
* Changes following CScout analysis:Diomidis Spinellis2003-07-051-6/+6
* Instead of eating trailing newlines after inserting them into theBill Fenner2003-05-311-5/+12
* Fixed (soon might be fatal) -Wformat warnings.Ruslan Ermilov2003-03-151-2/+3
* Do not strip CTL* escapes from redirection filenames in exptilde(),Tim J. Robbins2003-01-081-4/+4
* Add the "wordexp" shell built-in command which will be used to implementTim J. Robbins2002-12-261-0/+22
* Do not strip CTL* escapes from redirection filenames in argstr(); theyTim J. Robbins2002-10-081-1/+1
* Replace various spellings with FALLTHROUGH which is lint()ablePhilippe Charnier2002-08-251-1/+1
* Consistently use FBSDIDDavid E. O'Brien2002-06-301-2/+2
* Implement the -u (-o nounset) option, which gives an error message ifTim J. Robbins2002-05-191-0/+11
* o __P has been reovedWarner Losh2002-02-021-103/+55
* Don't check uninitialized memory for having the shell control characterTor Egge2001-09-191-4/+4
* BASESYNTAX, DQSYNTAX, SQSYNTAX and ARISYNTAX handles negative indexes.Tor Egge2001-09-191-4/+4
* Fix environment passung to eval'ed commands.Martin Cracauer2000-05-151-1/+1
* First round of 8-bit fixes.Martin Cracauer1999-12-151-4/+4
* Fix "subscript has type `char'" warnings by casting to int, asMartin Cracauer1999-12-041-4/+5
* $Id$ -> $FreeBSD$Peter Wemm1999-08-271-1/+1
* Various spelling/formatting changes.Kris Kennaway1999-05-081-3/+3
* Next approach to make loops in interactive interruptable.Martin Cracauer1999-04-211-2/+2
* During variable expansion, the internal representation of the expressionTor Egge1999-04-131-5/+5
* When a variable expansion is enclosed in double quotes, the internalTor Egge1999-04-091-14/+54
* Be more consistent with handling of quote mark control character.Tor Egge1998-09-131-58/+6
* Better handling of word splitting. Don't record the same regionTor Egge1998-09-061-42/+210
* Add rcsid. Spelling.Philippe Charnier1998-05-181-3/+5
* Back out previous fix - this bug's got diplomatic immunity as a registeredJordan K. Hubbard1997-06-191-3/+1
* >Number: 3780Jordan K. Hubbard1997-06-191-1/+3
* Now [^abc] means the same as [!abc] like bash and *csh already doesAndrey A. Chernov1997-06-061-4/+4
* Use the __unused attribute where warranted.Steve Price1997-05-191-2/+2
* Sync with NetBSD's revision 1.29 of this file.Steve Price1997-04-281-27/+55
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Fix a expansion bug that caused the result of `echo $((1 << 30))`Steve Price1997-02-161-2/+5
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* This doesn't change any behavior, but may be a slightSteve Price1996-12-211-2/+2
* Merge in NetBSD mods and -Wall cleaning.Steve Price1996-12-141-18/+28
* 1) define STATIC as static and not emptyAndrey A. Chernov1996-10-311-2/+20
* Ok, lets try this again, shall we? It was definatly my mistake, notPeter Wemm1996-09-101-16/+20
* ack! back these out so I can see what I did wrong. It looks like aPeter Wemm1996-09-101-19/+15
* Fix for PR#1248, sh doesn't expand past ${9}Peter Wemm1996-09-101-16/+20
* Merge of 4.4-Lite2 sh source, plus some gcc -Wall cleaning. This is aPeter Wemm1996-09-011-108/+280
* Convert to newly added collate compare functionAndrey A. Chernov1996-08-121-40/+4
* Localize itAndrey A. Chernov1996-08-111-2/+40
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-8/+8
* Fix the deletion of trailing newlines with backquote expansion.Guido van Rooij1995-03-011-2/+4
* Added $Id$David Greenman1994-09-241-0/+2
* BSD 4.4 Lite bin SourcesRodney W. Grimes1994-05-261-0/+1160