*** empty log message ***

This commit is contained in:
Antonio Linares
1999-09-16 09:00:21 +00:00
parent 8175b9bd79
commit fba893a06a

View File

@@ -1,3 +1,7 @@
19990916-10:37 GMT+1 Antonio Linares <alinares@fivetech.com>
* source/compiler/harbour.y
* Added support for multiple include paths using /I compiler flag
19990916-05:50 GMT+1 Victor Szel <info@szelvesz.hu>
* 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 <info@szelvesz.hu>
* 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).