2017-05-03 09:10 UTC Viktor Szakats (vszakats users.noreply.github.com)

* *
    * copyright name cleanups
This commit is contained in:
Viktor Szakats
2017-05-03 09:11:48 +00:00
parent 8abcba1bcd
commit a69b4a58ee
23 changed files with 68 additions and 64 deletions

View File

@@ -10,6 +10,10 @@
* Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment
*/
2017-05-03 09:10 UTC Viktor Szakats (vszakats users.noreply.github.com)
* *
* copyright name cleanups
2017-04-26 14:11 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* src/harbour.def
! added missing hb_itemPutNil()
@@ -862,12 +866,12 @@
2014-07-15 23:04 UTC+0200 Viktor Szakats (vszakats users.noreply.github.com)
2014-06-21 12:46 UTC+0200 Viktor Szakats (vszakats users.noreply.github.com)
2014-06-20 15:38 UTC+0200 Viktor Szakats (vszakats users.noreply.github.com)
2014-02-12 01:58 UTC+0100 Viktor Szakáts (vszakats users.noreply.github.com)
2014-02-03 21:07 UTC+0100 Viktor Szakáts (vszakats users.noreply.github.com)
2014-02-03 19:19 UTC+0100 Viktor Szakáts (vszakats users.noreply.github.com)
2014-02-03 18:37 UTC+0100 Viktor Szakáts (vszakats users.noreply.github.com)
2014-02-03 18:22 UTC+0100 Viktor Szakáts (vszakats users.noreply.github.com)
2014-02-03 17:45 UTC+0100 Viktor Szakáts (vszakats users.noreply.github.com)
2014-02-12 01:58 UTC+0100 Viktor Szakats (vszakats users.noreply.github.com)
2014-02-03 21:07 UTC+0100 Viktor Szakats (vszakats users.noreply.github.com)
2014-02-03 19:19 UTC+0100 Viktor Szakats (vszakats users.noreply.github.com)
2014-02-03 18:37 UTC+0100 Viktor Szakats (vszakats users.noreply.github.com)
2014-02-03 18:22 UTC+0100 Viktor Szakats (vszakats users.noreply.github.com)
2014-02-03 17:45 UTC+0100 Viktor Szakats (vszakats users.noreply.github.com)
; plus various minor maintenance updates from multiple other commits
2016-10-19 01:24 UTC+0200 Viktor Szakats (vszakats users.noreply.github.com)
@@ -1222,7 +1226,7 @@
2015-09-02 19:54 UTC+0200 Viktor Szakats (vszakats users.noreply.github.com)
2015-09-02 18:43 UTC+0200 Viktor Szakats (vszakats users.noreply.github.com)
2015-04-03 11:43 UTC+0200 Viktor Szakats (vszakats users.noreply.github.com)
2014-01-29 02:15 UTC+0100 Viktor Szakáts (vszakats users.noreply.github.com)
2014-01-29 02:15 UTC+0100 Viktor Szakats (vszakats users.noreply.github.com)
2016-08-10 20:12 UTC+0300 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt)
* contrib/rddads/ads.ch
@@ -4819,7 +4823,7 @@
* contrib/rddads/rddads.h
+ autodetection support for 11.10
(From Viktor's branch: 2013-12-26 01:22 UTC+0100 Viktor Szakáts)
(From Viktor's branch: 2013-12-26 01:22 UTC+0100 Viktor Szakats)
* contrib/rddads/adsx.c
* use hb_xgrabz()
@@ -5747,10 +5751,10 @@
+ HBMemoEditor():HandleUserKey(): now returns whether the event was
handled (as logical value) (previously: Self) [INCOMPATIBLE]
* fixed some misleading variable names
; 2014-01-28 03:11 UTC+0100 Viktor Szakáts
; 2014-01-28 03:11 UTC+0100 Viktor Szakats
! MemoEdit() fixed to pass-through without interactivity
when the user function is a boolean .F.
; 2014-01-27 15:15 UTC+0100 Viktor Szakáts
; 2014-01-27 15:15 UTC+0100 Viktor Szakats
% abort key checking optimized and made unicode compatible
* src/rtl/listbox.prg
@@ -5777,7 +5781,7 @@
! ListBox():addItem( cText, cData ): fixed to allow any type for cData,
not just NIL and string, like Cl*pper
+ ListBox():setData(): documented a Cl*pper bug
; 2014-03-09 18:19 UTC+0100 Viktor Szakáts
; 2014-03-09 18:19 UTC+0100 Viktor Szakats
! ListBox():scroll() fixed to ignore non-numeric parameter
(like Cl*pper) instead of an RTE
@@ -7041,7 +7045,7 @@
* package/mpkg_rpm.sh
* respect HB_WITH_*=no and HB_WITH_*=local envvars
2014-08-05 19:56 UTC+0200 Viktor Szakáts (vszakats users.noreply.github.com)
2014-08-05 19:56 UTC+0200 Viktor Szakats (vszakats users.noreply.github.com)
* src/debug/*
+ src/debug/en.txt
* sync with https://github.com/vszakats/harbour-core/tree/4d61fc5a25181f4f70abb8434a83697a068a43b0/src/debug
@@ -7253,10 +7257,10 @@
hb_LeftEq( <cString1>, <cString2> ) -> <lResult>
it's equivalent to this expression, but faster and shorter:
( Left( <cString1>, Len( <cString2> ) ) == <cString2> )
2014-01-22 03:09 UTC+0100 Viktor Szakáts
2014-01-22 03:09 UTC+0100 Viktor Szakats
+ added hb_LeftEqI(). Same as hb_LeftEq() but case-insensitive.
hb_LeftEqI( <cString1>, <cString2> ) -> <lResult>
2014-02-04 13:38 UTC+0100 Viktor Szakáts
2014-02-04 13:38 UTC+0100 Viktor Szakats
* include/harbour.hbx
* src/rtl/chruni.c
@@ -8739,7 +8743,7 @@
+ added new PRG function: AdsIsNull()
For ACE libraries < 9.0 it's redirected to AdsIsEmpty()
2013-12-27 02:46 UTC+0100 Viktor Szakáts (vszakats users.noreply.github.com)
2013-12-27 02:46 UTC+0100 Viktor Szakats (vszakats users.noreply.github.com)
* ChangeLog.txt
* cleaned away abandoned domain from old entries
@@ -8961,7 +8965,7 @@
! updated HB_ULONG->HB_U32 used in pCurrScr.
I missed them in previous commit.
2013-11-19 22:36 UTC+0100 Viktor Szakáts (vszakats users.noreply.github.com)
2013-11-19 22:36 UTC+0100 Viktor Szakats (vszakats users.noreply.github.com)
* ChangeLog.txt
! deleted reference to no longer existing URL
@@ -9252,7 +9256,7 @@
Destroys the IPicture created with WVT_LOADPICTURE*() functions.
+ Added: HB_FUNC( WVT_LOADPICTUREEX ) <- <cFilePicture> -> <hIPicture>
2013-10-10 01:32 UTC+0200 Viktor Szakáts (vszakats users.noreply.github.com)
2013-10-10 01:32 UTC+0200 Viktor Szakats (vszakats users.noreply.github.com)
* src/3rd/zlib/ChangeLog -> src/3rd/zlib/ChangeLog.txt
* various cleanups
@@ -9270,7 +9274,7 @@
* added support for non SH shells - it allows to create Android
builds in MS-Windows using Android NDK from Google.
2013-10-09 20:05 UTC+0200 Viktor Szakáts (vszakats users.noreply.github.com)
2013-10-09 20:05 UTC+0200 Viktor Szakats (vszakats users.noreply.github.com)
* *
* use web url instead of obfuscated email
@@ -9480,7 +9484,7 @@
cursor and selection in MacOSX builds.
RasterOp operations are not supported in MacOSX.
2013-08-07 15:08 UTC+0200 Viktor Szakáts (vszakats.net/harbour)
2013-08-07 15:08 UTC+0200 Viktor Szakats (vszakats.net/harbour)
* ChangeLog.txt
! fixed two wrongly attributed changelog entries
(due to copy/paste error)
@@ -9724,7 +9728,7 @@
* rediffed with:
hbmk2 ../../../../bin/3rdpatch.hb -rediff
2013-06-13 23:59 UTC+0200 Viktor Szakáts (vszakats.net/harbour)
2013-06-13 23:59 UTC+0200 Viktor Szakats (vszakats.net/harbour)
* utils/hbmk2/hbmk2.prg
! reverted 2nd hunk of 2013-06-03 16:45 UTC+0200. It
introduced unnecessary and confusing disparity between

View File

@@ -1954,6 +1954,6 @@ Supported shells per host platforms:
* [Wikipedia](https://en.wikipedia.org/wiki/Harbour_compiler)
This document Copyright &copy; 2009-2015 Viktor Szakáts (vszakats.net/harbour)<br />
This document Copyright &copy; 2009-2015 Viktor Szakats (vszakats.net/harbour)<br />
Licensed under [Creative Commons Attribution-ShareAlike 3.0](http://creativecommons.org/licenses/by-sa/3.0/)<br />
See [COPYING](COPYING.txt).

View File

@@ -1,5 +1,5 @@
Harbour Shell / Script Runner 3\.2\.0dev \(r2013\-04\-03 03:33\)
Copyright \(c\) 2007\-2013, Viktor Szakáts
Copyright \(c\) 2007\-2013, Viktor Szakats
Copyright \(c\) 2003\-2007, Przemysław Czerpak
<http://harbour\-project\.org/>
Μετάφραση \(el\): Pete D\. \(pete\_westg@yahoo\.gr\)
@@ -113,4 +113,4 @@ License extensions:
Συγγραφέας:
- Viktor Szakáts \(vszakats\.net/harbour\)
- Viktor Szakats \(vszakats\.net/harbour\)

View File

@@ -1,5 +1,5 @@
Harbour Shell / Script Runner 3\.2\.0dev \(r2013\-04\-03 03:33\)
Copyright \(c\) 2007\-2013, Viktor Szakáts
Copyright \(c\) 2007\-2013, Viktor Szakats
Copyright \(c\) 2003\-2007, Przemysław Czerpak
<http://harbour\-project\.org/>
@@ -112,4 +112,4 @@ License extensions:
Author:
- Viktor Szakáts \(vszakats\.net/harbour\)
- Viktor Szakats \(vszakats\.net/harbour\)

View File

@@ -1,5 +1,5 @@
Harbour Shell / Script Runner 3\.2\.0dev \(r2013\-04\-03 03:33\)
Copyright \(c\) 2007\-2013, Viktor Szakáts
Copyright \(c\) 2007\-2013, Viktor Szakats
Copyright \(c\) 2003\-2007, Przemysław Czerpak
<http://harbour\-project\.org/>
Traducción \(es\): Guillermo Varona Silupú &lt;gvaronas@gmail\.com&gt;
@@ -113,4 +113,4 @@ License extensions:
Autor:
- Viktor Szakáts \(vszakats\.net/harbour\)
- Viktor Szakats \(vszakats\.net/harbour\)

View File

@@ -1,5 +1,5 @@
Harbour Shell / Script Runner 3\.2\.0dev \(r2013\-04\-03 03:33\)
Copyright \(c\) 2007\-2013, Viktor Szakáts
Copyright \(c\) 2007\-2013, Viktor Szakats
Copyright \(c\) 2003\-2007, Przemysław Czerpak
<http://harbour\-project\.org/>
Traducción \(es\_419\): Guillermo Varona Silupú &lt;gvaronas@gmail\.com&gt;
@@ -113,4 +113,4 @@ License extensions:
Autor:
- Viktor Szakáts \(vszakats\.net/harbour\)
- Viktor Szakats \(vszakats\.net/harbour\)

View File

@@ -1,5 +1,5 @@
Harbour Shell / Script Runner 3\.2\.0dev \(r2013\-04\-03 03:33\)
Copyright \(c\) 2007\-2013, Viktor Szakáts
Copyright \(c\) 2007\-2013, Viktor Szakats
Copyright \(c\) 2003\-2007, Przemysław Czerpak
<http://harbour\-project\.org/>
@@ -112,4 +112,4 @@ License extensions:
Author:
- Viktor Szakáts \(vszakats\.net/harbour\)
- Viktor Szakats \(vszakats\.net/harbour\)

View File

@@ -1,5 +1,5 @@
Harbour Shell / Script Runner 3\.2\.0dev \(r2013\-04\-03 03:33\)
Copyright \(c\) 2007\-2013, Viktor Szakáts
Copyright \(c\) 2007\-2013, Viktor Szakats
Copyright \(c\) 2003\-2007, Przemysław Czerpak
<http://harbour\-project\.org/>
Traducción \(gl\): JLalín
@@ -113,4 +113,4 @@ License extensions:
Autor:
- Viktor Szakáts \(vszakats\.net/harbour\)
- Viktor Szakats \(vszakats\.net/harbour\)

View File

@@ -1,8 +1,8 @@
Harbour Shell / Script Runner 3\.2\.0dev \(r2013\-04\-03 03:33\)
Copyright \(c\) 2007\-2013, Viktor Szakáts
Copyright \(c\) 2007\-2013, Viktor Szakats
Copyright \(c\) 2003\-2007, Przemysław Czerpak
<http://harbour\-project\.org/>
Magyar \(hu\) fordítás: Copyright \(c\) 2009\-2013, Szakáts Viktor
Magyar \(hu\) fordítás: Copyright \(c\) 2009\-2013, Szakats Viktor
Használat:
@@ -113,4 +113,4 @@ License extensions:
Szerző:
- Viktor Szakáts \(vszakats\.net/harbour\)
- Viktor Szakats \(vszakats\.net/harbour\)

View File

@@ -1,5 +1,5 @@
Harbour Shell / Script Runner 3\.2\.0dev \(r2013\-04\-03 03:33\)
Copyright \(c\) 2007\-2013, Viktor Szakáts
Copyright \(c\) 2007\-2013, Viktor Szakats
Copyright \(c\) 2003\-2007, Przemysław Czerpak
<http://harbour\-project\.org/>
Traduzione \(it\): \(inserisci qui il tuo nome\)
@@ -113,4 +113,4 @@ License extensions:
Autore:
- Viktor Szakáts \(vszakats\.net/harbour\)
- Viktor Szakats \(vszakats\.net/harbour\)

View File

@@ -1,5 +1,5 @@
Harbour Shell / Script Runner 3\.2\.0dev \(r2013\-04\-03 03:33\)
Copyright \(c\) 2007\-2013, Viktor Szakáts
Copyright \(c\) 2007\-2013, Viktor Szakats
Copyright \(c\) 2003\-2007, Przemysław Czerpak
<http://harbour\-project\.org/>
Translation \(pt\_BR\): Vailton Renato &lt;vailtom@gmail\.com&gt;
@@ -113,4 +113,4 @@ License extensions:
Autor:
- Viktor Szakáts \(vszakats\.net/harbour\)
- Viktor Szakats \(vszakats\.net/harbour\)

View File

@@ -289,7 +289,7 @@ static HB_BOOL s_fInitedFM = HB_FALSE;
#ifdef HB_FM_STATISTICS
#define HB_MEMINFO_SIGNATURE 0x19730403
#define HB_MEMINFO_SIGNATURE 0xfeedbeef
typedef struct _HB_MEMINFO
{

View File

@@ -1,5 +1,5 @@
Harbour Make \(hbmk2\) 3\.2\.0dev \(r2013\-04\-03 03:33\)
Copyright \(c\) 1999\-2013, Viktor Szakáts
Copyright \(c\) 1999\-2013, Viktor Szakats
<http://harbour\-project\.org/>
Μετάφραση \(el\): Pete D\. \(pete\_westg@yahoo\.gr\)
@@ -718,4 +718,4 @@ License extensions:
Συγγραφέας:
- Viktor Szakáts \(vszakats\.net/harbour\)
- Viktor Szakats \(vszakats\.net/harbour\)

View File

@@ -1,5 +1,5 @@
Harbour Make \(hbmk2\) 3\.2\.0dev \(r2013\-04\-03 03:33\)
Copyright \(c\) 1999\-2013, Viktor Szakáts
Copyright \(c\) 1999\-2013, Viktor Szakats
<http://harbour\-project\.org/>
Syntax:
@@ -716,4 +716,4 @@ License extensions:
Author:
- Viktor Szakáts \(vszakats\.net/harbour\)
- Viktor Szakats \(vszakats\.net/harbour\)

View File

@@ -1,5 +1,5 @@
Harbour Make \(hbmk2\) 3\.2\.0dev \(r2013\-04\-03 03:33\)
Copyright \(c\) 1999\-2013, Viktor Szakáts
Copyright \(c\) 1999\-2013, Viktor Szakats
<http://harbour\-project\.org/>
Traducción \(es\): Guillermo Varona Silupú &lt;gvaronas@gmail\.com&gt;
@@ -717,4 +717,4 @@ License extensions:
Autor:
- Viktor Szakáts \(vszakats\.net/harbour\)
- Viktor Szakats \(vszakats\.net/harbour\)

View File

@@ -1,5 +1,5 @@
Harbour Make \(hbmk2\) 3\.2\.0dev \(r2013\-04\-03 03:33\)
Copyright \(c\) 1999\-2013, Viktor Szakáts
Copyright \(c\) 1999\-2013, Viktor Szakats
<http://harbour\-project\.org/>
Traducción \(es\_419\): Guillermo Varona Silupú &lt;gvaronas@gmail\.com&gt;
@@ -717,4 +717,4 @@ License extensions:
Autor:
- Viktor Szakáts \(vszakats\.net/harbour\)
- Viktor Szakats \(vszakats\.net/harbour\)

View File

@@ -1,5 +1,5 @@
Harbour Make \(hbmk2\) 3\.2\.0dev \(r2013\-04\-03 03:33\)
Copyright \(c\) 1999\-2013, Viktor Szakáts
Copyright \(c\) 1999\-2013, Viktor Szakats
<http://harbour\-project\.org/>
Syntax:
@@ -716,4 +716,4 @@ License extensions:
Author:
- Viktor Szakáts \(vszakats\.net/harbour\)
- Viktor Szakats \(vszakats\.net/harbour\)

View File

@@ -1,5 +1,5 @@
Harbour Make \(hbmk2\) 3\.2\.0dev \(r2013\-04\-03 03:33\)
Copyright \(c\) 1999\-2013, Viktor Szakáts
Copyright \(c\) 1999\-2013, Viktor Szakats
<http://harbour\-project\.org/>
Traducción \(gl\): JLalín
@@ -732,4 +732,4 @@ License extensions:
Autor:
- Viktor Szakáts \(vszakats\.net/harbour\)
- Viktor Szakats \(vszakats\.net/harbour\)

View File

@@ -1,7 +1,7 @@
Harbour Make \(hbmk2\) 3\.2\.0dev \(r2013\-04\-03 03:33\)
Copyright \(c\) 1999\-2013, Viktor Szakáts
Copyright \(c\) 1999\-2013, Viktor Szakats
<http://harbour\-project\.org/>
Magyar \(hu\) fordítás: Copyright \(c\) 2009\-2013, Szakáts Viktor
Magyar \(hu\) fordítás: Copyright \(c\) 2009\-2013, Szakats Viktor
Használat:
@@ -716,4 +716,4 @@ License extensions:
Szerző:
- Viktor Szakáts \(vszakats\.net/harbour\)
- Viktor Szakats \(vszakats\.net/harbour\)

View File

@@ -1,5 +1,5 @@
Harbour Make \(hbmk2\) 3\.2\.0dev \(r2013\-04\-03 03:33\)
Copyright \(c\) 1999\-2013, Viktor Szakáts
Copyright \(c\) 1999\-2013, Viktor Szakats
<http://harbour\-project\.org/>
Traduzione \(it\): \(inserisci qui il tuo nome\)
@@ -716,4 +716,4 @@ License extensions:
Autore:
- Viktor Szakáts \(vszakats\.net/harbour\)
- Viktor Szakats \(vszakats\.net/harbour\)

View File

@@ -1,5 +1,5 @@
Harbour Make \(hbmk2\) 3\.2\.0dev \(r2013\-04\-03 03:33\)
Copyright \(c\) 1999\-2013, Viktor Szakáts
Copyright \(c\) 1999\-2013, Viktor Szakats
<http://harbour\-project\.org/>
Translation \(pt\_BR\): Vailton Renato &lt;vailtom@gmail\.com&gt;
@@ -718,4 +718,4 @@ License extensions:
Autor:
- Viktor Szakáts \(vszakats\.net/harbour\)
- Viktor Szakats \(vszakats\.net/harbour\)

View File

@@ -15630,12 +15630,12 @@ STATIC PROCEDURE ShowHeader( hbmk )
IF hbmk[ _HBMK_lShellMode ]
cText := ;
"Harbour Shell / Script Runner " + HBRawVersion() + e"\n" + ;
"Copyright (c) 2007-2016, Viktor Szakáts" + e"\n" + ;
"Copyright (c) 2007-2016, Viktor Szakats" + e"\n" + ;
"Copyright (c) 2003-2007, Przemysław Czerpak" + e"\n"
ELSE
cText := ;
"Harbour Make (" + _SELF_NAME_ + ") " + HBRawVersion() + e"\n" + ;
"Copyright (c) 1999-2016, Viktor Szakáts" + e"\n"
"Copyright (c) 1999-2016, Viktor Szakats" + e"\n"
ENDIF
IF hbmk[ _HBMK_lMarkdown ]
@@ -16431,7 +16431,7 @@ STATIC PROCEDURE ShowHelp( hbmk, lMore, lLong )
LOCAL aLst_Auth := { ;
NIL, ;
{ "Viktor Szakáts (vszakats.net/harbour)", "" } }
{ "Viktor Szakats (vszakats.net/harbour)", "" } }
// ; Examples

View File

@@ -360,7 +360,7 @@ msgstr "Harbour alaprendszer"
#, c-format
msgid "Translation (%1$s): (add your name here)"
msgstr "Magyar (%1$s) fordítás: Copyright (c) 2009-2016, Szakáts Viktor"
msgstr "Magyar (%1$s) fordítás: Copyright (c) 2009-2016, Viktor Szakats"
#, c-format
msgid "unknown platform"