use web url instead of obfuscated email
This commit is contained in:
13928
ChangeLog.txt
13928
ChangeLog.txt
File diff suppressed because it is too large
Load Diff
@@ -1954,6 +1954,6 @@ Supported shells per host platforms:
|
||||
* [Wikipedia](https://en.wikipedia.org/wiki/Harbour_compiler)
|
||||
|
||||
|
||||
This document Copyright © 2009-2013 Viktor Szakáts (harbour syenar.net)<br />
|
||||
This document Copyright © 2009-2013 Viktor Szakáts (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).
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
* Various validations of filenames and file content, meant to be
|
||||
* run before committing to repository.
|
||||
*
|
||||
* Copyright 2013 Viktor Szakats (harbour syenar.net)
|
||||
* Copyright 2013 Viktor Szakats (vszakats.net/harbour)
|
||||
* www - http://harbour-project.org
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
@@ -346,7 +346,7 @@ STATIC FUNCTION RTrimEOL( cFile )
|
||||
|
||||
/*
|
||||
* UTF-8 encoding detection, based on filestr.cpp from Far Manager.
|
||||
* Harbour adaptation Copyright 2013 Viktor Szakats (harbour syenar.net)
|
||||
* Harbour adaptation Copyright 2013 Viktor Szakats (vszakats.net/harbour)
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
* Harbour Project source code:
|
||||
* Commit preparer
|
||||
*
|
||||
* Copyright 2012-2013 Viktor Szakats (harbour syenar.net)
|
||||
* Copyright 2012-2013 Viktor Szakats (vszakats.net/harbour)
|
||||
* www - http://harbour-project.org
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
# uncrustify config file for Harbour C sources.
|
||||
# http://uncrustify.sourceforge.net/
|
||||
#
|
||||
# Viktor Szakats (harbour syenar.net)
|
||||
# Viktor Szakats (vszakats.net/harbour)
|
||||
# ---------------------------------------------------------------
|
||||
|
||||
indent_with_tabs = 0 # 1=indent to level only, 2=indent with tabs
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# ---------------------------------------------------------------
|
||||
# Copyright 2009 Viktor Szakats (harbour syenar.net)
|
||||
# Copyright 2009 Viktor Szakats (vszakats.net/harbour)
|
||||
# See COPYING.txt for licensing terms.
|
||||
#
|
||||
# This make file will detect optional 3rd party components
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# ---------------------------------------------------------------
|
||||
# Copyright 2009 Viktor Szakats (harbour syenar.net)
|
||||
# Copyright 2009 Viktor Szakats (vszakats.net/harbour)
|
||||
# See COPYING.txt for licensing terms.
|
||||
#
|
||||
# This make file will detect optional 3rd party components
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# ---------------------------------------------------------------
|
||||
# Copyright 2009 Viktor Szakats (harbour syenar.net)
|
||||
# Copyright 2009 Viktor Szakats (vszakats.net/harbour)
|
||||
# See COPYING.txt for licensing terms.
|
||||
# ---------------------------------------------------------------
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# ---------------------------------------------------------------
|
||||
# Copyright 2009 Viktor Szakats (harbour syenar.net)
|
||||
# Copyright 2009 Viktor Szakats (vszakats.net/harbour)
|
||||
# See COPYING.txt for licensing terms.
|
||||
# ---------------------------------------------------------------
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# ---------------------------------------------------------------
|
||||
# Copyright 2009 Viktor Szakats (harbour syenar.net) (rework)
|
||||
# Copyright 2009 Viktor Szakats (vszakats.net/harbour) (rework)
|
||||
# See COPYING.txt for licensing terms.
|
||||
# ---------------------------------------------------------------
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* Harbour Project source code:
|
||||
* Manage translations and automatic doc generation
|
||||
*
|
||||
* Copyright 2013 Viktor Szakats (harbour syenar.net)
|
||||
* Copyright 2013 Viktor Szakats (vszakats.net/harbour)
|
||||
* www - http://harbour-project.org
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* Converts core lang modules to standard .po files
|
||||
*
|
||||
* Copyright 2013 Viktor Szakats (harbour syenar.net)
|
||||
* Copyright 2013 Viktor Szakats (vszakats.net/harbour)
|
||||
* www - http://harbour-project.org
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* Converts .po files to core lang modules
|
||||
*
|
||||
* Copyright 2013 Viktor Szakats (harbour syenar.net)
|
||||
* Copyright 2013 Viktor Szakats (vszakats.net/harbour)
|
||||
* www - http://harbour-project.org
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* This Harbour script is part of the GNU Make-based build system.
|
||||
* WARNING: Running it separately is not supported.
|
||||
*
|
||||
* Copyright 2009-2010 Viktor Szakats (harbour syenar.net)
|
||||
* Copyright 2009-2010 Viktor Szakats (vszakats.net/harbour)
|
||||
* Copyright 2003 Przemyslaw Czerpak (druzus/at/priv.onet.pl) (embedded autoinstall bash script)
|
||||
* See COPYING.txt for licensing terms.
|
||||
*/
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* hbmk2 plugin script, implementing support for QT specific features
|
||||
*
|
||||
* Copyright 2010 Viktor Szakats (harbour syenar.net)
|
||||
* Copyright 2010 Viktor Szakats (vszakats.net/harbour)
|
||||
* www - http://harbour-project.org
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* Harbour Project source code:
|
||||
* Blinker compatibility functions.
|
||||
*
|
||||
* Copyright 2010 Viktor Szakats (harbour syenar.net)
|
||||
* Copyright 2010 Viktor Szakats (vszakats.net/harbour)
|
||||
* www - http://harbour-project.org
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* Harbour Project source code:
|
||||
* Blinker compatibility functions.
|
||||
*
|
||||
* Copyright 2010 Viktor Szakats (harbour syenar.net)
|
||||
* Copyright 2010 Viktor Szakats (vszakats.net/harbour)
|
||||
* www - http://harbour-project.org
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* Harbour Project source code:
|
||||
* HBCOMM compatibility library. EXPERIMENTAL CODE. USE AT YOUR OWN RISK. NO GUARANTEES.
|
||||
*
|
||||
* Copyright 2010 Viktor Szakats (harbour syenar.net)
|
||||
* Copyright 2010 Viktor Szakats (vszakats.net/harbour)
|
||||
* www - http://harbour-project.org
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* Harbour Project source code:
|
||||
*
|
||||
* Copyright 2009 Viktor Szakats (harbour syenar.net)
|
||||
* Copyright 2009 Viktor Szakats (vszakats.net/harbour)
|
||||
* (fixed, adapted to CLI, translated, formatted)
|
||||
* Copyright 2006 Marcelo Torres <lichitorres@yahoo.com.ar>
|
||||
* www - http://harbour-project.org
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
* - CharEven()
|
||||
* - CharOdd()
|
||||
*
|
||||
* Copyright 2000-2001 Viktor Szakats (harbour syenar.net)
|
||||
* Copyright 2000-2001 Viktor Szakats (vszakats.net/harbour)
|
||||
*
|
||||
* Merged into one file for optimization and some small corrections:
|
||||
* (c) 2001 IntTec GmbH, Neunlindenstr 32, 79106 Freiburg, Germany
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* Harbour Project source code:
|
||||
* CharMix() CT3 function
|
||||
*
|
||||
* Initial code: Copyright 1999-2001 Viktor Szakats (harbour syenar.net)
|
||||
* Initial code: Copyright 1999-2001 Viktor Szakats (vszakats.net/harbour)
|
||||
*
|
||||
* CT3 conformity: Copyright 2001 IntTec GmbH, Neunlindenstr 32, 79106 Freiburg, Germany
|
||||
* Author: Martin Vogel <vogel@inttec.de>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* Harbour Project source code:
|
||||
* Checksum() CA-T*ols function
|
||||
*
|
||||
* Copyright 1999-2001 Viktor Szakats (harbour syenar.net)
|
||||
* Copyright 1999-2001 Viktor Szakats (vszakats.net/harbour)
|
||||
* www - http://harbour-project.org
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* Harbour Project source code:
|
||||
* Crypt() CA-T*ols compatible function
|
||||
*
|
||||
* Copyright 1999-2001 Viktor Szakats (harbour syenar.net)
|
||||
* Copyright 1999-2001 Viktor Szakats (vszakats.net/harbour)
|
||||
* www - http://harbour-project.org
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* Harbour Project source code:
|
||||
* Dummy CA-T*ols functions
|
||||
*
|
||||
* Copyright 2008 Viktor Szakats (harbour syenar.net)
|
||||
* Copyright 2008 Viktor Szakats (vszakats.net/harbour)
|
||||
* www - http://harbour-project.org
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* Harbour Project source code:
|
||||
* Misc CA-T*ols functions
|
||||
*
|
||||
* Copyright 1999-2001 Viktor Szakats (harbour syenar.net)
|
||||
* Copyright 1999-2001 Viktor Szakats (vszakats.net/harbour)
|
||||
* www - http://harbour-project.org
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* Harbour Project source code:
|
||||
* Not (yet) implemented CT functions
|
||||
*
|
||||
* Copyright 2010 Viktor Szakats (harbour syenar.net)
|
||||
* Copyright 2010 Viktor Szakats (vszakats.net/harbour)
|
||||
* www - http://harbour-project.org
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
* CT3 GET/READ Functions
|
||||
*
|
||||
* SaveGets(), RestGets()
|
||||
* Copyright 1999-2001 Viktor Szakats (harbour syenar.net)
|
||||
* Copyright 1999-2001 Viktor Szakats (vszakats.net/harbour)
|
||||
* www - http://harbour-project.org
|
||||
*
|
||||
* CountGets(), CurrentGet(), GetFldRow(), GetFldCol(), GetFldVar()
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* Harbour Project source code:
|
||||
* [S|G]ETKX[LAT|TAB] CA-T*ols functions (USE IT AT YOUR OWN RISK)
|
||||
*
|
||||
* Copyright 2012 Viktor Szakats (harbour syenar.net)
|
||||
* Copyright 2012 Viktor Szakats (vszakats.net/harbour)
|
||||
* www - http://harbour-project.org
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* Harbour Project source code:
|
||||
* CT3 string functions: NumLine()
|
||||
*
|
||||
* Copyright 2011 Viktor Szakats (harbour syenar.net)
|
||||
* Copyright 2011 Viktor Szakats (vszakats.net/harbour)
|
||||
* Copyright 2004 Pavel Tsarenko <tpe2.mail.ru>
|
||||
* www - http://www.harbour-project.org
|
||||
*
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* Harbour Project source code:
|
||||
* PosAlpha(), PosLower(), PosRange() and PosUpper() CT3 string functions
|
||||
*
|
||||
* PosUpper() Copyright 1999-2001 Viktor Szakats (harbour syenar.net)
|
||||
* PosUpper() Copyright 1999-2001 Viktor Szakats (vszakats.net/harbour)
|
||||
*
|
||||
* PosAlpha(), PosLower(), PosRange()
|
||||
* Copyright 2001 IntTec GmbH, Neunlindenstr 32, 79106 Freiburg, Germany
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* Harbour Project source code:
|
||||
* CT3 Printer functions:
|
||||
*
|
||||
* Copyright 2010 Viktor Szakats (harbour syenar.net) (PrintReady())
|
||||
* Copyright 2010 Viktor Szakats (vszakats.net/harbour) (PrintReady())
|
||||
* Copyright 2004 Phil Krylov <phil@newstar.rinet.ru> (PrintSend())
|
||||
* Copyright 2001 Walter Negro - FOEESITRA" <waltern@foeesitra.org.ar> (PrintStat())
|
||||
* www - http://harbour-project.org
|
||||
|
||||
@@ -5,7 +5,7 @@ CA-T**ls Compatible Library for Harbour
|
||||
The goal of this library is to provide the functionality
|
||||
of the original CA-T**ls 3 Library for CA-Cl*pper.
|
||||
|
||||
Viktor Szakats (harbour syenar.net)
|
||||
Viktor Szakats (vszakats.net/harbour)
|
||||
|
||||
|
||||
Directories: ./ contains all the source files, include files, make files
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* Harbour Project source code:
|
||||
* TempFile()
|
||||
*
|
||||
* Copyright 2010 Viktor Szakats (harbour syenar.net)
|
||||
* Copyright 2010 Viktor Szakats (vszakats.net/harbour)
|
||||
* www - http://harbour-project.org
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* Harbour Project source code:
|
||||
*
|
||||
* Copyright 2011 Viktor Szakats (harbour syenar.net)
|
||||
* Copyright 2011 Viktor Szakats (vszakats.net/harbour)
|
||||
* www - http://harbour-project.org
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* Harbour Project source code:
|
||||
* CUPS wrappers
|
||||
*
|
||||
* Copyright 2010 Viktor Szakats (harbour syenar.net)
|
||||
* Copyright 2010 Viktor Szakats (vszakats.net/harbour)
|
||||
* www - http://harbour-project.org
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* Harbour Project source code:
|
||||
* libcurl 'easy' API - Harbour interface.
|
||||
*
|
||||
* Copyright 2008-2010 Viktor Szakats (harbour syenar.net)
|
||||
* Copyright 2008-2010 Viktor Szakats (vszakats.net/harbour)
|
||||
* originally based on:
|
||||
* Copyright 2005 Luiz Rafael Culik Guimaraes <luiz at xharbour.com.br>
|
||||
* www - http://harbour-project.org
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* Harbour Project source code:
|
||||
* libcurl 'easy' API - Harbour header.
|
||||
*
|
||||
* Copyright 2008 Viktor Szakats (harbour syenar.net)
|
||||
* Copyright 2008 Viktor Szakats (vszakats.net/harbour)
|
||||
* originally based on:
|
||||
* Copyright 2005 Luiz Rafael Culik Guimaraes <luiz at xharbour.com.br>
|
||||
* www - http://harbour-project.org
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* Harbour Project source code:
|
||||
* expat API - Harbour interface
|
||||
*
|
||||
* Copyright 2010 Viktor Szakats (harbour syenar.net)
|
||||
* Copyright 2010 Viktor Szakats (vszakats.net/harbour)
|
||||
* www - http://harbour-project.org
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* Harbour Project source code:
|
||||
* expat API - Harbour header
|
||||
*
|
||||
* Copyright 2010 Viktor Szakats (harbour syenar.net)
|
||||
* Copyright 2010 Viktor Szakats (vszakats.net/harbour)
|
||||
* www - http://harbour-project.org
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* Harbour Project source code:
|
||||
* expat API - Harbour complementary functions
|
||||
*
|
||||
* Copyright 2010 Viktor Szakats (harbour syenar.net)
|
||||
* Copyright 2010 Viktor Szakats (vszakats.net/harbour)
|
||||
* www - http://harbour-project.org
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* Harbour Project source code:
|
||||
*
|
||||
* Copyright 2010 Viktor Szakats (harbour syenar.net)
|
||||
* Copyright 2010 Viktor Szakats (vszakats.net/harbour)
|
||||
* www - http://harbour-project.org
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* Harbour Project source code:
|
||||
*
|
||||
* Copyright 2010 Viktor Szakats (harbour syenar.net)
|
||||
* Copyright 2010 Viktor Szakats (vszakats.net/harbour)
|
||||
* www - http://harbour-project.org
|
||||
*
|
||||
* See COPYING.txt for licensing terms.
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* Harbour Project source code:
|
||||
* expat API - Harbour complementary functions
|
||||
*
|
||||
* Copyright 2010 Viktor Szakats (harbour syenar.net)
|
||||
* Copyright 2010 Viktor Szakats (vszakats.net/harbour)
|
||||
* www - http://harbour-project.org
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
* FreeImage graphic library low level (client api) interface code.
|
||||
*
|
||||
* Copyright 2005 Francesco Saverio Giudice <info@fsgiudice.com>
|
||||
* Copyright 2012 Viktor Szakats (harbour syenar.net)
|
||||
* Copyright 2012 Viktor Szakats (vszakats.net/harbour)
|
||||
* www - http://www.xharbour.org http://harbour-project.org
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* Harbour Project source code:
|
||||
* Processing .hbx files for function lists
|
||||
*
|
||||
* Copyright 2012 Viktor Szakats (harbour syenar.net)
|
||||
* Copyright 2012 Viktor Szakats (vszakats.net/harbour)
|
||||
* www - http://harbour-project.org
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* Harbour Project source code:
|
||||
* Calling function from dynamic library (fox___DynCall())
|
||||
*
|
||||
* Copyright 2010 Viktor Szakats (harbour syenar.net)
|
||||
* Copyright 2010 Viktor Szakats (vszakats.net/harbour)
|
||||
* www - http://harbour-project.org
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* Harbour Project source code:
|
||||
* Visual FoxPro compatibility header
|
||||
*
|
||||
* Copyright 2010 Viktor Szakats (harbour syenar.net)
|
||||
* Copyright 2010 Viktor Szakats (vszakats.net/harbour)
|
||||
* Copyright 2010 Przemyslaw Czerpak <druzus / at / priv.onet.pl>
|
||||
* www - http://harbour-project.org
|
||||
*
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* Harbour Project source code:
|
||||
* Misc FoxPro functions (feel free to expand/fix it as you like)
|
||||
*
|
||||
* Copyright 2010 Viktor Szakats (harbour syenar.net)
|
||||
* Copyright 2010 Viktor Szakats (vszakats.net/harbour)
|
||||
* www - http://harbour-project.org
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* Harbour Project source code:
|
||||
* Ghostscript high-level API
|
||||
*
|
||||
* Copyright 2011 Viktor Szakats (harbour syenar.net)
|
||||
* Copyright 2011 Viktor Szakats (vszakats.net/harbour)
|
||||
* www - http://harbour-project.org
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* Harbour Project source code:
|
||||
*
|
||||
* Copyright 2011 Viktor Szakats (harbour syenar.net)
|
||||
* Copyright 2011 Viktor Szakats (vszakats.net/harbour)
|
||||
* www - http://harbour-project.org
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* Harbour Project source code:
|
||||
* libharu supplementary functions (error strings)
|
||||
*
|
||||
* Copyright 2013 Viktor Szakats (harbour syenar.net)
|
||||
* Copyright 2013 Viktor Szakats (vszakats.net/harbour)
|
||||
* www - http://harbour-project.org
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* Harbour Project source code:
|
||||
* libharu supplementary functions
|
||||
*
|
||||
* Copyright 2012 Viktor Szakats (harbour syenar.net)
|
||||
* Copyright 2012 Viktor Szakats (vszakats.net/harbour)
|
||||
* www - http://harbour-project.org
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* Harbour Project source code:
|
||||
* Simple logger class
|
||||
*
|
||||
* Copyright 2010 Viktor Szakats (harbour syenar.net)
|
||||
* Copyright 2010 Viktor Szakats (vszakats.net/harbour)
|
||||
* www - http://harbour-project.org
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* Harbour Project source code:
|
||||
* LZF API - Harbour header
|
||||
*
|
||||
* Copyright 2010 Viktor Szakats (harbour syenar.net)
|
||||
* Copyright 2010 Viktor Szakats (vszakats.net/harbour)
|
||||
* www - http://harbour-project.org
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* Harbour Project source code:
|
||||
* BubbleBabbleEncode()
|
||||
*
|
||||
* Copyright 2010 Viktor Szakats (harbour syenar.net)
|
||||
* Copyright 2010 Viktor Szakats (vszakats.net/harbour)
|
||||
* www - http://harbour-project.org
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* Harbour Project source code:
|
||||
* CALLDLL compatibility library. EXPERIMENTAL CODE. USE AT YOUR OWN RISK. NO GUARANTEES.
|
||||
*
|
||||
* Copyright 2010 Viktor Szakats (harbour syenar.net)
|
||||
* Copyright 2010 Viktor Szakats (vszakats.net/harbour)
|
||||
* www - http://harbour-project.org
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* Harbour Project source code:
|
||||
* File find API
|
||||
*
|
||||
* Copyright 1991-2009 Viktor Szakats (harbour syenar.net)
|
||||
* Copyright 1991-2009 Viktor Szakats (vszakats.net/harbour)
|
||||
* www - http://harbour-project.org
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* Harbour Project source code:
|
||||
* NumToTxtHU() function to convert a number to Hungarian text
|
||||
*
|
||||
* Copyright 1999-2008 Viktor Szakats (harbour syenar.net)
|
||||
* Copyright 1999-2008 Viktor Szakats (vszakats.net/harbour)
|
||||
* www - http://harbour-project.org
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* Harbour Project source code:
|
||||
* StrFormat() function
|
||||
*
|
||||
* Copyright 1999-2001 Viktor Szakats (harbour syenar.net)
|
||||
* Copyright 1999-2001 Viktor Szakats (vszakats.net/harbour)
|
||||
* www - http://harbour-project.org
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* Harbour Project source code:
|
||||
*
|
||||
* Copyright 2010 Viktor Szakats (harbour syenar.net)
|
||||
* Copyright 2010 Viktor Szakats (vszakats.net/harbour)
|
||||
* www - http://harbour-project.org
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* Harbour Project source code:
|
||||
*
|
||||
* Copyright 2010 Viktor Szakats (harbour syenar.net)
|
||||
* Copyright 2010 Viktor Szakats (vszakats.net/harbour)
|
||||
* www - http://harbour-project.org
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* Harbour Project source code:
|
||||
* MySQL DBMS low level (client api) interface code.
|
||||
*
|
||||
* Copyright 2010 Viktor Szakats (harbour syenar.net) (GC support)
|
||||
* Copyright 2010 Viktor Szakats (vszakats.net/harbour) (GC support)
|
||||
* Copyright 2000 Maurilio Longo <maurilio.longo@libero.it>
|
||||
* www - http://harbour-project.org
|
||||
*
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
* Some higher level zip archive functions
|
||||
*
|
||||
* Copyright 2008 Mindaugas Kavaliauskas <dbtopas.at.dbtopas.lt>
|
||||
* Copyright 2011-2013 Viktor Szakats (harbour syenar.net) (codepage/unicode)
|
||||
* Copyright 2011-2013 Viktor Szakats (vszakats.net/harbour) (codepage/unicode)
|
||||
* www - http://harbour-project.org
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* Harbour Project source code:
|
||||
* mzip error strings
|
||||
*
|
||||
* Copyright 2011 Viktor Szakats (harbour syenar.net)
|
||||
* Copyright 2011 Viktor Szakats (vszakats.net/harbour)
|
||||
* www - http://harbour-project.org
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* Harbour Project source code:
|
||||
* demonstration/test code for NETIOSRV remote management
|
||||
*
|
||||
* Copyright 2010-2011 Viktor Szakats (harbour syenar.net)
|
||||
* Copyright 2010-2011 Viktor Szakats (vszakats.net/harbour)
|
||||
* www - http://harbour-project.org
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* Harbour Project source code:
|
||||
* Harbour NETIO server management cmdline tool
|
||||
*
|
||||
* Copyright 2009-2011 Viktor Szakats (harbour syenar.net)
|
||||
* Copyright 2009-2011 Viktor Szakats (vszakats.net/harbour)
|
||||
* www - http://harbour-project.org
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* Harbour Project source code:
|
||||
* Harbour NETIO server Windows service code
|
||||
*
|
||||
* Copyright 2011 Viktor Szakats (harbour syenar.net)
|
||||
* Copyright 2011 Viktor Szakats (vszakats.net/harbour)
|
||||
* www - http://harbour-project.org
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* Harbour Project source code:
|
||||
* Harbour NETIO server daemon
|
||||
*
|
||||
* Copyright 2010-2012 Viktor Szakats (harbour syenar.net)
|
||||
* Copyright 2010-2012 Viktor Szakats (vszakats.net/harbour)
|
||||
* Copyright 2009 Przemyslaw Czerpak <druzus / at / priv.onet.pl>
|
||||
* www - http://harbour-project.org
|
||||
*
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* Harbour Project source code:
|
||||
* Harbour NETIO server management client engine
|
||||
*
|
||||
* Copyright 2009-2013 Viktor Szakats (harbour syenar.net)
|
||||
* Copyright 2009-2013 Viktor Szakats (vszakats.net/harbour)
|
||||
* www - http://harbour-project.org
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* RPC demo module for hbnetio server.
|
||||
* Usage: 'hbnetio -rpc=rpcdemo.hb'
|
||||
*
|
||||
* Copyright 2010 Viktor Szakats (harbour syenar.net)
|
||||
* Copyright 2010 Viktor Szakats (vszakats.net/harbour)
|
||||
* www - http://www.harbour-project.org
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* Harbour Project source code:
|
||||
* ft_Adapter()
|
||||
*
|
||||
* Copyright 2012 Viktor Szakats (harbour syenar.net)
|
||||
* Copyright 2012 Viktor Szakats (vszakats.net/harbour)
|
||||
* www - http://harbour-project.org
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* Harbour Project source code:
|
||||
* ft_Default()
|
||||
*
|
||||
* Copyright 2012 Viktor Szakats (harbour syenar.net)
|
||||
* Copyright 2012 Viktor Szakats (vszakats.net/harbour)
|
||||
* www - http://harbour-project.org
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* Harbour Project source code:
|
||||
* ft_FlopTst()
|
||||
*
|
||||
* Copyright 2012 Viktor Szakats (harbour syenar.net)
|
||||
* Copyright 2012 Viktor Szakats (vszakats.net/harbour)
|
||||
* www - http://harbour-project.org
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
|
||||
@@ -120,7 +120,7 @@
|
||||
* The following parts are Copyright of the individual authors.
|
||||
* www - http://harbour-project.org
|
||||
*
|
||||
* Copyright 1999-2008 Viktor Szakats (harbour syenar.net)
|
||||
* Copyright 1999-2008 Viktor Szakats (vszakats.net/harbour)
|
||||
* _findeol(), _findbol()
|
||||
*
|
||||
* See COPYING.txt for licensing terms.
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* Harbour Project source code:
|
||||
* ft_IAmIdle()
|
||||
*
|
||||
* Copyright 1999-2008 Viktor Szakats (harbour syenar.net)
|
||||
* Copyright 1999-2008 Viktor Szakats (vszakats.net/harbour)
|
||||
* www - http://harbour-project.org
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* Harbour Project source code:
|
||||
* ft_IsPrint()
|
||||
*
|
||||
* Copyright 1999-2008 Viktor Szakats (harbour syenar.net)
|
||||
* Copyright 1999-2008 Viktor Szakats (vszakats.net/harbour)
|
||||
* www - http://harbour-project.org
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* Harbour Project source code:
|
||||
* ft_OnTick()
|
||||
*
|
||||
* Copyright 2011 Viktor Szakats (harbour syenar.net)
|
||||
* Copyright 2011 Viktor Szakats (vszakats.net/harbour)
|
||||
* www - http://harbour-project.org
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* Harbour Project source code:
|
||||
* ft_SetDate()
|
||||
*
|
||||
* Copyright 2012 Viktor Szakats (harbour syenar.net)
|
||||
* Copyright 2012 Viktor Szakats (vszakats.net/harbour)
|
||||
* www - http://harbour-project.org
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* Harbour Project source code:
|
||||
* ft_SetKeys()
|
||||
*
|
||||
* Copyright 1999-2008 Viktor Szakats (harbour syenar.net)
|
||||
* Copyright 1999-2008 Viktor Szakats (vszakats.net/harbour)
|
||||
* www - http://harbour-project.org
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* Harbour Project source code:
|
||||
* ft_LastKey()
|
||||
*
|
||||
* Copyright 1999-2008 Viktor Szakats (harbour syenar.net)
|
||||
* Copyright 1999-2008 Viktor Szakats (vszakats.net/harbour)
|
||||
* www - http://harbour-project.org
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* Harbour Project source code:
|
||||
* ft_SetTime()
|
||||
*
|
||||
* Copyright 2012 Viktor Szakats (harbour syenar.net)
|
||||
* Copyright 2012 Viktor Szakats (vszakats.net/harbour)
|
||||
* www - http://harbour-project.org
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* Harbour Project source code:
|
||||
*
|
||||
* Copyright 2011 Viktor Szakats (harbour syenar.net)
|
||||
* Copyright 2011 Viktor Szakats (vszakats.net/harbour)
|
||||
* www - http://harbour-project.org
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* Harbour Project source code:
|
||||
* ft_SetVcur()/ft_GetVCur()
|
||||
*
|
||||
* Copyright 2012 Viktor Szakats (harbour syenar.net)
|
||||
* Copyright 2012 Viktor Szakats (vszakats.net/harbour)
|
||||
* www - http://harbour-project.org
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
* NF functions: ft_SetAttr(), ft_RevAttr(), ft_RevChr()
|
||||
*
|
||||
* Copyright 2007 Przemyslaw Czerpak <druzus / at / priv.onet.pl>
|
||||
* Copyright 2012 Viktor Szakats (harbour syenar.net)
|
||||
* Copyright 2012 Viktor Szakats (vszakats.net/harbour)
|
||||
* www - http://harbour-project.org
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* Harbour Project source code:
|
||||
* ft_CLS(), ft_VidStr(), ft_WrtChr()
|
||||
*
|
||||
* Copyright 2012 Viktor Szakats (harbour syenar.net)
|
||||
* Copyright 2012 Viktor Szakats (vszakats.net/harbour)
|
||||
* www - http://harbour-project.org
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
* Browse() for ODBC data
|
||||
*
|
||||
* Copyright 1999 Antonio Linares <alinares@fivetech.com> for code derived from browse.prg
|
||||
* Copyright 1999-2001 Viktor Szakats (harbour syenar.net) for original FieldBlock function
|
||||
* Copyright 1999-2001 Viktor Szakats (vszakats.net/harbour) for original FieldBlock function
|
||||
* Copyright 1999 Paul Tucker <ptucker@sympatico.ca> for original Skipped function
|
||||
* Copyright 2002 Tomaz Zupan <tomaz.zupan@orpo.si> modifications for ODBC
|
||||
* www - http://harbour-project.org
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* Harbour Project source code
|
||||
* This file contains source for first ODBC routines.
|
||||
*
|
||||
* Copyright 2009 Viktor Szakats (harbour syenar.net)
|
||||
* Copyright 2009 Viktor Szakats (vszakats.net/harbour)
|
||||
* Copyright 1999 Antonio Linares <alinares@fivetech.com>
|
||||
* www - http://harbour-project.org
|
||||
*
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
* OSLib emulation for Harbour
|
||||
* http://www.davep.org/clipper/OSLib/
|
||||
*
|
||||
* Copyright 2011 Viktor Szakats (harbour syenar.net)
|
||||
* Copyright 2011 Viktor Szakats (vszakats.net/harbour)
|
||||
* www - http://harbour-project.org
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* Harbour Project source code:
|
||||
* PostgreSQL RDBMS wrapper header.
|
||||
*
|
||||
* Copyright 2010 Viktor Szakats (harbour syenar.net) (GC support)
|
||||
* Copyright 2010 Viktor Szakats (vszakats.net/harbour) (GC support)
|
||||
* Copyright 2003 Rodrigo Moreno rodrigo_moreno@yahoo.com
|
||||
* www - http://harbour-project.org
|
||||
*
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* Harbour Project source code:
|
||||
* PostgreSQL RDBMS low level (client api) interface code.
|
||||
*
|
||||
* Copyright 2010 Viktor Szakats (harbour syenar.net) (GC support)
|
||||
* Copyright 2010 Viktor Szakats (vszakats.net/harbour) (GC support)
|
||||
* Copyright 2003 Rodrigo Moreno rodrigo_moreno@yahoo.com
|
||||
* www - http://harbour-project.org
|
||||
*
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* Harbour Project source code:
|
||||
* PostgreSQL RDBMS low level (client api) interface code.
|
||||
*
|
||||
* Copyright 2010 Viktor Szakats (harbour syenar.net) (GC support)
|
||||
* Copyright 2010 Viktor Szakats (vszakats.net/harbour) (GC support)
|
||||
* Copyright 2003 Rodrigo Moreno rodrigo_moreno@yahoo.com
|
||||
* www - http://harbour-project.org
|
||||
*
|
||||
|
||||
@@ -113,4 +113,4 @@ License extensions:
|
||||
Συγγραφέας:
|
||||
|
||||
|
||||
- Viktor Szakáts \(harbour syenar\.net\)
|
||||
- Viktor Szakáts \(vszakats\.net/harbour\)
|
||||
|
||||
@@ -112,4 +112,4 @@ License extensions:
|
||||
Author:
|
||||
|
||||
|
||||
- Viktor Szakáts \(harbour syenar\.net\)
|
||||
- Viktor Szakáts \(vszakats\.net/harbour\)
|
||||
|
||||
@@ -113,4 +113,4 @@ License extensions:
|
||||
Autor:
|
||||
|
||||
|
||||
- Viktor Szakáts \(harbour syenar\.net\)
|
||||
- Viktor Szakáts \(vszakats\.net/harbour\)
|
||||
|
||||
@@ -113,4 +113,4 @@ License extensions:
|
||||
Autor:
|
||||
|
||||
|
||||
- Viktor Szakáts \(harbour syenar\.net\)
|
||||
- Viktor Szakáts \(vszakats\.net/harbour\)
|
||||
|
||||
@@ -112,4 +112,4 @@ License extensions:
|
||||
Author:
|
||||
|
||||
|
||||
- Viktor Szakáts \(harbour syenar\.net\)
|
||||
- Viktor Szakáts \(vszakats\.net/harbour\)
|
||||
|
||||
@@ -113,4 +113,4 @@ License extensions:
|
||||
Autor:
|
||||
|
||||
|
||||
- Viktor Szakáts \(harbour syenar\.net\)
|
||||
- Viktor Szakáts \(vszakats\.net/harbour\)
|
||||
|
||||
@@ -113,4 +113,4 @@ License extensions:
|
||||
Szerző:
|
||||
|
||||
|
||||
- Viktor Szakáts \(harbour syenar\.net\)
|
||||
- Viktor Szakáts \(vszakats\.net/harbour\)
|
||||
|
||||
@@ -113,4 +113,4 @@ License extensions:
|
||||
Autore:
|
||||
|
||||
|
||||
- Viktor Szakáts \(harbour syenar\.net\)
|
||||
- Viktor Szakáts \(vszakats\.net/harbour\)
|
||||
|
||||
@@ -113,4 +113,4 @@ License extensions:
|
||||
Autor:
|
||||
|
||||
|
||||
- Viktor Szakáts \(harbour syenar\.net\)
|
||||
- Viktor Szakáts \(vszakats\.net/harbour\)
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user