* harbour/Makefile
+ harbour/make_bsd.sh
+ harbour/make_drw.sh
* harbour/make_tgz.sh
+ harbour/bin/hb-func.sh
* harbour/bin/pack_src.sh
+ harbour/bin/postinst.bat
+ harbour/bin/postinst.sh
* harbour/config/dir.cf
* harbour/config/bsd/gcc.cf
* harbour/config/bsd/global.cf
+ harbour/config/darwin/dir.cf
+ harbour/config/darwin/gcc.cf
+ harbour/config/darwin/global.cf
+ harbour/config/darwin/install.cf
* harbour/config/dos/dir.cf
* harbour/config/dos/global.cf
* harbour/config/dos/install.cf
* harbour/config/dos/owatcom.cf
* harbour/config/dos/watcom.cf
* harbour/config/linux/gcc.cf
* harbour/config/linux/global.cf
* harbour/contrib/Makefile
* harbour/contrib/dot/pp_harb.ch
* harbour/contrib/libct/Makefile
* harbour/contrib/libct/bit1.c
* harbour/contrib/libct/bit2.c
* harbour/contrib/libct/bit3.c
* harbour/contrib/libct/files.c
* harbour/contrib/libct/ftoc.c
- harbour/contrib/libct/invertwin.prg
+ harbour/contrib/libct/invrtwin.prg
* harbour/contrib/libct/keyset.c
* harbour/contrib/libct/makefile.bc
* harbour/contrib/libmisc/dates2.c
* harbour/contrib/rdd_ads/ads1.c
* harbour/contrib/rdd_ads/adsfunc.c
* harbour/contrib/samples/date.c
* harbour/include/dbinfo.ch
* harbour/include/hbapi.h
* harbour/include/hbapicdp.h
* harbour/include/hbapifs.h
* harbour/include/hbapigt.h
* harbour/include/hbapiitm.h
* harbour/include/hbcomp.h
* harbour/include/hbdate.h
* harbour/include/hbdbf.h
* harbour/include/hbdbferr.h
* harbour/include/hbdefs.h
* harbour/include/hbexprb.c
* harbour/include/hbexprc.c
* harbour/include/hbexprop.h
* harbour/include/hbmacro.h
* harbour/include/hbmath.h
* harbour/include/hbpcode.h
* harbour/include/hbrddcdx.h
* harbour/include/hbrdddbf.h
* harbour/include/hbrdddbt.h
* harbour/include/hbrddfpt.h
* harbour/include/hbrddntx.h
* harbour/include/hbset.h
* harbour/include/hbsetup.h
* harbour/include/set.ch
* harbour/source/common/Makefile
* harbour/source/common/expropt1.c
* harbour/source/common/expropt2.c
- harbour/source/common/hbffind.c
* harbour/source/common/hbfsapi.c
* harbour/source/common/hbstr.c
* harbour/source/common/hbver.c
+ harbour/source/common/hbverdsp.c
* harbour/source/compiler/genc.c
* harbour/source/compiler/gencli.c
* harbour/source/compiler/harbour.c
* harbour/source/compiler/harbour.l
* harbour/source/compiler/harbour.slx
* harbour/source/compiler/harbour.sly
* harbour/source/compiler/harbour.y
* harbour/source/compiler/hbfix.c
* harbour/source/compiler/hbpcode.c
* harbour/source/compiler/hbusage.c
* harbour/source/compiler/simplex.c
* harbour/source/macro/macro.l
* harbour/source/macro/macro.slx
* harbour/source/macro/macro.y
* harbour/source/pp/ppcore.c
* harbour/source/rdd/dbcmd.c
* harbour/source/rdd/dbf1.c
* harbour/source/rdd/dbfcdx/dbfcdx1.c
- harbour/source/rdd/dbfcdx/dbfcdx1.h
* harbour/source/rdd/dbffpt/dbffpt1.c
* harbour/source/rdd/dbfntx/dbfntx1.c
* harbour/source/rtl/Makefile
* harbour/source/rtl/abs.c
* harbour/source/rtl/at.c
* harbour/source/rtl/datec.c
* harbour/source/rtl/dates.c
* harbour/source/rtl/dateshb.c
* harbour/source/rtl/datesx.c
* harbour/source/rtl/empty.c
* harbour/source/rtl/errorapi.c
* harbour/source/rtl/errorint.c
* harbour/source/rtl/filesys.c
* harbour/source/rtl/fstemp.c
+ harbour/source/rtl/hbffind.c
* harbour/source/rtl/hbrandom.c
* harbour/source/rtl/idle.c
* harbour/source/rtl/inkey.c
* harbour/source/rtl/math.c
* harbour/source/rtl/minmax.c
* harbour/source/rtl/pad.c
* harbour/source/rtl/padc.c
* harbour/source/rtl/padl.c
* harbour/source/rtl/padr.c
* harbour/source/rtl/philes.c
* harbour/source/rtl/round.c
* harbour/source/rtl/soundex.c
* harbour/source/rtl/str.c
* harbour/source/rtl/strcase.c
* harbour/source/rtl/strmatch.c
* harbour/source/rtl/strtran.c
* harbour/source/rtl/strzero.c
* harbour/source/rtl/substr.c
* harbour/source/rtl/val.c
* harbour/source/rtl/gtcrs/gtcrs.c
* harbour/source/rtl/gtcrs/kbdcrs.c
* harbour/source/rtl/gtdos/gtdos.c
* harbour/source/rtl/gtsln/gtsln.c
* harbour/source/rtl/gtsln/kbsln.c
* harbour/source/rtl/gtsln/keytrans.c
* harbour/source/vm/arrays.c
* harbour/source/vm/codebloc.c
* harbour/source/vm/estack.c
* harbour/source/vm/eval.c
* harbour/source/vm/extend.c
* harbour/source/vm/hvm.c
* harbour/source/vm/itemapi.c
* harbour/source/vm/macro.c
* harbour/source/vm/memvars.c
* harbour/source/vm/runner.c
* harbour/tests/bldtest/bldtest.c
* harbour/utils/hbtest/hbtest.prg
* harbour/utils/hbtest/rt_misc.prg
* harbour/utils/hbtest/rt_str.prg
* Sorry but it's too much modification for full description
cvs diff gives file 785982 bytes length. So I only count the
main things:
! cleand the code (no more warning messages under Linux and GCC and
DOS OpenWatcom) - some of them were real bugs
! cleaned all endian dependend code I've found - now Harbour can be
compiled on LITLE and BIG endian machines - for some other like
PDP ENDIAN it's enough to define proper macros in hbdefs.h
+ added macros for to get/put values in chosen byte order:
HB_GET_LE_[U]INT{16,24,32,64}( pPtr )
HB_GET_BE_[U]INT{16,24,32,64}( pPtr )
HB_PUT_LE_[U]INT{16,24,32,64}( pPtr, nVal )
HB_PUT_BE_[U]INT{16,24,32,64}( pPtr, nVal )
+ added macro HB_CAST_BYTE_NUMBERS_OFF which disables casting in
HB_{GET|PUT}_{LE|BE}_* macros - it's necessary for some platforms
like ALPHA DEC.
! cleaned the code for 64bit machines
* changed all parameters in hb_date* functions (day, month, year, week)
from LONG to int - it doesn't change binary compatibility for 32bit
machines but can cause troubles with compiling the old source
+ changed HB_IT_LONG type to HB_LONG which is mapped to long long
by default for 32 bit machines.
+ change HB_IT_INTEGER to be real 'int' C type not 'short int'
+ added HB_IS_NUMINT() macro
+ added hb_parnll, hb_stornll, hb_retnll, hbretnlllen, hb_itemPutNLL,
hb_itemPutNLLLen, hb_itemGetNLL which operates on LONGLONG
+ added hb_parnint, hb_stornint, hb_retnint, hb_retnintlen,
hb_itemPutNInt, hb_itemPutNIntLen, hb_itemGetNInt which operates on
HB_LONG
+ added HB_PUSHLONGLONG pcode
+ changed compiler and optimizer to use HB_LONG numbers and reduce
conversion from to double which may damage the 64bit number.
+ common functions for string to number conversions for compiler, RTL
and RDD to reduce problems with differ FL values for the same number:
hb_compStrToNum(), hb_valStrnToNum(), hb_strToNum(), hb_strnToNum()
+ common function hb_numRoun() which uses exactly the same algorithms
as string to number conversion for the same reason - please keep
this functions together.
+ hack inside hb_numRound() similar to the one used by CL5.3
+ hb_numInt() which uses uses the same hack as hb_numRound()
+ rewritten number to string conversion
+ some new string manipulation functions hb_strncpy(), hb_strncat(), ...
They works differ the the C one - always set 0 at the end, the buffer
has to be n+1 bytes length, the n is total size of buffer not the
left free space.
! cleaned some code which operates on ASCIIZ string to avoid potential
buffer overflow
+ updated RDD code - it's the first part - in few days I plan to change
workarea structure in both projects - it will break any 3rd party RDDs
so they have to be updated. I want to add SUPERTABLE into workarea
to allow creating new RDD on-line.
! cleaned the bugs with negating integers - on most machines (like x86)
the integers are not 0 symmetric - it means that x = -x does not work
for {INT,LONG,LONGLONG}_MIN (hb_vmNegate, ABS())
+ cleaned error messages to be Clipper compatible.
+ updated build process for .DEB packages - now hb* scripts and shared
libs are created by standard make install
* added new .prg #defines: __PLATFORM__<cPlatfrom>,
__ARCH{16|32|64}BIT__, __LITTLE_ENDIAN__|__BIG_ENDIAN__|__PDP_ENDIAN__
!!! cPlatfrom can have lower letters (for xHarbour compatibility)
If you do not like it please change it.
* others ...
774 lines
22 KiB
C
774 lines
22 KiB
C
/*
|
|
* $Id$
|
|
*/
|
|
|
|
/*
|
|
* Harbour Project source code:
|
|
* Math functions
|
|
*
|
|
* Copyright 1999 Matthew Hamilton <mhamilton@bunge.com.au>
|
|
*
|
|
* Functions for user defined math error handlers, changes and fixes
|
|
* Copyright 2001/2002 IntTec GmbH, Freiburg, Germany,
|
|
* Author: Martin Vogel <vogel@inttec.de>
|
|
*
|
|
* www - http://www.harbour-project.org
|
|
*
|
|
* This program is free software; you can redistribute it and/or modify
|
|
* it under the terms of the GNU General Public License as published by
|
|
* the Free Software Foundation; either version 2, or (at your option)
|
|
* any later version.
|
|
*
|
|
* This program is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU General Public License for more details.
|
|
*
|
|
* You should have received a copy of the GNU General Public License
|
|
* along with this software; see the file COPYING. If not, write to
|
|
* the Free Software Foundation, Inc., 59 Temple Place, Suite 330,
|
|
* Boston, MA 02111-1307 USA (or visit the web site http://www.gnu.org/).
|
|
*
|
|
* As a special exception, the Harbour Project gives permission for
|
|
* additional uses of the text contained in its release of Harbour.
|
|
*
|
|
* The exception is that, if you link the Harbour libraries with other
|
|
* files to produce an executable, this does not by itself cause the
|
|
* resulting executable to be covered by the GNU General Public License.
|
|
* Your use of that executable is in no way restricted on account of
|
|
* linking the Harbour library code into it.
|
|
*
|
|
* This exception does not however invalidate any other reasons why
|
|
* the executable file might be covered by the GNU General Public License.
|
|
*
|
|
* This exception applies only to the code released by the Harbour
|
|
* Project under the name Harbour. If you copy code from other
|
|
* Harbour Project or Free Software Foundation releases into a copy of
|
|
* Harbour, as the General Public License permits, the exception does
|
|
* not apply to the code that you add in this way. To avoid misleading
|
|
* anyone as to the status of such modified files, you must delete
|
|
* this exception notice from them.
|
|
*
|
|
* If you write modifications of your own for Harbour, it is your choice
|
|
* whether to permit this exception to apply to your modifications.
|
|
* If you do not wish that, delete this exception notice.
|
|
*
|
|
*/
|
|
|
|
#if defined(__DJGPP__)
|
|
#include <libm/math.h>
|
|
_LIB_VERSION_TYPE _LIB_VERSION = _XOPEN_;
|
|
#else
|
|
#include <math.h>
|
|
#endif
|
|
|
|
#include "hbapi.h"
|
|
#include "hbapiitm.h"
|
|
#include "hbapierr.h"
|
|
#include "hbvm.h"
|
|
#include "hbmath.h"
|
|
|
|
#if defined(HB_MATH_ERRNO)
|
|
# include <errno.h>
|
|
# if !defined( HB_OS_BSD )
|
|
# include <error.h>
|
|
# endif
|
|
#endif
|
|
|
|
/*
|
|
* ************************************************************
|
|
* Harbour Math functions Part I:
|
|
* handling math errors, C math lib redirection
|
|
* ************************************************************
|
|
*/
|
|
|
|
static HB_MATH_EXCEPTION s_hb_exc = {HB_MATH_ERR_NONE, "", "", 0.0, 0.0, 0.0, 1, 0, 0};
|
|
|
|
/* reset math error information */
|
|
void hb_mathResetError (void)
|
|
{
|
|
HB_TRACE (HB_TR_DEBUG, ("hb_mathResetError()"));
|
|
s_hb_exc.type = HB_MATH_ERR_NONE;
|
|
s_hb_exc.funcname = "";
|
|
s_hb_exc.error = "";
|
|
s_hb_exc.arg1 = 0.0;
|
|
s_hb_exc.arg2 = 0.0;
|
|
s_hb_exc.retval = 0.0;
|
|
s_hb_exc.retvalwidth = -1; /* we don't know */
|
|
s_hb_exc.retvaldec = -1; /* use standard SET DECIMALS */
|
|
s_hb_exc.handled = 1;
|
|
return;
|
|
}
|
|
|
|
/* get last math error */
|
|
int hb_mathGetLastError (HB_MATH_EXCEPTION * phb_exc)
|
|
{
|
|
HB_TRACE (HB_TR_DEBUG, ("hb_mathGetLastError(%p)", phb_exc));
|
|
if (phb_exc != NULL)
|
|
{
|
|
phb_exc->type = s_hb_exc.type;
|
|
phb_exc->funcname = s_hb_exc.funcname;
|
|
phb_exc->error = s_hb_exc.error;
|
|
phb_exc->arg1 = s_hb_exc.arg1;
|
|
phb_exc->arg2 = s_hb_exc.arg2;
|
|
phb_exc->retval = s_hb_exc.retval;
|
|
phb_exc->retvalwidth = s_hb_exc.retvalwidth;
|
|
phb_exc->retvaldec = s_hb_exc.retvaldec;
|
|
phb_exc->handled = s_hb_exc.handled;
|
|
}
|
|
|
|
return (s_hb_exc.type);
|
|
}
|
|
|
|
/* is it reasonable to install math error handlers ? This depends on the C math lib we are using ! */
|
|
int hb_mathIsMathErr (void)
|
|
{
|
|
HB_TRACE (HB_TR_DEBUG, ("hb_mathIsMathErr()"));
|
|
#if defined(HB_MATH_HANDLER)
|
|
return (1);
|
|
#else
|
|
return (0);
|
|
#endif
|
|
}
|
|
|
|
/* route C math lib errors to Harbour error handling */
|
|
#if defined(HB_MATH_HANDLER)
|
|
|
|
int matherr (struct exception * err)
|
|
{
|
|
int retval;
|
|
HB_MATH_HANDLERPROC mathHandler;
|
|
|
|
HB_TRACE (HB_TR_DEBUG, ("matherr(%p)", err));
|
|
|
|
/* map math error types */
|
|
switch (err->type)
|
|
{
|
|
case DOMAIN:
|
|
{
|
|
s_hb_exc.type = HB_MATH_ERR_DOMAIN;
|
|
s_hb_exc.error = "Argument not in domain of function";
|
|
}; break;
|
|
case SING:
|
|
{
|
|
s_hb_exc.type = HB_MATH_ERR_SING;
|
|
s_hb_exc.error = "Calculation results in singularity";
|
|
}; break;
|
|
case OVERFLOW:
|
|
{
|
|
s_hb_exc.type = HB_MATH_ERR_OVERFLOW;
|
|
s_hb_exc.error = "Calculation result too large to represent";
|
|
}; break;
|
|
case UNDERFLOW:
|
|
{
|
|
s_hb_exc.type = HB_MATH_ERR_UNDERFLOW;
|
|
s_hb_exc.error = "Calculation result too small to represent";
|
|
}; break;
|
|
case TLOSS:
|
|
{
|
|
s_hb_exc.type = HB_MATH_ERR_TLOSS;
|
|
s_hb_exc.error = "Total loss of significant digits";
|
|
}; break;
|
|
case PLOSS:
|
|
{
|
|
s_hb_exc.type = HB_MATH_ERR_PLOSS;
|
|
s_hb_exc.error = "Partial loss of significant digits";
|
|
}; break;
|
|
default:
|
|
{
|
|
s_hb_exc.type = HB_MATH_ERR_UNKNOWN;
|
|
s_hb_exc.error = "Unknown math error";
|
|
}; break;
|
|
}
|
|
|
|
s_hb_exc.funcname = (char *)err->name; /* (char *) Avoid warning in DJGPP */
|
|
s_hb_exc.arg1 = err->arg1;
|
|
s_hb_exc.arg2 = err->arg2;
|
|
s_hb_exc.retval = err->retval;
|
|
s_hb_exc.handled = 0;
|
|
|
|
mathHandler = hb_mathGetHandler();
|
|
if (mathHandler != NULL)
|
|
{
|
|
retval = (*(mathHandler))(&s_hb_exc);
|
|
err->retval = s_hb_exc.retval;
|
|
}
|
|
else
|
|
{
|
|
/* there is no custom math handler */
|
|
retval = 1; /* don't print any message, don't set errno and use return value provided by C RTL */
|
|
}
|
|
return (retval);
|
|
|
|
}
|
|
|
|
#elif defined(HB_MATH_ERRNO)
|
|
|
|
int hb_mathErrSet( double dResult, double arg1, double arg2, char * szFunc, int errCode )
|
|
{
|
|
HB_MATH_HANDLERPROC mathHandler;
|
|
|
|
HB_TRACE (HB_TR_DEBUG, ("hb_mathErrSet(%f, %d)", dResult, errCode));
|
|
|
|
switch (errCode)
|
|
{
|
|
case EDOM:
|
|
case ERANGE:
|
|
case EOVERFLOW:
|
|
break;
|
|
|
|
default:
|
|
if ( isnan( dResult ) )
|
|
{
|
|
errCode = EDOM;
|
|
}
|
|
else if ( isinf( dResult ) )
|
|
{
|
|
errCode = ERANGE;
|
|
}
|
|
}
|
|
|
|
if ( errCode == 0 )
|
|
{
|
|
return 0;
|
|
}
|
|
|
|
hb_mathResetError();
|
|
|
|
/* map math error types */
|
|
switch (errCode)
|
|
{
|
|
case EDOM:
|
|
s_hb_exc.type = HB_MATH_ERR_DOMAIN;
|
|
s_hb_exc.error = "Argument not in domain of function";
|
|
break;
|
|
|
|
case ERANGE:
|
|
s_hb_exc.type = HB_MATH_ERR_SING;
|
|
s_hb_exc.error = "Calculation results in singularity";
|
|
break;
|
|
|
|
case EOVERFLOW:
|
|
s_hb_exc.type = HB_MATH_ERR_OVERFLOW;
|
|
s_hb_exc.error = "Calculation result too large to represent";
|
|
break;
|
|
|
|
default:
|
|
s_hb_exc.type = HB_MATH_ERR_UNKNOWN;
|
|
s_hb_exc.error = "Unknown math error";
|
|
break;
|
|
}
|
|
|
|
s_hb_exc.funcname = szFunc;
|
|
s_hb_exc.arg1 = arg1;
|
|
s_hb_exc.arg2 = arg2;
|
|
s_hb_exc.retval = dResult;
|
|
s_hb_exc.handled = 0;
|
|
|
|
mathHandler = hb_mathGetHandler();
|
|
if (mathHandler != NULL)
|
|
{
|
|
(*(mathHandler))(&s_hb_exc);
|
|
}
|
|
return 1;
|
|
}
|
|
#endif
|
|
|
|
/*
|
|
* ************************************************************
|
|
* Harbour Math functions Part II:
|
|
* handling math errors, Harbour default handling routine
|
|
* ************************************************************
|
|
*/
|
|
|
|
static int s_hb_matherr_mode = HB_MATH_ERRMODE_DEFAULT; /* TODO: make this thread safe */
|
|
|
|
/* set error handling mode of hb_matherr() */
|
|
int hb_mathSetErrMode (int imode)
|
|
{
|
|
int oldmode;
|
|
|
|
HB_TRACE (HB_TR_DEBUG, ("hb_mathSetErrMode (%i)", imode));
|
|
oldmode = s_hb_matherr_mode;
|
|
s_hb_matherr_mode = imode;
|
|
return (oldmode);
|
|
}
|
|
|
|
/* get error handling mode of hb_matherr() */
|
|
int hb_mathGetErrMode (void)
|
|
{
|
|
HB_TRACE (HB_TR_DEBUG, ("hb_mathGetErrMode()"));
|
|
return (s_hb_matherr_mode);
|
|
}
|
|
|
|
/* Harbour equivalent to mathSet/GetErrMode */
|
|
HB_FUNC (MATHERRMODE) /* ([<nNewMode>]) -> <nOldMode> */
|
|
{
|
|
hb_retni (hb_mathGetErrMode());
|
|
|
|
/* set new mode */
|
|
if (ISNUM (1))
|
|
{
|
|
int iNewMode = hb_parni (1);
|
|
if ((iNewMode == HB_MATH_ERRMODE_DEFAULT) ||
|
|
(iNewMode == HB_MATH_ERRMODE_CDEFAULT) ||
|
|
(iNewMode == HB_MATH_ERRMODE_USER) ||
|
|
(iNewMode == HB_MATH_ERRMODE_USERDEFAULT) ||
|
|
(iNewMode == HB_MATH_ERRMODE_USERCDEFAULT))
|
|
{
|
|
hb_mathSetErrMode (iNewMode);
|
|
}
|
|
}
|
|
|
|
return;
|
|
}
|
|
|
|
/* Harbour default math error handling routine */
|
|
int hb_matherr (HB_MATH_EXCEPTION * pexc)
|
|
{
|
|
|
|
int mode = hb_mathGetErrMode();
|
|
|
|
HB_TRACE(HB_TR_DEBUG, ("hb_matherr(%p)",pexc));
|
|
if ((pexc == NULL) ||
|
|
((pexc != NULL) && (pexc->handled != 0)))
|
|
{
|
|
/* error already handled by other handlers ! */
|
|
return (1);
|
|
}
|
|
|
|
if ((mode == HB_MATH_ERRMODE_USER) || (mode == HB_MATH_ERRMODE_USERDEFAULT) ||
|
|
(mode == HB_MATH_ERRMODE_USERCDEFAULT))
|
|
{
|
|
|
|
PHB_ITEM pMatherrResult;
|
|
PHB_ITEM pArg1 = hb_itemPutND(NULL, pexc->arg1);
|
|
PHB_ITEM pArg2 = hb_itemPutND(NULL, pexc->arg2);
|
|
PHB_ITEM pArray;
|
|
PHB_ITEM pError;
|
|
|
|
/* create an array with the two double arguments */
|
|
/* NOTE: Unfortunately, we cannot decide whether one or two parameters have been used when the
|
|
math function has been called, so we always take two */
|
|
pArray = hb_itemArrayNew(2);
|
|
hb_itemArrayPut(pArray, 1, pArg1);
|
|
hb_itemArrayPut(pArray, 2, pArg2);
|
|
|
|
/* create an error object */
|
|
/* NOTE: In case of HB_MATH_ERRMODE_USER[C]DEFAULT, I am setting both EF_CANSUBSTITUTE and EF_CANDEFAULT to .T. here.
|
|
This is forbidden according to the original Cl*pper docs, but I think this reflects the situation best here:
|
|
The error handler can either substitute the errorneous value (by returning a numeric value) or choose the
|
|
default error handling (by returning .F., as usual) [martin vogel]*/
|
|
pError = hb_errRT_New_Subst (ES_ERROR, "MATH", EG_NUMERR, pexc->type,
|
|
pexc->error, pexc->funcname, 0, EF_CANSUBSTITUTE |
|
|
(mode == HB_MATH_ERRMODE_USER ? 0: EF_CANDEFAULT));
|
|
|
|
/* Assign the new array to the object data item. */
|
|
hb_vmPushSymbol (hb_dynsymGet ("_ARGS")->pSymbol);
|
|
hb_vmPush (pError);
|
|
hb_vmPush (pArray);
|
|
hb_vmDo (1);
|
|
|
|
/* Release the Array. */
|
|
hb_itemRelease (pArray);
|
|
|
|
/* launch error codeblock */
|
|
pMatherrResult = hb_errLaunchSubst (pError);
|
|
hb_errRelease (pError);
|
|
|
|
if ((pMatherrResult != NULL) && (HB_IS_NUMERIC (pMatherrResult)))
|
|
{
|
|
pexc->retval = hb_itemGetND (pMatherrResult);
|
|
hb_itemGetNLen (pMatherrResult, &(pexc->retvalwidth), &(pexc->retvaldec));
|
|
pexc->handled = 1;
|
|
}
|
|
|
|
hb_itemRelease (pMatherrResult);
|
|
hb_itemRelease (pArg1);
|
|
hb_itemRelease (pArg2);
|
|
}
|
|
|
|
/* math exception not handled by Harbour error routine above ? */
|
|
if (pexc->handled == 0)
|
|
{
|
|
int iret;
|
|
switch (mode)
|
|
{
|
|
case HB_MATH_ERRMODE_USER:
|
|
{
|
|
/* user failed to handle the math exception, so quit the app [yes, that's the meaning of this mode !!] */
|
|
iret = 0;
|
|
hb_vmRequestQuit();
|
|
}; break;
|
|
|
|
case HB_MATH_ERRMODE_DEFAULT:
|
|
case HB_MATH_ERRMODE_USERDEFAULT:
|
|
{
|
|
/* return 1 to suppress C RTL error msgs, but leave error handling to the calling Harbour routine */
|
|
iret = 1;
|
|
}; break;
|
|
|
|
case HB_MATH_ERRMODE_CDEFAULT:
|
|
case HB_MATH_ERRMODE_USERCDEFAULT:
|
|
{
|
|
/* use the correction value supplied in pexc->retval */
|
|
pexc->handled = 1;
|
|
iret = 1;
|
|
}; break;
|
|
default:
|
|
iret = 1;
|
|
}
|
|
return (iret);
|
|
|
|
}
|
|
|
|
return (1); /* error handling successful */
|
|
|
|
}
|
|
|
|
|
|
/*
|
|
* ************************************************************
|
|
* Harbour Math functions Part III:
|
|
* (de)installing and (de)activating custom math error handlers
|
|
* ************************************************************
|
|
*/
|
|
|
|
/* static slot for current math error handler, this is hb_matherr by default */
|
|
static HB_MATH_HANDLERPROC s_mathHandlerProc = hb_matherr; /* TODO: make this thread safe */
|
|
|
|
/* install a harbour-like math error handler (that will be called by the matherr() function), return old handler */
|
|
HB_MATH_HANDLERPROC hb_mathSetHandler (HB_MATH_HANDLERPROC handlerproc)
|
|
{
|
|
HB_MATH_HANDLERPROC oldHandlerProc;
|
|
|
|
HB_TRACE (HB_TR_DEBUG, ("hb_mathSetHandler (%p)", handlerproc));
|
|
|
|
oldHandlerProc = s_mathHandlerProc;
|
|
s_mathHandlerProc = handlerproc;
|
|
|
|
return ((HB_MATH_HANDLERPROC)oldHandlerProc);
|
|
}
|
|
|
|
/* get current harbour-like math error handler */
|
|
HB_MATH_HANDLERPROC hb_mathGetHandler (void)
|
|
{
|
|
HB_TRACE (HB_TR_DEBUG, ("hb_mathGetHandler ()"));
|
|
|
|
return ((HB_MATH_HANDLERPROC)s_mathHandlerProc);
|
|
}
|
|
|
|
/*
|
|
* ************************************************************
|
|
* Harbour Math functions Part IV:
|
|
* example of hb_mathSet/GetHandler: add a new math handler that
|
|
* calls a given codeblock for every math error
|
|
* ************************************************************
|
|
*/
|
|
|
|
static PHB_ITEM spMathErrorBlock = NULL;
|
|
static HB_MATH_HANDLERPROC sPrevMathHandler = NULL;
|
|
|
|
static int hb_matherrblock( HB_MATH_EXCEPTION * pexc )
|
|
{
|
|
int retval;
|
|
|
|
/* call codeblock for both case: handled and unhandled exceptions */
|
|
|
|
if( spMathErrorBlock != NULL )
|
|
{
|
|
PHB_ITEM pArray, pRet;
|
|
PHB_ITEM pType, pFuncname, pError, pArg1, pArg2, pRetval, pHandled;
|
|
|
|
pType = hb_itemPutNI (NULL, pexc->type);
|
|
pFuncname = hb_itemPutC (NULL, pexc->funcname);
|
|
pError = hb_itemPutC (NULL, pexc->error);
|
|
pArg1 = hb_itemPutND (NULL, pexc->arg1);
|
|
pArg2 = hb_itemPutND (NULL, pexc->arg2);
|
|
pRetval = hb_itemPutNDLen (NULL, pexc->retval, pexc->retvalwidth, pexc->retvaldec);
|
|
pHandled = hb_itemPutL (NULL, pexc->handled);
|
|
|
|
pArray = hb_itemArrayNew (2);
|
|
hb_itemArrayPut (pArray, 1, pRetval);
|
|
hb_itemArrayPut (pArray, 2, pHandled);
|
|
|
|
/* launch error codeblock that can
|
|
a) change the members of the array = {dRetval, lHandled} to set the return value of the math C RTL routine and
|
|
the <exception handled flag> and it
|
|
b) can return an integer value to set the return value of matherr().
|
|
NOTE that these values are only used if lHandled was .F. and is set to .T. within the codeblock */
|
|
pRet = hb_itemDo (spMathErrorBlock, 6, pType, pFuncname, pError, pArg1, pArg2, pArray);
|
|
|
|
hb_itemRelease (pType);
|
|
hb_itemRelease (pFuncname);
|
|
hb_itemRelease (pError);
|
|
hb_itemRelease (pArg1);
|
|
hb_itemRelease (pArg2);
|
|
hb_itemRelease (pRetval);
|
|
hb_itemRelease (pHandled);
|
|
|
|
if( pexc->handled )
|
|
{
|
|
/* math exception has already been handled, so codeblock call above was only informative */
|
|
retval = 1;
|
|
}
|
|
else
|
|
{
|
|
/* exception handled by codeblock ? */
|
|
pHandled = hb_itemArrayGet (pArray, 2);
|
|
if (pHandled != NULL)
|
|
{
|
|
pexc->handled = hb_itemGetL( pHandled );
|
|
hb_itemRelease( pHandled );
|
|
}
|
|
|
|
if (pexc->handled)
|
|
{
|
|
/* YES ! */
|
|
/* extract retval for math routine and matherr() */
|
|
pRetval = hb_itemArrayGet (pArray, 1);
|
|
if (pRetval != NULL)
|
|
{
|
|
pexc->retval = hb_itemGetND (pRetval);
|
|
hb_itemGetNLen (pRetval, &(pexc->retvalwidth), &(pexc->retvaldec));
|
|
hb_itemRelease (pRetval);
|
|
}
|
|
if ((pRet != NULL) && HB_IS_NUMERIC (pRet))
|
|
{
|
|
retval = hb_itemGetNI (pRet); /* block may also return 0 to force C math lib warnings */
|
|
hb_itemRelease (pRet);
|
|
}
|
|
else
|
|
{
|
|
retval = 1; /* default return value to suppress C math lib warnings */
|
|
}
|
|
}
|
|
else
|
|
{
|
|
/* NO ! */
|
|
retval = 1;
|
|
}
|
|
}
|
|
hb_itemRelease (pArray);
|
|
}
|
|
else
|
|
{
|
|
retval = 1; /* default return value to suppress C math lib warnings */
|
|
}
|
|
|
|
if (sPrevMathHandler != NULL)
|
|
{
|
|
if (pexc->handled)
|
|
{
|
|
/* the error is handled, so simply inform the previous handler */
|
|
(*sPrevMathHandler)(pexc);
|
|
}
|
|
else
|
|
{
|
|
/* else go on error handling within previous handler */
|
|
retval = (*sPrevMathHandler)(pexc);
|
|
}
|
|
}
|
|
return retval;
|
|
}
|
|
|
|
/* set/get math error block */
|
|
HB_FUNC (MATHERRORBLOCK) /* ([<nNewErrorBlock>]) -> <nOldErrorBlock> */
|
|
{
|
|
|
|
/* immediately install hb_matherrblock and keep it permanently installed !
|
|
This is not dangerous because hb_matherrorblock will always call the previous error handler */
|
|
if (sPrevMathHandler == NULL)
|
|
{
|
|
sPrevMathHandler = hb_mathSetHandler (hb_matherrblock);
|
|
}
|
|
|
|
/* return old math handler */
|
|
if (spMathErrorBlock == NULL)
|
|
{
|
|
hb_ret();
|
|
}
|
|
else
|
|
{
|
|
HB_ITEM oldMathError;
|
|
hb_itemInit (&oldMathError);
|
|
hb_itemCopy (&oldMathError, spMathErrorBlock);
|
|
hb_itemReturn (&oldMathError);
|
|
hb_itemClear (&oldMathError);
|
|
}
|
|
|
|
if (hb_pcount() > 0)
|
|
{
|
|
/* set new error block */
|
|
PHB_ITEM pNewErrorBlock = hb_param (1, HB_IT_BLOCK);
|
|
if (pNewErrorBlock != NULL)
|
|
{
|
|
if (spMathErrorBlock == NULL)
|
|
{
|
|
spMathErrorBlock = hb_itemNew (NULL);
|
|
}
|
|
hb_itemCopy (spMathErrorBlock, pNewErrorBlock);
|
|
}
|
|
else
|
|
{
|
|
/* a parameter other than a block has been passed -> delete error handler ! */
|
|
if (spMathErrorBlock != NULL)
|
|
{
|
|
hb_itemRelease (spMathErrorBlock);
|
|
spMathErrorBlock = NULL;
|
|
}
|
|
}
|
|
}
|
|
|
|
return;
|
|
}
|
|
|
|
/*
|
|
* ************************************************************
|
|
* Harbour Math functions Part V:
|
|
* EXP(), LOG(), SQRT()
|
|
* ************************************************************
|
|
*/
|
|
|
|
HB_FUNC( EXP )
|
|
{
|
|
if( ISNUM( 1 ) )
|
|
{
|
|
HB_MATH_EXCEPTION hb_exc;
|
|
double dResult;
|
|
|
|
#if defined(HB_MATH_ERRNO)
|
|
errno = 0;
|
|
dResult = exp( hb_parnd( 1 ) );
|
|
if ( hb_mathErrSet( dResult, hb_parnd (1), 0.0, "EXP", errno ) )
|
|
#else
|
|
hb_mathResetError();
|
|
dResult = exp( hb_parnd( 1 ) );
|
|
if ( hb_mathIsMathErr() )
|
|
#endif
|
|
{
|
|
/* the C-RTL provides a kind of matherr() mechanism */
|
|
int iLastError = hb_mathGetLastError( &hb_exc );
|
|
if( iLastError != HB_MATH_ERR_NONE )
|
|
{
|
|
if( hb_exc.handled )
|
|
{
|
|
hb_retndlen( hb_exc.retval, hb_exc.retvalwidth, hb_exc.retvaldec );
|
|
}
|
|
else
|
|
{
|
|
/* math exception is up to the Harbour function, so do this as Clipper compatible as possible */
|
|
if ( iLastError == HB_MATH_ERR_OVERFLOW )
|
|
{
|
|
hb_retndlen( HUGE_VAL, -1, -1 );
|
|
}
|
|
else
|
|
{
|
|
hb_retnd( 0.0 );
|
|
}
|
|
}
|
|
return;
|
|
}
|
|
}
|
|
hb_retnd( dResult );
|
|
}
|
|
else
|
|
{
|
|
hb_errRT_BASE_SubstR( EG_ARG, 1096, NULL, "EXP", 1, hb_paramError( 1 ) );
|
|
}
|
|
}
|
|
|
|
|
|
HB_FUNC (LOG)
|
|
{
|
|
if( ISNUM ( 1 ) )
|
|
{
|
|
HB_MATH_EXCEPTION hb_exc;
|
|
double dResult;
|
|
|
|
#if defined(HB_MATH_ERRNO)
|
|
errno = 0;
|
|
dResult = log( hb_parnd( 1 ) );
|
|
if ( hb_mathErrSet( dResult, hb_parnd (1), 0.0, "LOG", errno ) )
|
|
#else
|
|
hb_mathResetError();
|
|
dResult = log( hb_parnd( 1 ) );
|
|
if ( hb_mathIsMathErr() )
|
|
#endif
|
|
{
|
|
/* the C-RTL provides a kind of matherr() mechanism */
|
|
int iLastError = hb_mathGetLastError( &hb_exc );
|
|
if( iLastError != HB_MATH_ERR_NONE )
|
|
{
|
|
if( hb_exc.handled )
|
|
{
|
|
hb_retndlen( hb_exc.retval, hb_exc.retvalwidth, hb_exc.retvaldec );
|
|
}
|
|
else
|
|
{
|
|
/* math exception is up to the Harbour function, so do this as Clipper compatible as possible */
|
|
switch( iLastError )
|
|
{
|
|
case HB_MATH_ERR_SING: /* argument to log was 0.0 */
|
|
case HB_MATH_ERR_DOMAIN: /* argument to log was < 0.0 */
|
|
{
|
|
hb_retndlen( -HUGE_VAL, -1, -1 ); /* return -infinity */
|
|
}; break;
|
|
default:
|
|
{
|
|
hb_retnd( 0.0 );
|
|
}
|
|
}
|
|
}
|
|
return;
|
|
}
|
|
}
|
|
hb_retnd( dResult );
|
|
}
|
|
else
|
|
{
|
|
hb_errRT_BASE_SubstR( EG_ARG, 1095, NULL, "LOG", 1, hb_paramError( 1 ) );
|
|
}
|
|
}
|
|
|
|
HB_FUNC( SQRT )
|
|
{
|
|
if( ISNUM( 1 ) )
|
|
{
|
|
HB_MATH_EXCEPTION hb_exc;
|
|
double dResult;
|
|
|
|
#if defined(HB_MATH_ERRNO)
|
|
errno = 0;
|
|
dResult = sqrt( hb_parnd( 1 ) );
|
|
if ( hb_mathErrSet( dResult, hb_parnd( 1 ), 0.0, "SQRT", errno ) )
|
|
#else
|
|
hb_mathResetError();
|
|
dResult = sqrt( hb_parnd( 1 ) );
|
|
if ( hb_mathIsMathErr() )
|
|
#endif
|
|
{
|
|
/* the C-RTL provides a kind of matherr() mechanism */
|
|
int iLastError = hb_mathGetLastError( &hb_exc );
|
|
if( iLastError != HB_MATH_ERR_NONE )
|
|
{
|
|
if( hb_exc.handled )
|
|
{
|
|
hb_retndlen( hb_exc.retval, hb_exc.retvalwidth, hb_exc.retvaldec );
|
|
}
|
|
else
|
|
{
|
|
/* math exception is up to the Harbour function, so do this as Clipper compatible as possible */
|
|
hb_retnd( 0.0 ); /* return 0.0 on all errors (all (?) of type DOMAIN) */
|
|
}
|
|
return;
|
|
}
|
|
}
|
|
hb_retnd( dResult );
|
|
}
|
|
else
|
|
{
|
|
hb_errRT_BASE_SubstR( EG_ARG, 1097, NULL, "SQRT", 1, hb_paramError( 1 ) );
|
|
}
|
|
}
|