summaryrefslogtreecommitdiffstats
path: root/bin/sh/expand.c
Commit message (Expand)AuthorAgeFilesLines
* Fix environment passung to eval'ed commands.cracauer2000-05-151-1/+1
* First round of 8-bit fixes.cracauer1999-12-151-4/+4
* Fix "subscript has type `char'" warnings by casting to int, ascracauer1999-12-041-4/+5
* $Id$ -> $FreeBSD$peter1999-08-271-1/+1
* Various spelling/formatting changes.kris1999-05-081-3/+3
* Next approach to make loops in interactive interruptable.cracauer1999-04-211-2/+2
* During variable expansion, the internal representation of the expressiontegge1999-04-131-5/+5
* When a variable expansion is enclosed in double quotes, the internaltegge1999-04-091-14/+54
* Be more consistent with handling of quote mark control character.tegge1998-09-131-58/+6
* Better handling of word splitting. Don't record the same regiontegge1998-09-061-42/+210
* Add rcsid. Spelling.charnier1998-05-181-3/+5
* Back out previous fix - this bug's got diplomatic immunity as a registeredjkh1997-06-191-3/+1
* >Number: 3780jkh1997-06-191-1/+3
* Now [^abc] means the same as [!abc] like bash and *csh already doesache1997-06-061-4/+4
* Use the __unused attribute where warranted.steve1997-05-191-2/+2
* Sync with NetBSD's revision 1.29 of this file.steve1997-04-281-27/+55
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Fix a expansion bug that caused the result of `echo $((1 << 30))`steve1997-02-161-2/+5
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* This doesn't change any behavior, but may be a slightsteve1996-12-211-2/+2
* Merge in NetBSD mods and -Wall cleaning.steve1996-12-141-18/+28
* 1) define STATIC as static and not emptyache1996-10-311-2/+20
* Ok, lets try this again, shall we? It was definatly my mistake, notpeter1996-09-101-16/+20
* ack! back these out so I can see what I did wrong. It looks like apeter1996-09-101-19/+15
* Fix for PR#1248, sh doesn't expand past ${9}peter1996-09-101-16/+20
* Merge of 4.4-Lite2 sh source, plus some gcc -Wall cleaning. This is apeter1996-09-011-108/+280
* Convert to newly added collate compare functionache1996-08-121-40/+4
* Localize itache1996-08-111-2/+40
* Remove trailing whitespace.rgrimes1995-05-301-8/+8
* Fix the deletion of trailing newlines with backquote expansion.guido1995-03-011-2/+4
* Added $Id$dg1994-09-241-0/+2
* BSD 4.4 Lite bin Sourcesrgrimes1994-05-261-0/+1160
OpenPOWER on IntegriCloud