[Harbour] SF.net SVN: harbour-project:[10568] trunk/harbour

2009-03-08 Thread vszakats
Revision: 10568 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10568&view=rev Author: vszakats Date: 2009-03-08 15:04:18 + (Sun, 08 Mar 2009) Log Message: --- 2009-03-08 15:56 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * utils/hbmk2/hbmk2.prg

[Harbour] SF.net SVN: harbour-project:[10569] trunk/harbour

2009-03-08 Thread vszakats
Revision: 10569 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10569&view=rev Author: vszakats Date: 2009-03-08 17:11:19 + (Sun, 08 Mar 2009) Log Message: --- 2009-03-08 18:04 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * INSTALL + Added short

[Harbour] nasty bug: in RDDADS + scopeactive + dbskip(0)

2009-03-08 Thread AbeB
dbskip(0) will move the record pointer to phantom record (honoring the scope). other RDDS don't do that -- #include "ads.ch" proc main() rddregister( "ADS", 1 ) rddsetdefault( "ADSCDX" ) set server local adslocking( .f. ) adssetfiletype(ADS_CDX) adslocking( .f. ) dbcreate("test

[Harbour] feature request. K_CTRL_* should not overlap with other codes

2009-03-08 Thread AbeB
can the following be an option in inkey.ch ( it's from xHarbour) /* New control keys that do not overlap with other codes */ #define K_CTRL_A513 /* Ctrl-A */ #define K_CTRL_B514 /* Ctrl-B */ #define K_CTRL_C

[Harbour] Wild idea: Conditional #include

2009-03-08 Thread Viktor Szakáts
Hi all, Sometime it would be good to branch code depending on presence of header file (which would also imply the presence of related lib file). One good example is uhttpd, and one if its modules. To make build as easy as possible, the source code could automatically detect the presence of these d

[Harbour] SF.net SVN: harbour-project:[10570] trunk/harbour

2009-03-08 Thread vszakats
Revision: 10570 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10570&view=rev Author: vszakats Date: 2009-03-08 18:34:43 + (Sun, 08 Mar 2009) Log Message: --- 2009-03-08 19:29 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * contrib/examples/uhttpd/u

Re: [Harbour] Wild idea: Conditional #include

2009-03-08 Thread Pritpal Bedi
Hello Viktor Viktor Szakáts wrote: > > Hi all, > Sometime it would be good to branch code depending > on presence of header file (which would also imply the > presence of related lib file). One good example is > uhttpd, and one if its modules. > Good thinking. If this part is touched, I have

Re: [Harbour] SF.net SVN: harbour-project:[10565] trunk/harbour

2009-03-08 Thread Francesco Saverio Giudice
Hi Przemek, Il 08/03/2009 3.26, Przemyslaw Czerpak ha scritto: I have to revert partially this code and corrected it, because with your changes s_aRunningThreads and s_aServiceThreads will never reduced in case of single thread end and leaving finished threads up and running. I'm sorry but I

Re: [Harbour] Wild idea: Conditional #include

2009-03-08 Thread Viktor Szakáts
> > Good thinking. > > If this part is touched, I have another wish: > > Command line switch -di[.ch file name]. > > Right now we can only issue -d__SOMEDEFINE__ but cannot > supply a .ch file containing as many defines we wish. > At times I feel a limitation of it, right now much more than ever.

Re: [Harbour] SF.net SVN: harbour-project:[10565] trunk/harbour

2009-03-08 Thread Przemyslaw Czerpak
On Sun, 08 Mar 2009, Francesco Saverio Giudice wrote: Hi, >> >> I'm sorry but I do not understand the above answer yet. >> Can you define more precisely the conditions which creates >> any anomalies and how can I replicate them? >> Probably I do not understand something in this code. > Simply usi

[Harbour] SF.net SVN: harbour-project:[10571] trunk/harbour

2009-03-08 Thread druzus
Revision: 10571 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10571&view=rev Author: druzus Date: 2009-03-08 23:15:18 + (Sun, 08 Mar 2009) Log Message: --- 2009-03-09 00:19 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/hbthr