Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Mar 2005 12:56:16 +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 arch.c arch.h cond.c dir.c dir.h globals.h main.c parse.c suff.c suff.h
Message-ID:  <200503231256.j2NCuGoQ046537@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
harti       2005-03-23 12:56:16 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/make         arch.c arch.h cond.c dir.c dir.h 
                         globals.h main.c parse.c suff.c suff.h 
  Log:
  Make paths an explicite datatype instead of using the generic Lst.
  A Path is now a TAILQ of PathElements each of which just points to
  a reference counted directory. Rename all functions dealing with Paths
  from the Dir_ prefix to a Path_ prefix.
  
  Revision  Changes    Path
  1.60      +3 -3      src/usr.bin/make/arch.c
  1.2       +2 -1      src/usr.bin/make/arch.h
  1.43      +1 -1      src/usr.bin/make/cond.c
  1.52      +188 -213  src/usr.bin/make/dir.c
  1.21      +14 -9     src/usr.bin/make/dir.h
  1.2       +6 -5      src/usr.bin/make/globals.h
  1.129     +10 -9     src/usr.bin/make/main.c
  1.88      +17 -17    src/usr.bin/make/parse.c
  1.60      +29 -33    src/usr.bin/make/suff.c
  1.3       +2 -1      src/usr.bin/make/suff.h



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