Source-Changes archive

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

NetBSD master CVS tree commits



christos
Tue Dec 31 12:52:24 EST 1996
Update of /cvsroot/src/usr.bin/make
In directory netbsd1:/var/slash-tmp/cvs-serv24064

Modified Files:
        Makefile.boot 
Log Message:
Use explicit .c.o rule so that the bootstrap process works.


christos
Tue Dec 31 12:53:22 EST 1996
Update of /cvsroot/src/usr.bin/make
In directory netbsd1:/var/slash-tmp/cvs-serv24154

Modified Files:
        buf.c buf.h 
Log Message:
Use only integral types in procedure arguments.


christos
Tue Dec 31 12:54:17 EST 1996
Update of /cvsroot/src/usr.bin/make
In directory netbsd1:/var/slash-tmp/cvs-serv24194

Modified Files:
        main.c 
Log Message:
- include <stdlib.h> to get getenv() prototype on SVR4
- if __STDC__ -> ifdef __STDC__ to appease SVR4


is
Tue Dec 31 09:54:29 PST 1996
Update of /cvsroot/src/sys/arch/amiga/dev
In directory netbsd1:/var/slash-tmp/cvs-serv23790

Modified Files:
        grf_rh.c 
Log Message:
First part of making hardware cursor actually work.
For some reason it wouldn't get positioned right when mapped in through the
blitter memory mapped location, so switched to the register mapping, which
works.
XXX colormap handling for the cursor is still broken.


christos
Tue Dec 31 12:55:03 EST 1996
Update of /cvsroot/src/usr.bin/make
In directory netbsd1:/var/slash-tmp/cvs-serv24234

Modified Files:
        make.h 
Log Message:
define const and volatile for non __STDC__


christos
Tue Dec 31 12:55:29 EST 1996
Update of /cvsroot/src/usr.bin/make
In directory netbsd1:/var/slash-tmp/cvs-serv24260

Modified Files:
        parse.c 
Log Message:
add a missing 'static' decl.


christos
Tue Dec 31 12:56:04 EST 1996
Update of /cvsroot/src/usr.bin/make
In directory netbsd1:/var/slash-tmp/cvs-serv24376

Modified Files:
        util.c 
Log Message:
implement snprintf() and vsnprintf() for non BSD4_4 systems.




Home | Main Index | Thread Index | Old Index