diff --git a/harbour/ChangeLog b/harbour/ChangeLog index f4d4e34347..296b705b25 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,7 @@ +19990916-10:37 GMT+1 Antonio Linares + * source/compiler/harbour.y + * Added support for multiple include paths using /I compiler flag + 19990916-05:50 GMT+1 Victor Szel * source/rtl/itemapi.c + Added NOTE why pItemArg1 is needed. @@ -11,13 +15,13 @@ source/rtl/gt/gtdos.c include/gtapi.h * converted a number of parameters to USHORT, SHORT or BYTE - + 19990916-05:30 GMT+1 Victor Szel * source/compiler/harbour.y include/hberrors.h - ! Proper error shown when more than one input (.prg) filenames are - specified, it caused a leak previously and was not compatible with + ! Proper error shown when more than one input (.prg) filenames are + specified, it caused a leak previously and was not compatible with Clipper. ! Invalid filename message when the passed filename only contains dir/drive. GPF fixed. @@ -51,7 +55,7 @@ + All copyright header changed to the new one. * source/rtl/menuto.prg ! RELEASE (cVariable) changed to __MVRELEASE( cVariable ) since now - to former is not preprocessed, which is fine BTW, since Clipper + to former is not preprocessed, which is fine BTW, since Clipper is doing the same. * make_tpl.* + mingw32 added as a new option. @@ -94,7 +98,7 @@ source/vm/*.c source/compiler/*.c source/compiler/harbour.l - source/compiler/harbour.y + source/compiler/harbour.y * Copyright text changed to the newer version. * source/compiler/harbour.y ! One buggy error message text fixed (%i format specifier removed).