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:
Przemyslaw Czerpak
2007-09-26 03:37:08 +00:00
parent c32784b716
commit 81e77761a8
2 changed files with 15 additions and 1 deletions

View File

@@ -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

View File

@@ -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 )
}