summaryrefslogtreecommitdiffstats
path: root/bin/sh/eval.c
Commit message (Expand)AuthorAgeFilesLines
* Fix how /bin/sh handles 'for' and 'case' statements when it is called to dogad2001-06-011-0/+16
* Implement the <> redirection operator.brian2000-10-031-0/+1
* Fix environment passung to eval'ed commands.cracauer2000-05-151-0/+1
* Fix command hash handling oncracauer1999-12-201-1/+27
* Include strerror(errno) in error messages after failed system calls.cracauer1999-11-291-3/+4
* The pipleline problem introduced in version 1.22 wasn't fully fixed incracauer1999-11-171-1/+1
* Correct logic from previous commit - middle processes in long pipessteve1999-11-071-1/+1
* When a backquote command inside a here-document had a pipe with morecracauer1999-11-051-1/+2
* Fix ';' command when used with -e flag.cracauer1999-10-261-1/+8
* $Id$ -> $FreeBSD$peter1999-08-271-1/+1
* Fix handling of the cd command inside evaluations. It was changing PWD,sheldonh1999-07-191-1/+2
* Various spelling/formatting changes.kris1999-05-081-2/+2
* Next approach to make loops in interactive interruptable.cracauer1999-04-211-5/+6
* In interactive shells, break loops to the topmost level when a childcracauer1999-04-031-1/+6
* The immediate execution of traps I introduced in September 1998 (tocracauer1999-04-011-2/+3
* Add rcsid. Spelling.charnier1998-05-181-3/+5
* When calling a shell function, remember whether exit status is tested.cracauer1998-05-041-2/+5
* Use the __unused attribute where warranted.steve1997-05-191-7/+7
* Nuke register keyword usage and #if -> #ifdef.steve1997-04-281-2/+2
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Merge in NetBSD mods and -Wall cleaning.steve1996-12-141-42/+40
* Back out rev 1.7 which was to fix PR#1206 (to be reopened).peter1996-11-121-19/+2
* Close PR# 1206. sh(1) now ignores SIGINT and SIGQUITsteve1996-10-221-3/+19
* Fix a problem with sh that conflicts with the -esteve1996-10-061-2/+5
* Merge of 4.4-Lite2 sh source, plus some gcc -Wall cleaning. This is apeter1996-09-011-76/+144
* Don't dereference a NULL pointer in the case of a null pipe.dg1995-09-201-2/+3
* Remove trailing whitespace.rgrimes1995-05-301-4/+4
* Added $Id$dg1994-09-241-0/+2
* BSD 4.4 Lite bin Sourcesrgrimes1994-05-261-0/+933
OpenPOWER on IntegriCloud