diff --git a/harbour/ChangeLog b/harbour/ChangeLog index c071e52ad8..2fd6319f99 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,23 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-08-23 14:38 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * utils/hbmk2/hbmk2.pt_BR.po + * utils/hbmk2/hbmk2.hu_HU.po + * utils/hbmk2/hbmk2.prg + * Changed to use 'platform'/'plat' instead of 'architecture'/'arch'. + + Added -plat option. Same as old -arch, which is still accepted + for compatibility. + + Accepting HB_PLATFORM envvar instead of old HB_ARCHITECTURE. + Old envvar is still accepted for compatibility. + + Added ${hb_plat} and ${hb_platform} macros. Content the same + as for old ${hb_arch} and ${hb_architecture} macros. Old ones + still retained for script compatibility. + ; Please start using the new values. + + * contrib/hbwin/olecore.c + ! Suppressed MSVC warning. + 2009-08-23 14:17 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * source/vm/itemapi.c ! Added casts to avoid MSVC -W4 warnings. All of them was related diff --git a/harbour/contrib/hbwin/olecore.c b/harbour/contrib/hbwin/olecore.c index 0457f81f47..089a0e88d7 100644 --- a/harbour/contrib/hbwin/olecore.c +++ b/harbour/contrib/hbwin/olecore.c @@ -724,7 +724,7 @@ void hb_oleVariantUpdate( VARIANT* pVariant, PHB_ITEM pItem ) break; case VT_BOOL | VT_BYREF: - *pVariant->n1.n2.n3.pboolVal = hb_itemGetL( pItem ); + *pVariant->n1.n2.n3.pboolVal = ( VARIANT_BOOL ) hb_itemGetL( pItem ); break; case VT_I1 | VT_BYREF: diff --git a/harbour/utils/hbmk2/hbmk2.hu_HU.po b/harbour/utils/hbmk2/hbmk2.hu_HU.po index d62f57cf8c..c77164eb56 100644 --- a/harbour/utils/hbmk2/hbmk2.hu_HU.po +++ b/harbour/utils/hbmk2/hbmk2.hu_HU.po @@ -104,8 +104,8 @@ msgstr "hozzon l #: hbmk2.prg:737 hbmk2.prg:914 #, c-format -msgid "Autodetected architecture: %1$s" -msgstr "Detektált architektúra: %1$s" +msgid "Autodetected platform: %1$s" +msgstr "Detektált platform: %1$s" #: hbmk2.prg:5758 hbmk2.prg:6471 #, c-format @@ -124,8 +124,8 @@ msgstr "C ford #: hbmk2.prg:850 hbmk2.prg:1034 #, c-format -msgid "Error: Architecture value unknown: %1$s" -msgstr "Hiba: Ismeretlen architektúra: %1$s" +msgid "Error: Platform value unknown: %1$s" +msgstr "Hiba: Ismeretlen platform: %1$s" #: hbmk2.prg:2775 hbmk2.prg:2793 hbmk2.prg:2824 hbmk2.prg:3146 hbmk2.prg:3167 hbmk2.prg:3199 #, c-format @@ -499,8 +499,8 @@ msgstr "Kapcsol #: hbmk2.prg:5679 hbmk2.prg:6380 #, c-format -msgid "Supported values for each supported value:" -msgstr "Az egyes értékekhez tartozó értékek a következők:" +msgid "Supported values for each supported value:" +msgstr "Az egyes értékekhez tartozó értékek a következők:" #: hbmk2.prg:5688 hbmk2.prg:6391 #, c-format @@ -519,8 +519,8 @@ msgstr "Gener #: hbmk2.prg:5758 hbmk2.prg:6471 #, c-format -msgid "assume specific architecure. Same as HB_ARCHITECTURE envvar" -msgstr "használja a megadott architektúra kódot. Ugyanaz mint a HB_ARCHITECTURE környezeti változó." +msgid "assume specific platform. Same as HB_ARCHITECTURE envvar" +msgstr "használja a megadott platform kódot. Ugyanaz mint a HB_ARCHITECTURE környezeti változó." #: hbmk2.prg:5769 #, c-format @@ -559,8 +559,8 @@ msgstr "visszat #: hbmk2.prg:5769 #, c-format -msgid "Certain .hbc lines (libs=, hbcs=, prgflags=, cflags=, ldflags=, libpaths=, inctrypaths=, instpaths=, echo=) and corresponding command line parameters will accept macros: ${hb_root}, ${hb_dir}, ${hb_name}, ${hb_arch}, ${hb_comp}, ${hb_build}, ${hb_cpu}, ${hb_bin}, ${hb_lib}, ${hb_dyn}, ${hb_inc}, ${}. libpaths= also accepts %{hb_name} which translates to the name of the .hbc file under search." -msgstr "Számos .hbc opcióban és parancssori megfelelőikben (prgflags=, cflags=, ldflags=, libpaths=, inctrypaths=,echo=) használhatók makrók: ${hb_root}, ${hb_self}, ${hb_arch}, ${hb_comp}, ${hb_build}, ${hb_cpu}, ${}. libpaths= also accepts %{hb_name} which translates to the name of the .hbc file under search." +msgid "Certain .hbc lines (libs=, hbcs=, prgflags=, cflags=, ldflags=, libpaths=, inctrypaths=, instpaths=, echo=) and corresponding command line parameters will accept macros: ${hb_root}, ${hb_dir}, ${hb_name}, ${hb_plat}, ${hb_comp}, ${hb_build}, ${hb_cpu}, ${hb_bin}, ${hb_lib}, ${hb_dyn}, ${hb_inc}, ${}. libpaths= also accepts %{hb_name} which translates to the name of the .hbc file under search." +msgstr "Számos .hbc opcióban és parancssori megfelelőikben (prgflags=, cflags=, ldflags=, libpaths=, inctrypaths=,echo=) használhatók makrók: ${hb_root}, ${hb_self}, ${hb_plat}, ${hb_comp}, ${hb_build}, ${hb_cpu}, ${}. libpaths= also accepts %{hb_name} which translates to the name of the .hbc file under search." #: hbmk2.prg:5758 hbmk2.prg:6471 #, c-format @@ -574,8 +574,8 @@ msgstr "