From owner-cvs-usrbin Sat Sep 21 19:29:05 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id TAA23221 for cvs-usrbin-outgoing; Sat, 21 Sep 1996 19:29:05 -0700 (PDT) Received: (from steve@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id TAA23051; Sat, 21 Sep 1996 19:28:41 -0700 (PDT) Date: Sat, 21 Sep 1996 19:28:41 -0700 (PDT) From: Steve Price Message-Id: <199609220228.TAA23051@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/make buf.c buf.h parse.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 96/09/21 19:28:40 Modified: usr.bin/make buf.c buf.h parse.c Log: Fix for PR# 1095, make's continuation line handling buggy when used with .elif. Additional fixes include: - fix continuation line handling when using .for - plug up a memory leak Revision Changes Path 1.4 +25 -0 src/usr.bin/make/buf.c 1.3 +1 -0 src/usr.bin/make/buf.h 1.10 +35 -45 src/usr.bin/make/parse.c