Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 10/16/1996 14:50:02
christos
Wed Oct 16 10:40:33 EDT 1996
Update of /cvsroot/src/bin/sh
In directory netbsd1:/var/slash-tmp/cvs-serv23184

Modified Files:
	histedit.c 
Log Message:
PR/2808: Remove extraneous newlines from error routines (from FreeBSD)


christos
Wed Oct 16 10:42:21 EDT 1996
Update of /cvsroot/src/bin/sh
In directory netbsd1:/var/slash-tmp/cvs-serv23286

Modified Files:
	jobs.c 
Log Message:
PR/2808: Don't include <sgtty.h> unless OLD_TTY_DRIVER is defined.
         Remove extraneous newline from error messages.


christos
Wed Oct 16 10:43:38 EDT 1996
Update of /cvsroot/src/bin/sh
In directory netbsd1:/var/slash-tmp/cvs-serv23401

Modified Files:
	mkinit.c 
Log Message:
PR/2808: #undef things that we #define to avoid duplicate definitions.
	 (from FreeBSD)


christos
Wed Oct 16 10:44:29 EDT 1996
Update of /cvsroot/src/bin/sh
In directory netbsd1:/var/slash-tmp/cvs-serv23461

Modified Files:
	mknodes.c 
Log Message:
PR/2808: Remove extraneous newline from error message (from FreeBSD)


christos
Wed Oct 16 10:46:35 EDT 1996
Update of /cvsroot/src/bin/sh
In directory netbsd1:/var/slash-tmp/cvs-serv23522

Modified Files:
	mksyntax.c 
Log Message:
PR/2808: Use the <ctype.h> functions instead of our homegrown tables to
         determine if a character is alpha or alphanumeric, so that NLS
	 works... now if only our NLS really worked... (from FreeBSD).


christos
Wed Oct 16 10:47:50 EDT 1996
Update of /cvsroot/src/bin/sh
In directory netbsd1:/var/slash-tmp/cvs-serv23613

Modified Files:
	mktokens 
Log Message:
PR/2808: tokens.def -> tokens.h


christos
Wed Oct 16 10:49:03 EDT 1996
Update of /cvsroot/src/bin/sh
In directory netbsd1:/var/slash-tmp/cvs-serv23733

Modified Files:
	mystring.c 
Log Message:
PR/2808: Kill use of error2() (from FreeBSD)


christos
Wed Oct 16 10:49:57 EDT 1996
Update of /cvsroot/src/bin/sh
In directory netbsd1:/var/slash-tmp/cvs-serv23786

Modified Files:
	options.c 
Log Message:
PR/2808: POSIX 1003.2: first arg after -c cmd is $0, remainder $1...
	 (from FreeBSD)