aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSimon J. Gerraty <sjg@FreeBSD.org>2018-12-22 21:32:17 +0000
committerSimon J. Gerraty <sjg@FreeBSD.org>2018-12-22 21:32:17 +0000
commit4e6c593faabfd45028e88e42b3456080669bdabf (patch)
tree37da31a3e20012aeafc0ca71ffb41d33d5d9fe3e /ChangeLog
parent14ed4acf373acf4a08f80acf1689d5f967460af0 (diff)
downloadsrc-4e6c593faabfd45028e88e42b3456080669bdabf.tar.gz
src-4e6c593faabfd45028e88e42b3456080669bdabf.zip
Import bmake-20181221vendor/NetBSD/bmake/20181221
o parse.c: ParseVErrorInternal use .PARSEDIR and apply if relative, and then use .PARSEFILE for consistent result. o var.c: avoid SEGFAULT in .unexport-env when MAKELEVEL is not set
Notes
Notes: svn path=/vendor/NetBSD/bmake/dist/; revision=342372 svn path=/vendor/NetBSD/bmake/20181221/; revision=342373; tag=vendor/NetBSD/bmake/20181221
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog23
1 files changed, 23 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 25edb9e496ae..fb56f8435389 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,26 @@
+2018-12-21 Simon J Gerraty <sjg@beast.crufty.net>
+
+ * VERSION: 20181221
+ Merge with NetBSD make, pick up
+ o parse.c: ParseVErrorInternal use .PARSEDIR
+ and apply if relative, and then use .PARSEFILE
+ for consistent result.
+
+2018-12-20 Simon J Gerraty <sjg@beast.crufty.net>
+
+ * VERSION: 20181220
+ Merge with NetBSD make, pick up
+ o parse.c: ParseVErrorInternal use .CURDIR if .PARSEDIR
+ is relative
+ o var.c: avoid SEGFAULT in .unexport-env
+ when MAKELEVEL is not set
+
+2018-12-16 Simon J Gerraty <sjg@beast.crufty.net>
+
+ * VERSION: 20181216
+ Merge with NetBSD make, pick up
+ o fix for unit-tests/varquote.mk on Debian
+
2018-09-21 Simon J. Gerraty <sjg@bad.crufty.net>
* VERSION: 20180919