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