2014-12-05 00:13 UTC+0100 Viktor Szakats (vszakats users.noreply.github.com)
* src/common/hbver.c
* synced copyright with fork to be in sync with merged sources
This commit is contained in:
@@ -10,6 +10,10 @@
|
||||
* Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment
|
||||
*/
|
||||
|
||||
2014-12-05 00:13 UTC+0100 Viktor Szakats (vszakats users.noreply.github.com)
|
||||
* src/common/hbver.c
|
||||
* synced copyright with fork to be in sync with merged sources
|
||||
|
||||
2014-12-04 19:28 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
|
||||
* src/rtl/filesys.c
|
||||
! fixed typo in recent modification
|
||||
@@ -1101,7 +1105,7 @@
|
||||
|
||||
2014-09-18 00:23 UTC-0800 Pritpal Bedi (bedipritpal/at/hotmail.com)
|
||||
* contrib/gtwvg/gtwgud.c
|
||||
+ Added: hb_gtInfo( HB_GTI_SETPOS_XY, { nRow|nX, nCol|nY } )
|
||||
+ Added: hb_gtInfo( HB_GTI_SETPOS_XY, { nRow|nX, nCol|nY } )
|
||||
in addition to previous implementation.
|
||||
|
||||
2014-09-17 14:50 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
|
||||
|
||||
@@ -1,9 +1,15 @@
|
||||
/*
|
||||
* Harbour Project source code:
|
||||
* Version detection functions
|
||||
*
|
||||
* Copyright 1999 {list of individual authors and e-mail addresses}
|
||||
* www - http://harbour-project.org
|
||||
* Copyright 1999 Luiz Rafael Culik <culik@sl.conex.net>
|
||||
* hb_verPlatform() (support for determining the Windows version)
|
||||
* Copyright 1999 Jose Lalin <dezac@corevia.com>
|
||||
* hb_verPlatform() (support for determining many Windows flavours)
|
||||
* hb_verCompiler() (support for determining some compiler version/revision)
|
||||
* Copyright 2000-2014 Viktor Szakats (vszakats.net/harbour)
|
||||
* hb_verCPU(), hb_verHostBitWidth(), hb_iswinver()
|
||||
* hb_verPlatform() (support for detecting Windows NT on DOS, Wine, post-Windows 8, cleanups)
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
@@ -18,7 +24,7 @@
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this software; see the file COPYING.txt. If not, write to
|
||||
* the Free Software Foundation, Inc., 59 Temple Place, Suite 330,
|
||||
* Boston, MA 02111-1307 USA (or visit the web site http://www.gnu.org/).
|
||||
* Boston, MA 02111-1307 USA (or visit the web site https://www.gnu.org/).
|
||||
*
|
||||
* As a special exception, the Harbour Project gives permission for
|
||||
* additional uses of the text contained in its release of Harbour.
|
||||
@@ -46,28 +52,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
/*
|
||||
* The following parts are Copyright of the individual authors.
|
||||
* www - http://harbour-project.org
|
||||
*
|
||||
* Copyright 1999 Luiz Rafael Culik <culik@sl.conex.net>
|
||||
* hb_verPlatform() (support for determining the Windows version)
|
||||
*
|
||||
* Copyright 1999 Jose Lalin <dezac@corevia.com>
|
||||
* hb_verPlatform() (support for determining many Windows flavours)
|
||||
* hb_verCompiler() (support for determining some compiler version/revision)
|
||||
*
|
||||
* Copyright 2000-2009 Viktor Szakats (vszakats.net/harbour)
|
||||
* hb_verCPU()
|
||||
* hb_verPlatform() (support for detecting Windows NT on DOS)
|
||||
* hb_verPlatform() (rearrangment and cleanup)
|
||||
* hb_verPlatform() (Wine detection and some more)
|
||||
* hb_verHostBitWidth()
|
||||
*
|
||||
* See COPYING.txt for licensing terms.
|
||||
*
|
||||
*/
|
||||
|
||||
#include "hbapi.h"
|
||||
#include "hbmemory.ch"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user