From 7cd5ffb243009b06dd0e760e4ca58b98910baede Mon Sep 17 00:00:00 2001 From: Aleksander Czajczynski Date: Tue, 15 Jan 2019 12:50:27 +0100 Subject: [PATCH] 2019-01-15 12:50 UTC+0100 Aleksander Czajczynski (hb fki.pl) * README.md * verified links to referenced libraries, go https where applicable. Thanks to Pawel Wojciechowski for the location of ADS client library. * src/rtl/arc4.c ! fix builds on Alpine Linux and possibly others using musl libc, which in turn doesn't expose deprecated sysctl() anymore. * 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 2019 --- ChangeLog.txt | 19 +++++++++ README.md | 51 ++++++++++++----------- contrib/hbdoc/hbdoc.prg | 2 +- contrib/hbformat/utils/hbformat.prg | 2 +- contrib/hbnetio/utils/hbnetio/hbnetio.prg | 2 +- package/harbour.mft | 2 +- package/harbour.rc | 2 +- src/compiler/hbusage.c | 2 +- src/rtl/arc4.c | 9 +++- utils/hbi18n/hbi18n.prg | 2 +- utils/hbtest/hbtest.prg | 2 +- 11 files changed, 61 insertions(+), 34 deletions(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index 5c811e05f4..ba65cb8294 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -7,6 +7,25 @@ Entries may not always be in chronological/commit order. See license at the end of file. */ +2019-01-15 12:50 UTC+0100 Aleksander Czajczynski (hb fki.pl) + * README.md + * verified links to referenced libraries, go https where applicable. + Thanks to Pawel Wojciechowski for the location of ADS client library. + + * src/rtl/arc4.c + ! fix builds on Alpine Linux and possibly others using musl libc, + which in turn doesn't expose deprecated sysctl() anymore. + + * 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 2019 + 2019-01-14 12:18 UTC-0800 Pritpal Bedi (bedipritpal/at/hotmail.com) * contrib/gtwvg/wnd.prg ! Fixed: x,y,w,h values if aPos and aSize parameters were diff --git a/README.md b/README.md index fb541a2b74..a89beae7ac 100644 --- a/README.md +++ b/README.md @@ -1771,33 +1771,34 @@ Supported shells per host platforms: * Libraries: * HB_WITH_ADS - Advantage Client Engine API [win, linux, free, closed-source] - * + * * HB_WITH_ALLEGRO - Allegro (GUI) [multiplatform, free, open-source] * * HB_WITH_BLAT - Blat (SMTP client) [win, free, open-source] - * + * * HB_WITH_BZIP2 - libbzip2 [multiplatform, free, open-source] * * HB_WITH_CAIRO - Cairo [multiplatform, open-source] - *
- Look for these components on page above: cairo-dev_*_win32.zip, cairo_*_win32.zip, libpng_*_win32.zip + *
+ GTK for Windows has a side effect of including a build of Cairo libs. + After installation look for: libcairo-*.dll, libpng*.dll, zlib*.dll * HB_WITH_CUPS - libcups (printing) [*nix, free, open-source] - * + * * HB_WITH_CURL - libcurl (file transfer) [multiplatform, free, open-source] - * + * * HB_WITH_EXPAT - Expat (XML parser) [multiplatform, free, open-source] * * HB_WITH_FIREBIRD - firebird SQL [multiplatform, free, open-source] - * + * * HB_WITH_FREEIMAGE - FreeImage [multiplatform, free, open-source] * * HB_WITH_GD - GD Graphics Library [multiplatform, free, open-source] * * HB_WITH_GS - Ghostscript [multiplatform, free, open-source] - * + * * * HB_WITH_JPEG - jpeglib [multiplatform, free, open-source] - * + * * HB_WITH_LIBHARU - libharu (PDF creation) [multiplatform, free, open-source] * * HB_WITH_LIBMAGIC - libmagic, file recognition [multiplatform, free, open-source] @@ -1805,39 +1806,39 @@ Supported shells per host platforms: * HB_WITH_LZF - lzf library (RT data compression) [multiplatform, free, open-source] * * HB_WITH_MINILZO - miniLZO library (RT data compression) [multiplatform, free, open-source] - * + * * HB_WITH_MINIZIP - minizip library [multiplatform, free, open-source] - * + * * HB_WITH_MXML - miniXML library (small XML library) [multiplatform, free, open-source] - * + * * HB_WITH_MYSQL - MySQL [multiplatform, free, open-source] - * + * * HB_WITH_OCILIB - OCILIB (C Driver for Oracle) [multiplatform, free, open-source] - * - * + * + * * HB_WITH_OPENSSL - OpenSSL [multiplatform, free, open-source] - * - * - * + * + * + * * HB_WITH_PCRE - Perl Compatible Regular Expressions [multiplatform, free, open-source] - * + * * HB_WITH_PGSQL - PostgreSQL [multiplatform, free, open-source] - * + * * HB_WITH_PNG - libpng [multiplatform, free, open-source] * * HB_WITH_QT - QT (GUI) [multiplatform, free, open-source] * - * + * * HB_WITH_SQLITE3 - sqlite3 [multiplatform, free, open-source] - * + * * HB_WITH_TIFF - libtiff [multiplatform, free, open-source] * * HB_WITH_TINYMT - TinyMT (Mersenne Twister) [multiplatform, free, open-source] * * HB_WITH_WATT - Watt-32 (TCP/IP sockets) [dos, free, open-source] - * + * * HB_WITH_ZLIB - zlib [multiplatform, free, open-source] - * + * * HB_WITH_XDIFF - libxdiff (file differences/patches) [multiplatform, free, open-source] * @@ -1846,7 +1847,7 @@ Supported shells per host platforms: * Search for `w95ws2setup.exe` (required for Win95 support to run applications built with Harbour) * Windows UNICOWS .dll [win, free, closed-source] - * + * (required for Win9x/ME support to run applications built with Harbour in UNICODE mode) * Windows UNICOWS runtime/import library [win, free, open-source] * diff --git a/contrib/hbdoc/hbdoc.prg b/contrib/hbdoc/hbdoc.prg index 993b2260ff..ef7488bc12 100644 --- a/contrib/hbdoc/hbdoc.prg +++ b/contrib/hbdoc/hbdoc.prg @@ -768,7 +768,7 @@ STATIC PROCEDURE ShowHelp( cExtraMessage, aArgs ) aHelp := { ; cExtraMessage, ; "Harbour Document Compiler (hbdoc) " + HBRawVersion(), ; - "Copyright (c) 1999-2018, " + hb_Version( HB_VERSION_URL_BASE ), ; + "Copyright (c) 1999-2019, " + hb_Version( HB_VERSION_URL_BASE ), ; "", ; "Syntax:", ; "", ; diff --git a/contrib/hbformat/utils/hbformat.prg b/contrib/hbformat/utils/hbformat.prg index e746680811..a9d042ed6f 100644 --- a/contrib/hbformat/utils/hbformat.prg +++ b/contrib/hbformat/utils/hbformat.prg @@ -158,7 +158,7 @@ STATIC PROCEDURE About() OutStd( ; "Harbour Source Formatter " + HBRawVersion() + hb_eol() + ; "Copyright (c) 2010-" + ; - "2018" + ", " + ; + "2019" + ", " + ; hb_Version( HB_VERSION_URL_BASE ) + hb_eol() + ; "Copyright (c) 2009, Alexander S.Kresin" + hb_eol() + ; hb_eol() ) diff --git a/contrib/hbnetio/utils/hbnetio/hbnetio.prg b/contrib/hbnetio/utils/hbnetio/hbnetio.prg index 859ead1d4d..09c976f3b5 100644 --- a/contrib/hbnetio/utils/hbnetio/hbnetio.prg +++ b/contrib/hbnetio/utils/hbnetio/hbnetio.prg @@ -836,7 +836,7 @@ STATIC PROCEDURE HB_Logo() OutStd( ; "Harbour NETIO Server " + StrTran( Version(), "Harbour " ) + hb_eol() + ; "Copyright (c) 2009-" + ; - "2018" + ", " + ; + "2019" + ", " + ; "Przemyslaw Czerpak, Viktor Szakats" + hb_eol() + ; hb_Version( HB_VERSION_URL_BASE ) + hb_eol() + ; hb_eol() ) diff --git a/package/harbour.mft b/package/harbour.mft index 67a1e2aef8..6b51448aba 100644 --- a/package/harbour.mft +++ b/package/harbour.mft @@ -1,5 +1,5 @@ - +