Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Feb 2005 16:48:35 +0000 (UTC)
From:      Hartmut Brandt <harti@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/make buf.c buf.h
Message-ID:  <200502041648.j14GmZDR046934@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
harti       2005-02-04 16:48:35 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/make         buf.c buf.h 
  Log:
  Rewrite of the buf code:
  - convert Buf_AddByte from a macro to a function
  - move #define's into the header file
  - remove unused field in struct Buffer
  - remove size fields - they can be easily computed
  - inline Buf_OvAddByte
  
  Submitted by:   Max Okumoto <okumoto@ucsd.edu>
  
  Revision  Changes    Path
  1.29      +88 -156   src/usr.bin/make/buf.c
  1.21      +7 -13     src/usr.bin/make/buf.h



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