From 802543bd6918c47194c669c1eb4488de0d41bc68 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Wed, 6 Aug 2008 20:21:44 +0000 Subject: [PATCH] 2008-08-06 22:18 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * source/compiler/hbusage.c + Updated credit list based on contributors committing ChangeLog entries. If anyone has someone to recommend to add to the list, please do this on the devl-list. * source/compiler/hbusage.c * source/compiler/cmdcheck.c + -k? switches made case-insensitive. --- harbour/ChangeLog | 11 +++++++++++ harbour/source/compiler/cmdcheck.c | 8 ++++++++ harbour/source/compiler/hbusage.c | 19 +++++++++++++++---- 3 files changed, 34 insertions(+), 4 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 4065ab8b76..8028e874f9 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,17 @@ 2008-12-31 13:59 UTC+0100 Foo Bar */ +2008-08-06 22:18 UTC+0200 Viktor Szakats (harbour.01 syenar hu) + * source/compiler/hbusage.c + + Updated credit list based on contributors + committing ChangeLog entries. + If anyone has someone to recommend to add to the list, + please do this on the devl-list. + + * source/compiler/hbusage.c + * source/compiler/cmdcheck.c + + -k? switches made case-insensitive. + 2008-08-06 17:53 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * doc/whatsnew.txt + Updated with recent changes. diff --git a/harbour/source/compiler/cmdcheck.c b/harbour/source/compiler/cmdcheck.c index 09e8769295..802ed69f46 100644 --- a/harbour/source/compiler/cmdcheck.c +++ b/harbour/source/compiler/cmdcheck.c @@ -368,11 +368,13 @@ static void hb_compChkEnvironVar( HB_COMP_DECL, char *szSwitch ) break; case 'h': + case 'H': /* default Harbour mode */ HB_COMP_PARAM->supported |= HB_COMPFLAG_HARBOUR; break; case 'c': + case 'C': /* clear all flags - minimal set of features */ HB_COMP_PARAM->supported &= HB_COMPFLAG_SHORTCUTS; HB_COMP_PARAM->supported |= HB_COMPFLAG_OPTJUMP | @@ -380,26 +382,32 @@ static void hb_compChkEnvironVar( HB_COMP_DECL, char *szSwitch ) break; case 'x': + case 'X': HB_COMP_PARAM->supported |= HB_COMPFLAG_XBASE; break; case 'i': + case 'I': HB_COMP_PARAM->supported |= HB_COMPFLAG_HB_INLINE; break; + case 'j': case 'J': HB_COMP_PARAM->supported &= ~HB_COMPFLAG_OPTJUMP; break; + case 'm': case 'M': HB_COMP_PARAM->supported &= ~HB_COMPFLAG_MACROTEXT; break; case 'r': + case 'R': HB_COMP_PARAM->supported |= HB_COMPFLAG_RT_MACRO; break; case 's': + case 'S': HB_COMP_PARAM->supported |= HB_COMPFLAG_ARRSTR; break; diff --git a/harbour/source/compiler/hbusage.c b/harbour/source/compiler/hbusage.c index 9591f1af1c..92dfc0b6e7 100644 --- a/harbour/source/compiler/hbusage.c +++ b/harbour/source/compiler/hbusage.c @@ -135,8 +135,8 @@ void hb_compPrintModes( HB_COMP_DECL ) "\n r runtime settings enabled", "\n s allow indexed assignment on all types", "\n x extended Xbase++ mode", - "\n J turn off jump optimization in pcode", - "\n M turn off macrotext substitution", + "\n j turn off jump optimization in pcode", + "\n m turn off macrotext substitution", "\n ? this info", "\n" }; @@ -154,7 +154,7 @@ void hb_compPrintModes( HB_COMP_DECL ) int iLine; hb_compOutStd( HB_COMP_PARAM, - "\nCompatibility flags (lowercase/uppercase significant): -k[options]\n" ); + "\nCompatibility flags: -k[options]\n" ); for( iLine = 0; iLine < ( int ) ( sizeof( szOptions ) / sizeof( char * ) ); iLine++ ) { @@ -176,12 +176,13 @@ void hb_compPrintCredits( HB_COMP_DECL ) "Credits: The Harbour Team at www.harbour-project.org\n" " (replace space with @ in e-mail addresses)\n" "\n" - "April White \n" "Alejandro de Garate \n" + "Alex Shashkov \n" "Alexander S. Kresin \n" "Andi Jahja \n" "Antonio Carlos Pantaglione \n" "Antonio Linares \n" + "April White \n" "Bil Simser \n" "Brian Hays \n" "Bruno Cantero \n" @@ -194,14 +195,19 @@ void hb_compPrintCredits( HB_COMP_DECL ) "Eddie Runia \n" "Enrico Maria Giordano \n" "Felipe G. Coury \n" + "Fernando Mancera \n" "Francesco Saverio Giudice \n" "Giancarlo Niccolai \n" "Gonzalo A. Diethelm \n" + "Gustavo Junior Alves \n" "Hannes Ziegler \n" "Horacio D. Roldan Kasimatis \n" "Ignacio Ortiz de Zuniga \n" + "Ilias Lazaridis \n" + "Jacek Kubica \n" "Janica Lubos \n" "Jean-Francois Lefebvre (mafact) \n" + "Jorge A. Giraldo \n" "Jose Lalin \n" "Leslee Griffith \n" "Lorenzo Fiorini \n" @@ -210,12 +216,14 @@ void hb_compPrintCredits( HB_COMP_DECL ) "Manuel Ruiz \n" "Marek Paliwoda \n" "Martin Vogel \n" + "Massimo Belgrano \n" "Matteo Baccan \n" "Matthew Hamilton \n" "Mauricio Abre \n" "Maurilio Longo \n" "Miguel Angel Marchuet Frutos \n" "Mindaugas Kavaliauskas \n" + "Mitja Podgornik \n" "Nicolas del Pozo \n" "Patrick Mast \n" "Paul Tucker \n" @@ -224,9 +232,12 @@ void hb_compPrintCredits( HB_COMP_DECL ) "Peter Townsend \n" "Phil Barnett \n" "Phil Krylov \n" + "Pritpal Bedi \n" "Przemyslaw Czerpak \n" + "Randy Portnoff \n" "Ron Pinkas \n" "Ryszard Glab \n" + "Teo Fonrouge \n" "Tim Stone \n" "Tomaž Zupan \n" "Viktor Szakats \n"