DragonFly BSD
DragonFly commits List (threaded) for 2004-11
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

cvs commit: src/usr.bin/make


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 12 Nov 2004 16:10:09 -0800 (PST)

dillon      2004/11/12 16:10:09 PST

DragonFly src repository

  Added files:
    usr.bin/make         var.h 
  Log:
  Split var.c into var.c and var_modify.c and move all the modification funcs
  to var_modify.c, for readability.  constify some low hanging fruit (string
  manipulation functions) and the upper layers appropriately.  No longer use
  the private strstr(3) implementation, while changing string code.  Add var.h
  
  Taken-From: FreeBSD/jmallett




[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]