Date: Fri, 23 Dec 1994 05:30:03 -0800 From: The Source Master <srcmastr@NetBSD.ORG> To: source-changes@NetBSD.ORG Subject: sun-lamp CVS commits Message-ID: <199412231330.FAA09668@sun-lamp.cs.berkeley.edu>
next in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199412231330.FAA09668>