Source-Changes archive

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

NetBSD master CVS tree commits



cgd
Wed Dec 18 23:52:00 PST 1996
Update of /cvsroot/src/share/mk
In directory netbsd1:/var/slash-tmp/cvs-serv11261

Modified Files:
        bsd.lib.mk 
Log Message:
remove outdated XXX comment (mine)

cgd
Wed Dec 18 23:52:53 PST 1996
Update of /cvsroot/src/lib/libc
In directory netbsd1:/var/slash-tmp/cvs-serv11292

Modified Files:
        Makefile 
Log Message:
set LLIBS to nothing, so we don't try to lint the C libarary against
itself when creating llib-lc.ln.


cgd
Wed Dec 18 23:56:33 PST 1996
Update of /cvsroot/src/lib/libc/gmon
In directory netbsd1:/var/slash-tmp/cvs-serv11339/gmon

Modified Files:
        gmon.c 
Log Message:
use __inline and __asm, rather than inline and asm.  By default (without -g)
lint won't accept the latter two, but will accept the former two as valid.
As far as gcc's concerned, they're the same.


cgd
Wed Dec 18 23:56:35 PST 1996
Update of /cvsroot/src/lib/libc/stdlib
In directory netbsd1:/var/slash-tmp/cvs-serv11339/stdlib

Modified Files:
        qsort.c radixsort.c 
Log Message:
use __inline and __asm, rather than inline and asm.  By default (without -g)
lint won't accept the latter two, but will accept the former two as valid.
As far as gcc's concerned, they're the same.




Home | Main Index | Thread Index | Old Index