From b8d3d7077acdf6560d55f35bdde7817cf794863b Mon Sep 17 00:00:00 2001 From: Przemyslaw Czerpak Date: Tue, 25 Sep 2012 13:50:04 +0000 Subject: [PATCH] 2012-09-25 15:49 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * harbour/src/compiler/harbour.y * harbour/src/macro/macro.y * disabled meaningless warnings in BCC and OpenWatcom builds * harbour/src/compiler/harbour.yyh * harbour/src/compiler/harbour.yyc * harbour/src/macro/macro.yyc * harbour/src/macro/macro.yyh * regenerated with unpatched bison 2.5 * harbour/config/win/pocc.mk * added -I$(TOP) to PORC build flags - it's necessary to compile HBMK2 with PORC 4.50.1 --- harbour/ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 48a90ea46d..c777a8cda2 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,21 @@ The license applies to all entries newer than 2009-04-28. */ +2012-09-25 15:49 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) + * harbour/src/compiler/harbour.y + * harbour/src/macro/macro.y + * disabled meaningless warnings in BCC and OpenWatcom builds + + * harbour/src/compiler/harbour.yyh + * harbour/src/compiler/harbour.yyc + * harbour/src/macro/macro.yyc + * harbour/src/macro/macro.yyh + * regenerated with unpatched bison 2.5 + + * harbour/config/win/pocc.mk + * added -I$(TOP) to PORC build flags - it's necessary to compile + HBMK2 with PORC 4.50.1 + 2012-09-25 15:43 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * harbour/src/compiler/harbour.y * harbour/src/macro/macro.y