2007-09-26 05:37 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/ChangeLog
! fixed typo in function names in previous commit description
* harbour/contrib/xhb/xhbfunc.c
+ added HB_QSELF()
This commit is contained in:
@@ -8,10 +8,17 @@
|
||||
2002-12-01 13:30 UTC+0100 Foo Bar <foo.bar@foobar.org>
|
||||
*/
|
||||
|
||||
2007-09-26 05:37 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
||||
* harbour/ChangeLog
|
||||
! fixed typo in function names in previous commit description
|
||||
|
||||
* harbour/contrib/xhb/xhbfunc.c
|
||||
+ added HB_QSELF()
|
||||
|
||||
2007-09-26 05:00 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
||||
* harbour/contrib/xhb/Makefile
|
||||
+ harbour/contrib/xhb/xhbwith.c
|
||||
+ added HB_QWith( [<nLevel>] ), HB_QWithObjectCounter(), HB_QResetWith()
|
||||
+ added HB_QWith( [<nLevel>] ), HB_WithObjectCounter(), HB_ResetWith()
|
||||
|
||||
2007-09-26 02:30 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
||||
* harbour/include/hbclass.ch
|
||||
|
||||
@@ -258,3 +258,10 @@ HB_FUNC( XHB_ADEL )
|
||||
hb_itemReturn( pArray ); /* ADel() returns the array itself */
|
||||
}
|
||||
}
|
||||
|
||||
HB_FUNC_EXTERN( __SENDER );
|
||||
|
||||
HB_FUNC( HB_QSELF )
|
||||
{
|
||||
HB_FUNC_EXEC( __SENDER )
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user