Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Aug 1997 14:42:21 -0700 (PDT)
From:      Steve Price <steve@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-bin@FreeBSD.ORG
Subject:   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:  <199708072142.OAA01471@freefall.freebsd.org>

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
  
  Revision  Changes    Path
  1.8       +11 -11    src/bin/csh/Makefile
  1.7       +5 -2      src/bin/csh/alloc.c
  1.5       +5 -2      src/bin/csh/char.c
  1.7       +5 -2      src/bin/csh/const.c
  1.9       +24 -21    src/bin/csh/csh.c
  1.5       +4 -4      src/bin/csh/csh.h
  1.7       +29 -26    src/bin/csh/dir.c
  1.6       +27 -24    src/bin/csh/dol.c
  1.5       +6 -3      src/bin/csh/err.c
  1.7       +30 -27    src/bin/csh/exec.c
  1.5       +49 -46    src/bin/csh/exp.c
  1.7       +31 -28    src/bin/csh/file.c
  1.8       +54 -51    src/bin/csh/func.c
  1.9       +18 -15    src/bin/csh/glob.c
  1.5       +12 -9     src/bin/csh/hist.c
  1.5       +5 -3      src/bin/csh/init.c
  1.7       +51 -48    src/bin/csh/lex.c
  1.6       +37 -34    src/bin/csh/misc.c
  1.6       +34 -31    src/bin/csh/parse.c
  1.5       +2 -2      src/bin/csh/pathnames.h
  1.5       +48 -45    src/bin/csh/proc.c
  1.6       +14 -11    src/bin/csh/sem.c
  1.7       +51 -47    src/bin/csh/set.c
  1.6       +40 -37    src/bin/csh/str.c
  1.8       +14 -11    src/bin/csh/time.c



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