2017-09-12 15:13 UTC Viktor Szakats (vszakats users.noreply.github.com)
* bin/check.hb
* config/*/*.mk
* contrib/gtwvg/wvgwing.c
* contrib/hbcomm/comm.prg
* contrib/hbfbird/tfirebrd.prg
* contrib/hbfimage/fi_wrp.c
* contrib/hbformat/hbfmtcls.prg
* contrib/hbformat/utils/hbformat.prg
* contrib/hbhttpd/core.prg
* contrib/hbnetio/utils/hbnetio/hbnetio.prg
* contrib/hbnetio/utils/hbnetio/netiomgm.hb
* contrib/hbsqlit3/hdbc.prg
* contrib/hbwin/win_bmp.c
* contrib/xhb/htmutil.prg
* contrib/xhb/thtm.prg
* contrib/xhb/xhbarr.c
* contrib/xhb/xhbtedit.prg
* ChangeLog.txt
* debian/control
* debian/copyright
* doc/*.txt
* LICENSE.txt
* package/harbour.spec
* README.md
* src/compiler/hbusage.c
* src/pp/hbpp.c
* src/rtl/memoedit.prg
* src/rtl/teditor.prg
* src/rtl/tget.prg
* src/rtl/version.c
* utils/hbi18n/hbi18n.prg
* utils/hbmk2/hbmk2.prg
* utils/hbmk2/po/hbmk2.hu.po
* utils/hbtest/hbtest.prg
* sync with 3.4 fork (no change in functionality)
CC3 -> CC4 license, copyright banners, some strings, minor
code changes, doc folder, TOFIX -> FIXME
This commit is contained in:
@@ -48,6 +48,8 @@
|
||||
|
||||
#include "hbapi.h"
|
||||
|
||||
#define _DEFAULT_ORIGIN_URL "http://harbour-project.org/"
|
||||
|
||||
int hb_verRevision( void )
|
||||
{
|
||||
return 0;
|
||||
@@ -196,7 +198,7 @@ static void hb_pp_generateRules( FILE * fout, PHB_PP_STATE pState, const char *
|
||||
fprintf( fout, "/*\n"
|
||||
" * Built-in preprocessor rules.\n"
|
||||
" *\n"
|
||||
" * Copyright 2006-2016 Przemyslaw Czerpak <druzus / at / priv.onet.pl>\n"
|
||||
" * Copyright 2006-present Przemyslaw Czerpak <druzus / at / priv.onet.pl>\n"
|
||||
" *\n"
|
||||
" * This file is generated automatically by Harbour preprocessor\n"
|
||||
" * and is covered by the same license as Harbour PP\n"
|
||||
@@ -318,7 +320,10 @@ static char * hb_pp_escapeString( char * szString )
|
||||
return szResult;
|
||||
}
|
||||
|
||||
static int hb_pp_generateVerInfo( char * szVerFile, int iRevID, char * szChangeLogID, char * szLastEntry )
|
||||
static int hb_pp_generateVerInfo( char * szVerFile,
|
||||
int iRevID,
|
||||
char * szChangeLogID,
|
||||
char * szLastEntry )
|
||||
{
|
||||
int iResult = 0;
|
||||
FILE * fout;
|
||||
@@ -339,7 +344,7 @@ static int hb_pp_generateVerInfo( char * szVerFile, int iRevID, char * szChangeL
|
||||
fprintf( fout, "/*\n"
|
||||
" * Version information and build time switches.\n"
|
||||
" *\n"
|
||||
" * Copyright 2008-2016 Przemyslaw Czerpak <druzus / at / priv.onet.pl>\n"
|
||||
" * Copyright 2008-present Przemyslaw Czerpak <druzus / at / priv.onet.pl>\n"
|
||||
" *\n"
|
||||
" * This file is generated automatically by Harbour preprocessor\n"
|
||||
" * and is covered by the same license as Harbour PP\n"
|
||||
@@ -786,7 +791,7 @@ int main( int argc, char * argv[] )
|
||||
{
|
||||
printf( "Harbour Preprocessor %d.%d.%d%s\n",
|
||||
HB_VER_MAJOR, HB_VER_MINOR, HB_VER_RELEASE, HB_VER_STATUS );
|
||||
printf( "Copyright (c) 1999-2016, http://harbour-project.org/\n" );
|
||||
printf( "Copyright (c) 1999-present, %s\n", _DEFAULT_ORIGIN_URL );
|
||||
}
|
||||
|
||||
if( szFile )
|
||||
|
||||
Reference in New Issue
Block a user