Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Aug 1997 01:40:10 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        cvs-all@FreeBSD.ORG, cvs-bin@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, steve@FreeBSD.ORG
Subject:   Re: cvs commit: src/bin/csh Makefile alloc.c char.c const.c csh.c csh.h dir.c dol.c err.c exec.c exp.c file.c func.c glob.c hist.c init.c lex.c misc.c parse.c pathnames.h proc.c sem.c set.c str.c time.c
Message-ID:  <199708081540.BAA27636@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help

>steve       1997/08/07 14:42:20 PDT
>
>  Modified files:
>    bin/csh              Makefile alloc.c char.c const.c csh.c 
>                         csh.h dir.c dol.c err.c exec.c exp.c 
>                         file.c func.c glob.c hist.c init.c lex.c 
>                         misc.c parse.c pathnames.h proc.c sem.c 
>                         set.c str.c time.c 
>  Log:
>  Changes include: sccsid -> rcsid, bcopy -> memcpy, don't use the
>  register keyword, and -Wall cleaning.
>  
>  Obtained from: similar changes in NetBSD

You should merge with Lite2 first.  Lite2 changed at least bcopy
differently - it removed the bogus casts (although this is wrong
for K&R).

I don't like removing register any more than removing trailing
whitespace. `register' occured on 473 lines in csh, and removing it
created 95K of context diffs.

Bruce



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199708081540.BAA27636>