Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

NetBSD master CVS tree commits



christos
Fri Apr 11 19:00:41 EDT 1997
Update of /cvsroot/src/bin/sh
In directory netbsd1:/var/slash-tmp/cvs-serv24231

Modified Files:
        input.c 
Log Message:
Rename pread to preadfd


christos
Fri Apr 11 19:01:45 EDT 1997
Update of /cvsroot/src/bin/sh
In directory netbsd1:/var/slash-tmp/cvs-serv24704

Modified Files:
        main.c 
Log Message:
Don't call getpwd() because if that fails the shell cannot start. (from scott)


christos
Fri Apr 11 19:03:10 EDT 1997
Update of /cvsroot/src/bin/sh
In directory netbsd1:/var/slash-tmp/cvs-serv24784

Modified Files:
        mknodes.c nodes.c.pat 
Log Message:
Pointer arithmetic on void * is illegal but gcc does not care.


christos
Fri Apr 11 19:05:44 EDT 1997
Update of /cvsroot/src/bin/sh
In directory netbsd1:/var/slash-tmp/cvs-serv24833

Modified Files:
        output.c 
Log Message:
Fix so that this compiles on systems without quads and remove the double
inclusion of varargs/stdarg


christos
Fri Apr 11 19:06:52 EDT 1997
Update of /cvsroot/src/bin/sh
In directory netbsd1:/var/slash-tmp/cvs-serv24924

Modified Files:
        error.c show.c 
Log Message:
Use #ifdef __STDC__ instead of #if __STDC__


christos
Fri Apr 11 19:07:48 EDT 1997
Update of /cvsroot/src/bin/sh
In directory netbsd1:/var/slash-tmp/cvs-serv24978

Modified Files:
        cd.c 
Log Message:
__svr4__ -> __SVR4


christos
Fri Apr 11 19:08:16 EDT 1997
Update of /cvsroot/src/bin/sh
In directory netbsd1:/var/slash-tmp/cvs-serv25000

Modified Files:
        miscbltin.c 
Log Message:
Make this work on systems that don't have quads


christos
Fri Apr 11 19:08:41 EDT 1997
Update of /cvsroot/src/bin/sh
In directory netbsd1:/var/slash-tmp/cvs-serv25037

Modified Files:
        output.h 
Log Message:
#if __STDC__ -> #ifdef __STDC__




Home | Main Index | Thread Index | Old Index