From 22e01d9a55daa01cbe54216fe6f7049d0815978a Mon Sep 17 00:00:00 2001 From: Walter Negro Date: Tue, 5 Nov 2002 22:08:06 +0000 Subject: [PATCH] 2002-11-05 19:01 UTC-0300 Walter Negro --- harbour/ChangeLog | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 53bf4912e9..a3cb7380fd 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,7 +8,16 @@ 2002-12-01 23:12 UTC+0100 Foo Bar */ -2002-11-5 14:38 UTC-0300 Walter Negro +2002-11-05 19:01 UTC-0300 Walter Negro + * source/rtl/strcase.c + ! Fix call to toupper(), tolower(), forcing unsigned char. + For the correct working with DJGPP compiler. + * source/rtl/is.c + ! Fix call to isdigit() and isalpha(), islower() and isupper(), + forcing unsigned char. + For the correct working with DJGPP compiler. + +2002-11-05 14:38 UTC-0300 Walter Negro * contrib/libct/setlast.prg + Init version of SETLASTKEY() * contrib/libct/screen1.c