Subject: sun-lamp CVS commits
To: None <source-changes@sun-lamp.cs.berkeley.edu>
From: The Source Master <srcmastr@NetBSD.ORG>
List: source-changes
Date: 12/23/1994 05:30:03
cgd
Fri Dec 23 05:20:11 PST 1994
Update of /b/source/CVS/src/bin/sh
In directory sun-lamp.cs.berkeley.edu:/e/users/cgd/trees/bin/sh
Modified Files:
arith.y
Log Message:
eliminate two wrong-sized variables which were unused.
cgd
Fri Dec 23 05:21:02 PST 1994
Update of /b/source/CVS/src/bin/sh
In directory sun-lamp.cs.berkeley.edu:/e/users/cgd/trees/bin/sh
Modified Files:
memalloc.c
Log Message:
don't play fast and loose with memory block allcation. try to allocate
in more-round sizes, but realize that not everybody will fill them up
exactly.
cgd
Fri Dec 23 05:22:17 PST 1994
Update of /b/source/CVS/src/bin/sh
In directory sun-lamp.cs.berkeley.edu:/e/users/cgd/trees/bin/sh
Modified Files:
mkinit.c mknodes.c mksyntax.c
Log Message:
pull some prototypes into scope.
cgd
Fri Dec 23 05:24:14 PST 1994
Update of /b/source/CVS/src/bin/sh
In directory sun-lamp.cs.berkeley.edu:/e/users/cgd/trees/bin/sh
Modified Files:
input.c output.c redir.c
Log Message:
pull prototypes into scope for string functions.
cgd
Fri Dec 23 05:24:46 PST 1994
Update of /b/source/CVS/src/bin/sh
In directory sun-lamp.cs.berkeley.edu:/e/users/cgd/trees/bin/sh
Modified Files:
eval.c jobs.c trap.c trap.h
Log Message:
be more careful with casts.