2025-07-19 19:44 UTC+0200 Aleksander Czajczynski (hb fki.pl)
* contrib/hbhpdf/core.c
+ HPDF_GetPageByIndex( hDoc, nIndex ) --> hPage / NIL
suggested by Luigi Ferraris
* contrib/hbhpdf/tests/harupdf.prg
+ test the above (disabled by default)
* README.md
* updated CI badge(s) to GitHub Actions - they also cover
the strict compilation mode, definitions are currently
located in the same file as normal
! cleaned up links, mostly in tools section, some were
broken, for others switched to https where applicable
* mention HB_CCPREFIX= support for clang
* contrib/hbdoc/hbdoc.prg
* contrib/hbformat/utils/hbformat.prg
* contrib/hbnetio/utils/hbnetio/hbnetio.prg
* package/harbour.mft
* package/harbour.rc
* src/compiler/hbusage.c
* utils/hbi18n/hbi18n.prg
* utils/hbtest/hbtest.prg
* bumped copyright year to 2025
This commit is contained in:
@@ -168,7 +168,7 @@ STATIC PROCEDURE Logo()
|
||||
OutStd( ;
|
||||
"Harbour i18n .pot/.hbl file manager " + HBRawVersion() + hb_eol() + ;
|
||||
"Copyright (c) 2009-" + ;
|
||||
"2024" + ", " + ;
|
||||
"2025" + ", " + ;
|
||||
"Przemyslaw Czerpak" + hb_eol() + ;
|
||||
hb_Version( HB_VERSION_URL_BASE ) + hb_eol() + ;
|
||||
hb_eol() )
|
||||
|
||||
@@ -95,7 +95,7 @@ STATIC s_lDBFAvail := .F.
|
||||
ANNOUNCE HB_GTSYS
|
||||
REQUEST HB_GT_CGI_DEFAULT
|
||||
|
||||
#define COPYRIGHT_YEAR "2024"
|
||||
#define COPYRIGHT_YEAR "2025"
|
||||
#else
|
||||
#define COPYRIGHT_YEAR "present"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user