History log of /csrg-svn/bin/sh/ (Results 1 – 25 of 274)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
6980908-Jun-1995 christos

added string.h

6980808-Jun-1995 christos

Obey PATH=newpath command

6980705-Jun-1995 christos

Instead of special casing SIGKILL, pretend that trap
succeeded every time sigaction failed [suggested by mycroft]

6980605-Jun-1995 christos

Fake trapping SIGKILL, because we know it will fail.

6974928-May-1995 christos

fixed FOO=1 . ./foo; echo $FOO where foo contained echo $FOO
I.e. variable assignments were not honored is the source command.

6954919-May-1995 christos

$ ); echo $? echoed 0,all other shells echo 2.
Now we set the exitstatus to 2 for all EXERROR errors.
Also I changed the exitstatus to 1 when a command is not found
to comply with historical pract

$ ); echo $? echoed 0,all other shells echo 2.
Now we set the exitstatus to 2 for all EXERROR errors.
Also I changed the exitstatus to 1 when a command is not found
to comply with historical practice.

show more ...

6950916-May-1995 christos

Fixed ${#} which was incorrectly parsed as ${#var}

6946914-May-1995 christos

fixed bug
false

6940213-May-1995 christos

Fix new bug where if exitstatus was not correct if condition
failed

6939111-May-1995 christos

fixed so that existatus is preserved in x=`false`

6928205-May-1995 bostic

delete printf.o

6927704-May-1995 christos

add fd >&$var fix

6927604-May-1995 christos

misc cleanup

6927504-May-1995 christos

No changes

6927404-May-1995 christos

merged netbsd changes

6927304-May-1995 christos

merged netbsd changes

6927204-May-1995 christos

6927104-May-1995 christos

date and time created 95/05/04 17:59:13 by christos

6927004-May-1995 christos

date and time created 95/05/04 17:59:12 by christos

6909028-Apr-1995 bostic

add the documented in the manual but not implemented variable
expansions.
From: Christos Zoulas <christos@deshaw.com>

6898928-Apr-1995 bostic

prettiness police
From: Charles Hannum <mycroft@NetBSD.ORG>

6894427-Apr-1995 bostic

This patch fixes some broken behavior with empty commands in sh,
e.g. ";<CR>", ">foo;<CR>", "(>foo)" are now correct
From: Charles Hannum <mycroft@sun-lamp.cs.berkeley.edu>

6893727-Apr-1995 bostic

J.T. Conklin's changes for signals mean that we don't need all
of the random signal crap any longer

6893527-Apr-1995 bostic

J.T. Conklin's changes for signals mean that we don't need all
of the random signal crap any longer

6893427-Apr-1995 bostic

getpgrp no longer takes an argument
the copyright notice was messed up quite a bit

1234567891011