Source-Changes archive

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

NetBSD master CVS tree commits



mrg
Thu Jan 23 06:01:47 PST 1997
Update of /cvsroot/src/lib/libc
In directory netbsd1:/var/slash-tmp/cvs-serv7291/libc

Modified Files:
        shlib_version 
Log Message:
- convert unsafe strcpy(), strcat() and sprintf() to the `n' versions.
- some KNF.


mrg
Thu Jan 23 06:01:49 PST 1997
Update of /cvsroot/src/lib/libc/compat-43
In directory netbsd1:/var/slash-tmp/cvs-serv7291/libc/compat-43

Modified Files:
        getwd.c 
Log Message:
- convert unsafe strcpy(), strcat() and sprintf() to the `n' versions.
- some KNF.


mrg
Thu Jan 23 06:01:50 PST 1997
Update of /cvsroot/src/lib/libc/db/hash
In directory netbsd1:/var/slash-tmp/cvs-serv7291/libc/db/hash

Modified Files:
        ndbm.c 
Log Message:
- convert unsafe strcpy(), strcat() and sprintf() to the `n' versions.
- some KNF.


mrg
Thu Jan 23 06:01:59 PST 1997
Update of /cvsroot/src/lib/libc/gen
In directory netbsd1:/var/slash-tmp/cvs-serv7291/libc/gen

Modified Files:
        disklabel.c fstab.c getcap.c getpwent.c psignal.c timezone.c 
Log Message:
- convert unsafe strcpy(), strcat() and sprintf() to the `n' versions.
- some KNF.


mrg
Thu Jan 23 06:02:01 PST 1997
Update of /cvsroot/src/lib/libc/gmon
In directory netbsd1:/var/slash-tmp/cvs-serv7291/libc/gmon

Modified Files:
        gmon.c 
Log Message:
- convert unsafe strcpy(), strcat() and sprintf() to the `n' versions.
- some KNF.


mrg
Thu Jan 23 06:02:02 PST 1997
Update of /cvsroot/src/lib/libc/locale
In directory netbsd1:/var/slash-tmp/cvs-serv7291/libc/locale

Modified Files:
        setlocale.c 
Log Message:
- convert unsafe strcpy(), strcat() and sprintf() to the `n' versions.
- some KNF.


mrg
Thu Jan 23 06:02:10 PST 1997
Update of /cvsroot/src/lib/libc/net
In directory netbsd1:/var/slash-tmp/cvs-serv7291/libc/net

Modified Files:
        ethers.c gethostnamadr.c rcmd.c res_debug.c res_init.c 
        res_query.c 
Log Message:
- convert unsafe strcpy(), strcat() and sprintf() to the `n' versions.
- some KNF.


mrg
Thu Jan 23 06:02:13 PST 1997
Update of /cvsroot/src/lib/libc/regex
In directory netbsd1:/var/slash-tmp/cvs-serv7291/libc/regex

Modified Files:
        engine.c regerror.c 
Log Message:
- convert unsafe strcpy(), strcat() and sprintf() to the `n' versions.
- some KNF.


mrg
Thu Jan 23 06:02:17 PST 1997
Update of /cvsroot/src/lib/libc/rpc
In directory netbsd1:/var/slash-tmp/cvs-serv7291/libc/rpc

Modified Files:
        clnt_perror.c clnt_simple.c 
Log Message:
- convert unsafe strcpy(), strcat() and sprintf() to the `n' versions.
- some KNF.


mrg
Thu Jan 23 06:02:18 PST 1997
Update of /cvsroot/src/lib/libc/stdio
In directory netbsd1:/var/slash-tmp/cvs-serv7291/libc/stdio

Modified Files:
        perror.c 
Log Message:
- convert unsafe strcpy(), strcat() and sprintf() to the `n' versions.
- some KNF.


mrg
Thu Jan 23 06:02:20 PST 1997
Update of /cvsroot/src/lib/libc/stdlib
In directory netbsd1:/var/slash-tmp/cvs-serv7291/libc/stdlib

Modified Files:
        realpath.c 
Log Message:
- convert unsafe strcpy(), strcat() and sprintf() to the `n' versions.
- some KNF.


mrg
Thu Jan 23 06:02:26 PST 1997
Update of /cvsroot/src/lib/libc/string
In directory netbsd1:/var/slash-tmp/cvs-serv7291/libc/string

Modified Files:
        __strerror.c __strsignal.c strerror.c strsignal.c 
Log Message:
- convert unsafe strcpy(), strcat() and sprintf() to the `n' versions.
- some KNF.


mrg
Thu Jan 23 06:02:34 PST 1997
Update of /cvsroot/src/lib/libc/time
In directory netbsd1:/var/slash-tmp/cvs-serv7291/libc/time

Modified Files:
        asctime.c ialloc.c localtime.c zdump.c zic.c 
