From 44f1ff8bbba32fbfc50a169c08510dc640ed409a Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Wed, 4 Jun 2008 22:04:01 +0000 Subject: [PATCH] 2008-06-04 22:13 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * tests/rto_get.prg + Added keypress emulator to aid automated testing. + Added test for EMG's bug case. [RC1] --- harbour-RC1/ChangeLog | 5 +++++ harbour-RC1/contrib/hbsqlit2/Makefile | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/harbour-RC1/ChangeLog b/harbour-RC1/ChangeLog index e8dc5a3fdb..d6ecc52ae5 100644 --- a/harbour-RC1/ChangeLog +++ b/harbour-RC1/ChangeLog @@ -8,6 +8,11 @@ 2008-12-31 13:59 UTC+0100 Foo Bar */ +2008-06-05 00:00 UTC+0100 Viktor Szakats (harbour.01 syenar hu) + * contrib/hbsqlit2/Makefile + ! Readded last char of last line. + [RC1] + 2008-06-04 22:13 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * tests/rto_get.prg + Added keypress emulator to aid automated testing. diff --git a/harbour-RC1/contrib/hbsqlit2/Makefile b/harbour-RC1/contrib/hbsqlit2/Makefile index 9498d6c1b3..c787e8b320 100644 --- a/harbour-RC1/contrib/hbsqlit2/Makefile +++ b/harbour-RC1/contrib/hbsqlit2/Makefile @@ -43,4 +43,4 @@ PRG_HEADERS=\ LIBNAME=hbsqlit2 -include $(TOP)$(ROOT)config/lib.c +include $(TOP)$(ROOT)config/lib.cf