cvs commit: src/usr.bin/make suff.c util.c util.h

Max Okumoto okumoto at crater.dragonflybsd.org
Sat Mar 12 03:32:23 PST 2005


okumoto     2005/03/12 03:31:30 PST

DragonFly src repository

  Modified files:
    usr.bin/make         suff.c util.c util.h 
  Log:
  Simplify the print routines by using LST_FOREACH instead of Lst_ForEach
  and inlining the small printing utility functions.
  Create a function that can be used to produce printable representations
  of flag words.
  
  FreeBSD-Date: 2005/03/11 13:24:08
  Author: harti
  
  Revision  Changes    Path
  1.44      +41 -66    src/usr.bin/make/suff.c
  1.19      +20 -0     src/usr.bin/make/util.c
  1.7       +7 -0      src/usr.bin/make/util.h


http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/suff.c.diff?r1=1.43&r2=1.44&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/util.c.diff?r1=1.18&r2=1.19&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/util.h.diff?r1=1.6&r2=1.7&f=u





More information about the Commits mailing list