2011-02-11 07:48 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)

* utils/hbmk2/hbmk2.prg
    ! Readded REQUEST HB_FSETATTR. It was used in conditional 
      code, so it was not linked on *nix builds, causing 
      failure to run postinst.hbs.

  * src/rtl/hbrandom.c
    * Minor formatting.
This commit is contained in:
Viktor Szakats
2011-02-11 06:48:27 +00:00
parent d09ba62c09
commit af945f7b1f
3 changed files with 11 additions and 1 deletions

View File

@@ -16,6 +16,15 @@
The license applies to all entries newer than 2009-04-28.
*/
2011-02-11 07:48 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* utils/hbmk2/hbmk2.prg
! Readded REQUEST HB_FSETATTR. It was used in conditional
code, so it was not linked on *nix builds, causing
failure to run postinst.hbs.
* src/rtl/hbrandom.c
* Minor formatting.
2011-02-11 00:10 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* src/rtl/base64d.c
! HB_BASE64DECODE(): Forgot to return sized buffer in recently

View File

@@ -86,7 +86,7 @@ HB_FUNC( HB_RANDOM )
dY = dX;
dX = dZ;
}
hb_retnd( dRnd * ( dY - dX ) + dX );
hb_retnd( dRnd * ( dY - dX ) + dX );
}
}

View File

@@ -513,6 +513,7 @@ REQUEST HB_HDELAT
REQUEST HB_HKEYS
REQUEST HB_HKEEPORDER
REQUEST HB_FGETATTR
REQUEST HB_FSETATTR
/* For hbrun emulation */
STATIC s_cDirBase_hbrun