From 3a020b8283b4245e4650136761213800dd6bf2de Mon Sep 17 00:00:00 2001 From: Tomaz Zupan Date: Tue, 18 Feb 2003 21:02:54 +0000 Subject: [PATCH] 2003-02-18 22:05 UTC+0100 Tomaz Zupan --- harbour/ChangeLog | 33 +++++++++++++++++++++++++++++-- harbour/include/hbdbf.h | 2 +- harbour/include/hbdbsort.h | 2 +- harbour/include/hbexprc.c | 2 +- harbour/include/hboo.ch | 2 +- harbour/source/common/hbfhnd.c | 3 ++- harbour/source/compiler/genc.c | 2 +- harbour/source/compiler/harbour.c | 2 +- harbour/source/compiler/hbfix.c | 2 +- harbour/source/compiler/hbpcode.c | 2 +- harbour/source/pp/ppcomp.c | 2 +- harbour/source/rdd/hbdbsort.c | 2 +- harbour/source/rtl/at.c | 2 +- harbour/source/rtl/descend.c | 2 +- harbour/source/rtl/gtcrs/gtcrs.c | 2 +- harbour/source/rtl/gtcrs/kbdcrs.c | 2 +- harbour/source/rtl/memoline.c | 2 +- harbour/source/rtl/philes.c | 2 +- harbour/source/rtl/philesx.c | 1 + harbour/source/rtl/strings.c | 2 +- harbour/source/vm/debug.c | 2 +- harbour/source/vm/dynsym.c | 2 +- harbour/source/vm/eval.c | 2 +- harbour/source/vm/extend.c | 2 +- harbour/source/vm/macro.c | 2 +- harbour/source/vm/memvars.c | 2 +- harbour/source/vm/runner.c | 2 +- 27 files changed, 58 insertions(+), 27 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index c6aabbc807..9dfc81f3bf 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,35 @@ 2002-12-01 23:12 UTC+0100 Foo Bar */ +2003-02-18 22:05 UTC+0100 Tomaz Zupan + * include/hbdbf.h + * include/hbdbsort.h + * include/hbexprc.c + * include/hboo.ch + * source/common/hbfhnd.c + * source/compiler/genc.c + * source/compiler/harbour.c + * source/compiler/hbfix.c + * source/compiler/hbpcode.c + * source/pp/ppcomp.c + * source/rdd/hbdbsort.c + * source/rtl/at.c + * source/rtl/descend.c + * source/rtl/memoline.c + * source/rtl/philes.c + * source/rtl/philesx.c + * source/rtl/strings.c + * source/rtl/gtcrs/gtcrs.c + * source/rtl/gtcrs/kbdcrs.c + * source/vm/debug.c + * source/vm/dynsym.c + * source/vm/eval.c + * source/vm/extend.c + * source/vm/macro.c + * source/vm/memvars.c + * source/vm/runner.c + ! Added newline to the end of file, to avoid annoying warning + 2003-02-18 23:05 UTC+0300 Alexander Kresin * source/rdd/dbfntx/dbfntx1.c ! Stupid bug is fixed, which was introduced recently @@ -24,12 +53,12 @@ 2003-02-15 11:00 UTC+0100 Tomaz Zupan * config/linux/global.cf - - removed PRG_USR directive, because it is no longer needed + - removed PRG_USR directive, because it is no longer needed to compile dbfsdf.prg * source/rtl/dbsdf.prg + Automatic EOL recognition. FindEOL() recognises LF,CR+LF and CR as newline delimiters - + 2003-02-14 22:05 UTC+0100 Tomaz Zupan * include/hbapi.h * include/hbcomp.h diff --git a/harbour/include/hbdbf.h b/harbour/include/hbdbf.h index 70612841f7..9778c0ce1b 100644 --- a/harbour/include/hbdbf.h +++ b/harbour/include/hbdbf.h @@ -109,4 +109,4 @@ typedef DBFFIELD * LPDBFFIELD; #endif -#endif /* HB_DBF_H_ */ \ No newline at end of file +#endif /* HB_DBF_H_ */ diff --git a/harbour/include/hbdbsort.h b/harbour/include/hbdbsort.h index 9839b5b0fd..0ff6b17ac9 100644 --- a/harbour/include/hbdbsort.h +++ b/harbour/include/hbdbsort.h @@ -94,4 +94,4 @@ extern void hb_dbQSortComplete( LPDBQUICKSORT pQuickSort ); } #endif -#endif /* HB_DBSORT_H_ */ \ No newline at end of file +#endif /* HB_DBSORT_H_ */ diff --git a/harbour/include/hbexprc.c b/harbour/include/hbexprc.c index b8d2469e56..a50da8a616 100644 --- a/harbour/include/hbexprc.c +++ b/harbour/include/hbexprc.c @@ -505,4 +505,4 @@ HB_EXPR_PTR hb_compExprReducePlusStrings( HB_EXPR_PTR pLeft, HB_EXPR_PTR pRight, HB_SYMBOL_UNUSED( HB_MACRO_PARAM ); /* to suppress BCC warning */ return pLeft; } -#endif \ No newline at end of file +#endif diff --git a/harbour/include/hboo.ch b/harbour/include/hboo.ch index 20ec4556de..2ba9581140 100644 --- a/harbour/include/hboo.ch +++ b/harbour/include/hboo.ch @@ -117,4 +117,4 @@ #define HB_OO_CLSM_PFUNCTION 2 #define HB_OO_CLSM_SCOPE 3 -#endif /* HB_OO_CH_ */ \ No newline at end of file +#endif /* HB_OO_CH_ */ diff --git a/harbour/source/common/hbfhnd.c b/harbour/source/common/hbfhnd.c index 1b0e12eaa1..2f712f5bb8 100644 --- a/harbour/source/common/hbfhnd.c +++ b/harbour/source/common/hbfhnd.c @@ -123,4 +123,5 @@ void hb_files_setup( void ) _nfile = _NFILE_; } -#endif \ No newline at end of file +#endif + diff --git a/harbour/source/compiler/genc.c b/harbour/source/compiler/genc.c index 9667a9d2f7..0a91b8b054 100644 --- a/harbour/source/compiler/genc.c +++ b/harbour/source/compiler/genc.c @@ -2014,4 +2014,4 @@ static void hb_compGenCCompact( PFUNCTION pFunc, FILE * yyc ) if( nChar != 0) fprintf( yyc, "\n" ); -} \ No newline at end of file +} diff --git a/harbour/source/compiler/harbour.c b/harbour/source/compiler/harbour.c index 34df280c72..a243e5c5f5 100644 --- a/harbour/source/compiler/harbour.c +++ b/harbour/source/compiler/harbour.c @@ -4240,4 +4240,4 @@ int hb_compAutoOpen( char * szPrg, BOOL * pbSkipGen ) } return iStatus; -} \ No newline at end of file +} diff --git a/harbour/source/compiler/hbfix.c b/harbour/source/compiler/hbfix.c index 73d0964f78..7684b55ff7 100644 --- a/harbour/source/compiler/hbfix.c +++ b/harbour/source/compiler/hbfix.c @@ -420,4 +420,4 @@ void hb_compFixFuncPCode( PFUNCTION pFunc ) assert( HB_P_LAST_PCODE == sizeof( s_fixlocals_table ) / sizeof( HB_FIX_FUNC_PTR ) ); hb_compPCodeEval( pFunc, ( HB_PCODE_FUNC_PTR * ) s_fixlocals_table, ( void * ) &fix_info ); -} \ No newline at end of file +} diff --git a/harbour/source/compiler/hbpcode.c b/harbour/source/compiler/hbpcode.c index 88e3f3dd0f..bbc8f954a1 100644 --- a/harbour/source/compiler/hbpcode.c +++ b/harbour/source/compiler/hbpcode.c @@ -3178,4 +3178,4 @@ void hb_compGenPCodeN( BYTE * pBuffer, ULONG ulSize, BOOL bStackAffected ) if( hb_comp_iWarnings >= 3 && bStackAffected ) hb_compStrongType( ulSize ); -} \ No newline at end of file +} diff --git a/harbour/source/pp/ppcomp.c b/harbour/source/pp/ppcomp.c index f1a439f386..9e6f6b1669 100644 --- a/harbour/source/pp/ppcomp.c +++ b/harbour/source/pp/ppcomp.c @@ -381,4 +381,4 @@ static int strncmp_nocase( char* s1, char* s2, int n ) if( toupper(*s1) != *s2 ) return ( toupper(*s1) - *s2 ); return 0; -} \ No newline at end of file +} diff --git a/harbour/source/rdd/hbdbsort.c b/harbour/source/rdd/hbdbsort.c index 8d59e8019b..8b4c56c61c 100644 --- a/harbour/source/rdd/hbdbsort.c +++ b/harbour/source/rdd/hbdbsort.c @@ -247,4 +247,4 @@ void hb_dbQSortComplete( LPDBQUICKSORT pQuickSort ) } } hb_dbQSortExit( pQuickSort ); -} \ No newline at end of file +} diff --git a/harbour/source/rtl/at.c b/harbour/source/rtl/at.c index a0a39048ec..287a9bf520 100644 --- a/harbour/source/rtl/at.c +++ b/harbour/source/rtl/at.c @@ -103,4 +103,4 @@ HB_FUNC( AT ) hb_errRT_BASE_SubstR( EG_ARG, 1108, NULL, "AT", 2, hb_paramError( 1 ), hb_paramError( 2 ) ); } -#endif \ No newline at end of file +#endif diff --git a/harbour/source/rtl/descend.c b/harbour/source/rtl/descend.c index 93b9fdf8f0..41c26f4a4a 100644 --- a/harbour/source/rtl/descend.c +++ b/harbour/source/rtl/descend.c @@ -92,4 +92,4 @@ HB_FUNC( DESCEND ) else if( HB_IS_LOGICAL( pItem ) ) hb_retl( ! hb_itemGetL( pItem ) ); } -} \ No newline at end of file +} diff --git a/harbour/source/rtl/gtcrs/gtcrs.c b/harbour/source/rtl/gtcrs/gtcrs.c index 0cdeb97805..65fcef9d9f 100644 --- a/harbour/source/rtl/gtcrs/gtcrs.c +++ b/harbour/source/rtl/gtcrs/gtcrs.c @@ -830,4 +830,4 @@ BOOL hb_gt_PreExt() BOOL hb_gt_PostExt() { return TRUE; -} \ No newline at end of file +} diff --git a/harbour/source/rtl/gtcrs/kbdcrs.c b/harbour/source/rtl/gtcrs/kbdcrs.c index 900eacb858..86f6f50d2c 100644 --- a/harbour/source/rtl/gtcrs/kbdcrs.c +++ b/harbour/source/rtl/gtcrs/kbdcrs.c @@ -392,4 +392,4 @@ static void hb_gt_Add_terminfo_keymap( int InkeyCode, char * capname ) code = tigetstr( capname ); if( ( code != NULL ) && ( code != ( char * ) -1 ) ) hb_gt_Add_keymap( InkeyCode, code ); -} \ No newline at end of file +} diff --git a/harbour/source/rtl/memoline.c b/harbour/source/rtl/memoline.c index 54ce04e858..72cea90c76 100644 --- a/harbour/source/rtl/memoline.c +++ b/harbour/source/rtl/memoline.c @@ -180,4 +180,4 @@ HB_FUNC( MEMOLINE ) } else hb_retc( NULL ); -} \ No newline at end of file +} diff --git a/harbour/source/rtl/philes.c b/harbour/source/rtl/philes.c index 1ec073f0ad..7b352cbbff 100644 --- a/harbour/source/rtl/philes.c +++ b/harbour/source/rtl/philes.c @@ -235,4 +235,4 @@ HB_FUNC( HB_F_EOF ) } } -#endif \ No newline at end of file +#endif diff --git a/harbour/source/rtl/philesx.c b/harbour/source/rtl/philesx.c index 34306788f1..f91601d096 100644 --- a/harbour/source/rtl/philesx.c +++ b/harbour/source/rtl/philesx.c @@ -84,3 +84,4 @@ HB_FUNC( CURDRIVE ) #endif + diff --git a/harbour/source/rtl/strings.c b/harbour/source/rtl/strings.c index b71d3b5557..e122b0a5c5 100644 --- a/harbour/source/rtl/strings.c +++ b/harbour/source/rtl/strings.c @@ -85,4 +85,4 @@ int hb_strnicmp( const char * s1, const char * s2, size_t count ) } return ( count == 0 ) ? 0 : toupper( *s1 ) - toupper( *s2 ); -} \ No newline at end of file +} diff --git a/harbour/source/vm/debug.c b/harbour/source/vm/debug.c index 084c3826a1..88849ebb0c 100644 --- a/harbour/source/vm/debug.c +++ b/harbour/source/vm/debug.c @@ -224,4 +224,4 @@ HB_FUNC( __VMVARLSET ) pBase = hb_stack.pItems + ( *pBase )->item.asSymbol.stackbase; hb_itemCopy( *(pBase + 1 + hb_parni( 2 )), *(hb_stack.pBase + 4) ); -} \ No newline at end of file +} diff --git a/harbour/source/vm/dynsym.c b/harbour/source/vm/dynsym.c index 5f1f8f3278..ca7ef6c276 100644 --- a/harbour/source/vm/dynsym.c +++ b/harbour/source/vm/dynsym.c @@ -398,4 +398,4 @@ HB_FUNC( __DYNSGETPRF ) /* profiler: It returns an array with a function or proc } } -#endif \ No newline at end of file +#endif diff --git a/harbour/source/vm/eval.c b/harbour/source/vm/eval.c index 48d065705f..d060a75a1b 100644 --- a/harbour/source/vm/eval.c +++ b/harbour/source/vm/eval.c @@ -387,4 +387,4 @@ HB_FUNC( HB_FORNEXT ) /* nStart, nEnd | bEnd, bCode, nStep */ } } } -} \ No newline at end of file +} diff --git a/harbour/source/vm/extend.c b/harbour/source/vm/extend.c index 2ffcfc1e37..07aa598131 100644 --- a/harbour/source/vm/extend.c +++ b/harbour/source/vm/extend.c @@ -864,4 +864,4 @@ int HB_EXPORT hb_stornd( double dNumber, int iParam, ... ) } return 0; -} \ No newline at end of file +} diff --git a/harbour/source/vm/macro.c b/harbour/source/vm/macro.c index dcc4284f95..cecd81f899 100644 --- a/harbour/source/vm/macro.c +++ b/harbour/source/vm/macro.c @@ -1551,4 +1551,4 @@ void hb_compCodeBlockEnd( HB_MACRO_DECL ) /* free memory allocated for a codeblock */ hb_xfree( ( void * ) pCodeblock->pCode ); hb_xfree( ( void * ) pCodeblock ); -} \ No newline at end of file +} diff --git a/harbour/source/vm/memvars.c b/harbour/source/vm/memvars.c index dfa303f8a8..c320929432 100644 --- a/harbour/source/vm/memvars.c +++ b/harbour/source/vm/memvars.c @@ -1607,4 +1607,4 @@ PHB_ITEM hb_memvarGetValueByHandle( HB_HANDLE hMemvar ) return &s_globalTable[ hMemvar ].item; else return NULL; -} \ No newline at end of file +} diff --git a/harbour/source/vm/runner.c b/harbour/source/vm/runner.c index a3e6cffaf5..f8a051684e 100644 --- a/harbour/source/vm/runner.c +++ b/harbour/source/vm/runner.c @@ -717,4 +717,4 @@ static void hb_hrbAsmPatchRelative( BYTE * pCode, ULONG ulOffset, /* #elseif 32 bits and high byte first */ /* #elseif ... */ /* #endif */ -} \ No newline at end of file +}