cvs commit: src/usr.bin/make arch.c cond.c for.c job.c main.c parse.c suff.c var.c

Hartmut Brandt harti at FreeBSD.org
Mon Mar 21 23:50:41 PST 2005


harti       2005-03-22 07:50:40 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/make         arch.c cond.c for.c job.c main.c parse.c 
                         suff.c var.c 
  Log:
  Simplify buffer access by using Buf_Data() and Buf_Peel() where
  appropriate.
  
  Patch:          7.147-7.151
  
  Submitted by:   Max Okumoto <okumoto at ucsd.edu>
  
  Revision  Changes    Path
  1.58      +2 -6      src/usr.bin/make/arch.c
  1.42      +1 -4      src/usr.bin/make/cond.c
  1.40      +1 -1      src/usr.bin/make/for.c
  1.81      +1 -4      src/usr.bin/make/job.c
  1.127     +1 -1      src/usr.bin/make/main.c
  1.87      +11 -26    src/usr.bin/make/parse.c
  1.59      +1 -1      src/usr.bin/make/suff.c
  1.133     +14 -33    src/usr.bin/make/var.c


More information about the cvs-src mailing list