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