Thank you very much. Brgds, Viktor On Sat, Jun 20, 2009 at 10:25 PM, <[email protected]> wrote:
> Revision: 11459 > > http://harbour-project.svn.sourceforge.net/harbour-project/?rev=11459&view=rev > Author: druzus > Date: 2009-06-20 20:25:26 +0000 (Sat, 20 Jun 2009) > > Log Message: > ----------- > 2009-06-20 22:24 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) > * harbour/include/hbapi.h > * harbour/source/vm/extend.c > * renamed existing hb_par*() and hb_stor*() functions which supports > variable number of parameters (...) into hb_parv*() and hb_storv*() > * added new hb_par*() and hb_stor*() functions which use strict number > of parameters. New hb_par*() functions do not make hidden conversion > between types, f.e. hb_parl() returns 1 only for logical parameters > which contain .T. > > * harbour/include/extend.api > * map Clipper _par*() functions to hb_parv*() > * map Clipper _stor*() functions to hb_storv*() > > * harbour/source/vm/dynsym.c > * harbour/source/vm/hvm.c > * harbour/source/vm/maindllp.c > * harbour/source/vm/thread.c > * harbour/source/vm/classes.c > * harbour/source/rtl/cdpapi.c > * harbour/source/rtl/mlcfunc.c > * harbour/contrib/hbnf/dispc.c > * harbour/contrib/hbnf/mouse.c > * harbour/contrib/hbnf/getenvrn.c > * harbour/contrib/hbhpdf/harupdf.c > * harbour/contrib/gtwvg/wvgcuig.c > * harbour/contrib/gtwvg/wvgwin.c > * harbour/contrib/gtwvg/wvgutils.c > * harbour/contrib/gtwvg/wvgcore.c > * harbour/contrib/gtwvg/wvgwing.c > * harbour/contrib/rddads/adsfunc.c > * harbour/contrib/rddads/ads1.c > * harbour/contrib/rddads/adsmgmnt.c > * harbour/contrib/hbmisc/hb_f.c > * harbour/contrib/hbwin/wapi_commctrl.c > * replaced hb_par*() and hb_stor*() calls used with additional > parameters > by hb_parv*() and hb_storv*() > TODO: update examples/hbwhat/*.c files > > * harbour/examples/uhttpd2/socket.c > * harbour/examples/httpsrv/socket.c > * changed hb_parni() to hb_parnidef() > > * harbour/source/vm/itemapi.c > * removed some conversion which are not necessary for CA-Cl*pper > compatibility > > * harbour/source/macro/macrolex.c > * replaced HB_LEX_IS*() macros by by HB_IS*() ones > > Modified Paths: > -------------- > trunk/harbour/ChangeLog > trunk/harbour/contrib/gtwvg/wvgcore.c > trunk/harbour/contrib/gtwvg/wvgcuig.c > trunk/harbour/contrib/gtwvg/wvgutils.c > trunk/harbour/contrib/gtwvg/wvgwin.c > trunk/harbour/contrib/gtwvg/wvgwing.c > trunk/harbour/contrib/hbhpdf/harupdf.c > trunk/harbour/contrib/hbmisc/hb_f.c > trunk/harbour/contrib/hbnf/dispc.c > trunk/harbour/contrib/hbnf/getenvrn.c > trunk/harbour/contrib/hbnf/mouse.c > trunk/harbour/contrib/hbwin/wapi_commctrl.c > trunk/harbour/contrib/rddads/ads1.c > trunk/harbour/contrib/rddads/adsfunc.c > trunk/harbour/contrib/rddads/adsmgmnt.c > trunk/harbour/examples/httpsrv/socket.c > trunk/harbour/examples/uhttpd2/socket.c > trunk/harbour/include/extend.api > trunk/harbour/include/hbapi.h > trunk/harbour/source/macro/macrolex.c > trunk/harbour/source/rtl/cdpapi.c > trunk/harbour/source/rtl/mlcfunc.c > trunk/harbour/source/vm/classes.c > trunk/harbour/source/vm/dynsym.c > trunk/harbour/source/vm/extend.c > trunk/harbour/source/vm/hvm.c > trunk/harbour/source/vm/itemapi.c > trunk/harbour/source/vm/maindllp.c > trunk/harbour/source/vm/thread.c > > > This was sent by the SourceForge.net collaborative development platform, > the world's largest Open Source development site. > _______________________________________________ > Harbour mailing list > [email protected] > http://lists.harbour-project.org/mailman/listinfo/harbour >
_______________________________________________ Harbour mailing list [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
