See changelog 2002-01-06 09:25 UTC-0300
This commit is contained in:
@@ -7,6 +7,12 @@
|
||||
For example:
|
||||
2002-12-01 23:12 UTC+0100 Foo Bar <foo.bar@foobar.org>
|
||||
*/
|
||||
|
||||
* 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:
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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 <culik@sl.conex.net>"
|
||||
? "Copyright 2000,2001,2002 Luiz Rafael Culik <culik@sl.conex.net>"
|
||||
? ""
|
||||
? "Syntax: hbmake cFile [options]"
|
||||
? ""
|
||||
|
||||
Reference in New Issue
Block a user