From 037efa5063af061482c091357103bde5d9cd0ae0 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Thu, 29 Jul 1999 09:06:19 +0000 Subject: [PATCH] *** empty log message *** --- harbour/ChangeLog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 622f388d8f..b52076c22f 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -3,7 +3,7 @@ to fix a warning. ! source/rtl/inkey.c - hb_inkeyPoll() #define-ed out the kbhit() and getch() calls in Cygwin, until - some better solution is not found. + some better solution is found. + include/ctoharb.h - PushNumber() declaration added. + source/rtl/arrays.c/hb_arrayEval() now passes the index to the codeblock as the second parameter. @@ -11,7 +11,7 @@ tests/working/Makefile aEval() test program added. - source/rtl/arrays.c - Removed duplicate declarations. - + tests/working/rtl_test.prg - Now return errorlevel 1 + + tests/working/rtl_test.prg - Now returns errorlevel 1 if anything fails, and 0 if OK. 19990729-01:40 EDT Paul Tucker