From 938a27c1056a6adb2caec3ae528c839435674fbf Mon Sep 17 00:00:00 2001 From: Andi Jahja Date: Fri, 28 May 1999 15:03:46 +0000 Subject: [PATCH] ChangeLog --- harbour/ChangeLog | 19 +++++++++++++++++++ harbour/makefile.b32 | 5 +++-- 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index b6ff223fe6..f4580460a9 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,22 @@ +19990528-21:00 WIB Andi Jahja + * makefile.b32 + modified to include hb_f.c in harbour.lib + + + source/tools/hb_f.c + nanforum ft_f*() clones + - hb_fuse + - hb_frecno + - hb_flastrec + - hb_fgotop + - hb_fgobottom + - hb_fgoto + - hb_feof + - hb_freadln + - hb_fskip + + + tests/working/testhbf.prg + - Test program for hb_f*() routines + 19990527-22:06 EST Les Griffith * changed iotest.prg to work without and exit clause diff --git a/harbour/makefile.b32 b/harbour/makefile.b32 index 485e6ba56f..b33757797b 100644 --- a/harbour/makefile.b32 +++ b/harbour/makefile.b32 @@ -15,7 +15,7 @@ PROJECT: harbour.exe harbour.lib libs\b32\terminal.lib libs\win32\terminal.lib harbour.lib : arrays.obj asort.obj classes.obj codebloc.obj dates.obj datesx.obj \ debug.obj dynsym.obj environ.obj error.obj \ errorapi.obj errorsys.obj extend.obj files.obj \ - initsymb.obj itemapi.obj \ + initsymb.obj itemapi.obj hb_f.obj\ math.obj mathx.obj objfunc.obj set.obj symbols.obj strings.obj \ stringp.obj \ stringsx.obj strcmp.obj tclass.obj transfrm.obj @@ -62,6 +62,7 @@ strings.obj : strings.c extend.h types.h stringsx.obj : stringsx.c extend.h types.h tclass.obj : tclass.c extend.h types.h transfrm.obj : transfrm.c extend.h types.h +hb_f.obj : hb_f.c extend.h types.h asort.c : asort.prg harbour.exe error.c : error.prg harbour.exe @@ -82,7 +83,7 @@ tclass.c : tclass.prg harbour.exe tlib .\libs\b32\harbour.lib -+$@,, harbour.exe : y_tab.c lexyy.c genobj32.obj harbour.obj compiler.h - echo -O2 > bld.b32 + echo -O2 > bld.32 echo -ebin\harbour.exe >> bld.32 echo -Iinclude;source\compiler >> bld.32 echo source\compiler\y_tab.c >> bld.32