Source-Changes archive

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

NetBSD master CVS tree commits



veego
Sat Nov  8 14:01:16 PST 1997
Update of /cvsroot/src/lib/libc/string
In directory netbsd1:/var/slash-tmp/cvs-serv17609

Added Files:
      Tag: netbsd-1-3
        Lint_bcmp.c Lint_index.c Lint_memmove.c Lint_strchr.c 
        Lint_strncmp.c Lint_bcopy.c Lint_memchr.c Lint_memset.c 
        Lint_strcmp.c Lint_strrchr.c Lint_bzero.c Lint_memcmp.c 
        Lint_rindex.c Lint_strcpy.c Lint_swab.c Lint_ffs.c 
        Lint_memcpy.c Lint_strcat.c Lint_strlen.c 
Log Message:
pull up changes from the trunk (approved by perry) from cgd:
>lint stubs for functions which ports use assembly versions.  When using
>an assembly version of a function, add the right lint stub to the Makefile.inc
>which specifies the source to build the function (see the
>arch/i386/*/Makefile.inc).  Can't just lint the normal C versions of these
>functions, because some of them don't _have_ normal C versions and if
>that were done dependencies would get messed up.


veego
Sat Nov  8 14:03:00 PST 1997
Update of /cvsroot/src/lib/libc/sys
In directory netbsd1:/var/slash-tmp/cvs-serv17913

Added Files:
      Tag: netbsd-1-3
        Lint_Ovfork.c Lint_pipe.c Lint_sigpending.c Lint_syscall.c 
        Lint_brk.c Lint_ptrace.c Lint_sigprocmask.c Lint_exect.c 
        Lint_sbrk.c Lint_sigreturn.c Lint_fork.c Lint_setlogin.c 
        Lint_sigsuspend.c 
Log Message:
pull up changes from the trunk (approved by perry) from cgd:
>lint stubs for functions which ports use assembly versions.  When using
>an assembly version of a function, add the right lint stub to the Makefile.inc
>which specifies the source to build the function (see the
>arch/i386/*/Makefile.inc).  Can't just lint the normal C versions of these
>functions, because some of them don't _have_ normal C versions and if
>that were done dependencies would get messed up.




Home | Main Index | Thread Index | Old Index