From dc68c5160d5fe78cd520c0085fbf46eeae462815 Mon Sep 17 00:00:00 2001 From: Ryszard Glab Date: Sat, 10 Jul 1999 14:35:08 +0000 Subject: [PATCH] ChangeLog 19990710-15:00 --- harbour/ChangeLog | 5 +++++ harbour/tests/working/Makefile | 1 + 2 files changed, 6 insertions(+) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index ebe0dbb797..3b1d83006c 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,8 @@ +19990710-15:00 Ryszard Glab + +* tests/working/Makefile + + added longstr2.prg + 19990710-14:00 Ryszard Glab * tests/working/Makefile diff --git a/harbour/tests/working/Makefile b/harbour/tests/working/Makefile index fd772c9923..7932f4f3df 100644 --- a/harbour/tests/working/Makefile +++ b/harbour/tests/working/Makefile @@ -53,6 +53,7 @@ PRG_SOURCES=\ iotest.prg \ iotest2.prg \ longstr.prg \ + longstr2.prg \ mankala.prg \ mathtest.prg \ mtran.prg \