From c989e7f8ae9fb01b40071f9a7be4c56363d9672e Mon Sep 17 00:00:00 2001 From: Luiz Rafael Culik Date: Sun, 6 Jan 2002 11:24:18 +0000 Subject: [PATCH] See changelog 2002-01-06 09:25 UTC-0300 --- harbour/ChangeLog | 6 ++++++ harbour/source/rtl/isprint.c | 2 +- harbour/utils/hbmake/hbmake.prg | 4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 171005af45..6b1b88088a 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -7,6 +7,12 @@ For example: 2002-12-01 23:12 UTC+0100 Foo Bar */ + + * source/vm/fm.c + * Checking of allocating zero bytes for hb_xalloc(), hb_xgrab() + and hb_xrealloc(), no matter how HB_FM_STATISTICS state may be + + * include/error.ch * source/lang/*.c + Added one new internal error: HB_EI_XALLOCNULLSIZE NOTE to translators or language file maintainers: diff --git a/harbour/source/rtl/isprint.c b/harbour/source/rtl/isprint.c index 5e6d3841ca..bc64747061 100644 --- a/harbour/source/rtl/isprint.c +++ b/harbour/source/rtl/isprint.c @@ -324,7 +324,7 @@ static BOOL GetJobs(HANDLE hPrinter, /* Handle to the printer. */ return TRUE; } -BOOL DPGetDefaultPrinter(LPTSTR pPrinterName, LPDWORD pdwBufferSize) +static BOOL DPGetDefaultPrinter(LPTSTR pPrinterName, LPDWORD pdwBufferSize) { BOOL bFlag; OSVERSIONINFO osv; diff --git a/harbour/utils/hbmake/hbmake.prg b/harbour/utils/hbmake/hbmake.prg index c5556c8aa7..cbf051765e 100644 --- a/harbour/utils/hbmake/hbmake.prg +++ b/harbour/utils/hbmake/hbmake.prg @@ -864,7 +864,7 @@ Function PrintMacros() Local nPos -Outstd( "HBMAKE Version ", Version(), "CopyRight (c) 2000-2001 The Harbour Project" + CRLF ) +Outstd( "HBMAKE Version ", Version(), "CopyRight (c) 2000-2002 The Harbour Project" + CRLF ) Outstd( "" + CRLF ) Outstd( "Macros:" + CRLF ) aeval(aMacros,{|xItem| Outstd( " " + xItem[ 1 ] + " = " + xItem[ 2 ] + CRLF )}) @@ -2421,7 +2421,7 @@ return cParam Function ShowHelp() Local cOs:=OS() ?? "Harbour Make Utility" - ? "Copyright 2000,2001 Luiz Rafael Culik " + ? "Copyright 2000,2001,2002 Luiz Rafael Culik " ? "" ? "Syntax: hbmake cFile [options]" ? ""