Log Message:
- convert unsafe strcpy(), strcat() and sprintf() to the `n' versions.
- some KNF.


mrg
Thu Jan 23 06:02:36 PST 1997
Update of /cvsroot/src/lib/libc/yp
In directory netbsd1:/var/slash-tmp/cvs-serv7291/libc/yp

Modified Files:
        yplib.c 
Log Message:
- convert unsafe strcpy(), strcat() and sprintf() to the `n' versions.
- some KNF.


mrg
Thu Jan 23 06:02:38 PST 1997
Update of /cvsroot/src/lib/libcompat/4.3
In directory netbsd1:/var/slash-tmp/cvs-serv7291/libcompat/4.3

Modified Files:
        rexec.c 
Log Message:
- convert unsafe strcpy(), strcat() and sprintf() to the `n' versions.
- some KNF.


mrg
Thu Jan 23 06:02:40 PST 1997
Update of /cvsroot/src/lib/libcompat/regexp
In directory netbsd1:/var/slash-tmp/cvs-serv7291/libcompat/regexp

Modified Files:
        regexp.c 
Log Message:
- convert unsafe strcpy(), strcat() and sprintf() to the `n' versions.
- some KNF.


mrg
Thu Jan 23 06:02:42 PST 1997
Update of /cvsroot/src/lib/libcurses
In directory netbsd1:/var/slash-tmp/cvs-serv7291/libcurses

Modified Files:
        setterm.c 
Log Message:
- convert unsafe strcpy(), strcat() and sprintf() to the `n' versions.
- some KNF.


mrg
Thu Jan 23 06:02:44 PST 1997
Update of /cvsroot/src/lib/libcurses/PSD.doc
In directory netbsd1:/var/slash-tmp/cvs-serv7291/libcurses/PSD.doc

Modified Files:
        ex2.c 
Log Message:
- convert unsafe strcpy(), strcat() and sprintf() to the `n' versions.
- some KNF.


mrg
Thu Jan 23 06:02:50 PST 1997
Update of /cvsroot/src/lib/libedit
In directory netbsd1:/var/slash-tmp/cvs-serv7291/libedit

Modified Files:
        history.c search.c term.c 
Log Message:
- convert unsafe strcpy(), strcat() and sprintf() to the `n' versions.
- some KNF.


mrg
Thu Jan 23 06:02:53 PST 1997
Update of /cvsroot/src/lib/libkvm
In directory netbsd1:/var/slash-tmp/cvs-serv7291/libkvm

Modified Files:
        kvm.c 
Log Message:
- convert unsafe strcpy(), strcat() and sprintf() to the `n' versions.
- some KNF.


mrg
Thu Jan 23 06:02:55 PST 1997
Update of /cvsroot/src/lib/libkvm.old
In directory netbsd1:/var/slash-tmp/cvs-serv7291/libkvm.old

Modified Files:
        kvm.c 
Log Message:
- convert unsafe strcpy(), strcat() and sprintf() to the `n' versions.
- some KNF.


mrg
Thu Jan 23 06:03:04 PST 1997
Update of /cvsroot/src/lib/libpcap
In directory netbsd1:/var/slash-tmp/cvs-serv7291/libpcap

Modified Files:
        bpf_image.c gencode.c inet.c pcap-bpf.c pcap.c savefile.c 
Log Message:
- convert unsafe strcpy(), strcat() and sprintf() to the `n' versions.
- some KNF.


mrg
Thu Jan 23 06:03:06 PST 1997
Update of /cvsroot/src/lib/librmt
In directory netbsd1:/var/slash-tmp/cvs-serv7291/librmt

Modified Files:
        rmtlib.c 
Log Message:
- convert unsafe strcpy(), strcat() and sprintf() to the `n' versions.
- some KNF.


mrg
Thu Jan 23 06:03:11 PST 1997
Update of /cvsroot/src/lib/libskey
In directory netbsd1:/var/slash-tmp/cvs-serv7291/libskey

Modified Files:
        put.c skey.h skeylogin.c skeysubr.c 
Log Message:
- convert unsafe strcpy(), strcat() and sprintf() to the `n' versions.
- some KNF.


mrg
Thu Jan 23 06:03:15 PST 1997
Update of /cvsroot/src/lib/libterm
In directory netbsd1:/var/slash-tmp/cvs-serv7291/libterm

Modified Files:
        termcap.c tgoto.c 
Log Message:
- convert unsafe strcpy(), strcat() and sprintf() to the `n' versions.
- some KNF.


mrg
Thu Jan 23 06:03:24 PST 1997
Update of /cvsroot/src/lib/libwrap
In directory netbsd1:/var/slash-tmp/cvs-serv7291/libwrap

Modified Files:
        diag.c eval.c fix_options.c options.c socket.c update.c 
Log Message:
- convert unsafe strcpy(), strcat() and sprintf() to the `n' versions.
- some KNF.


mrg
Thu Jan 23 06:03:30 PST 1997
Update of /cvsroot/src/lib/libz
In directory netbsd1:/var/slash-tmp/cvs-serv7291/libz

Modified Files:
        example.c gzio.c minigzip.c 
Log Message:
- convert unsafe strcpy(), strcat() and sprintf() to the `n' versions.
- some KNF.




Home | Main Index | Thread Index | Old Index