[Harbour] Re: dbu

2009-06-11 Thread Alexander S.Kresin
> Now our .dif files need native EOL (=hb_osNewLine()) format, > while -nEol=2 seems to set fixed LF format. Can you add an > option to convert to native EOL format? I'll do it. Regards, Alexander.

[Harbour] Re: dbu

2009-06-11 Thread Alexander S.Kresin
Does it work with wildcards? $ hbformat -nEol=2 -lIndent=no -lCase=no -lSpaces=no *.prg Yes, it does. Regards, Alexander. ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

Re: [Harbour] Re: dbu

2009-06-11 Thread Viktor Szakáts
Plus now also EOL conversion is needed, which again doesn't seem to have an easy and portable *nix command. hbformat -nEol=2 -lIndent=no -lCase=no -lSpaces=no some_prg.prg One comment / question here. Now our .dif files need native EOL (=hb_osNewLine()) format, while -nEol=2 seems to set fixe

Re: [Harbour] Re: dbu

2009-06-11 Thread Viktor Szakáts
Plus now also EOL conversion is needed, which again doesn't seem to have an easy and portable *nix command. hbformat -nEol=2 -lIndent=no -lCase=no -lSpaces=no some_prg.prg will change EOL to *nix without formating the content. I can add an option to lowercase the filename, if needed :). Well,

[Harbour] Re: dbu

2009-06-11 Thread Alexander S.Kresin
Plus now also EOL conversion is needed, which again doesn't seem to have an easy and portable *nix command. hbformat -nEol=2 -lIndent=no -lCase=no -lSpaces=no some_prg.prg will change EOL to *nix without formating the content. I can add an option to lowercase the filename, if needed :). Re

Re: [Harbour] Re: dbu

2009-06-10 Thread Guy Roussin
lol reformat is Alexander code ;-) Guy For reformat i suggest you harbour utility hbformat made by same expertise as hbmk2 creator (Viktor) : professional software easy to use and with powerful result 2009/6/10 Alexander S.Kresin : Many thanks for this offer, we can for sure place it insid

Re: [Harbour] Re: dbu

2009-06-10 Thread Massimo Belgrano
For reformat i suggest you harbour utility hbformat made by same expertise as hbmk2 creator (Viktor) : professional software easy to use and with powerful result 2009/6/10 Alexander S.Kresin : >> Many thanks for this offer, we can for sure place it inside >> 'examples/dbc'. Feel free to commit it,

Re: [Harbour] Re: dbu

2009-06-10 Thread Davor Siklic
Alexander S.Kresin napsal(a): Davor Siklic writes: Maybe we can include another dbu clone, Alexander's dbc come in mind (Hello Alex :-)) Hi, glad to see you :) me to I'm ready to provide dbc sources under common Harbour license. That's great, thank You best regards Davor Regards, Ale

[Harbour] Re: dbu

2009-06-10 Thread Alexander S.Kresin
Many thanks for this offer, we can for sure place it inside 'examples/dbc'. Feel free to commit it, or I can do it if you send me the files. I'll commit it after reviewing and reformatting. Regards, Alexander. ___ Harbour mailing list Harbour@harbour

Re: [Harbour] Re: dbu

2009-06-10 Thread Viktor Szakáts
Many thanks for this offer, we can for sure place it inside 'examples/dbc'. Feel free to commit it, or I can do it if you send me the files. Brgds, Viktor On Wed, Jun 10, 2009 at 11:13 AM, Guy Roussin wrote: > Hi, >>> >>> Maybe we can include another dbu clone, Alexander's dbc come in mind >>> (H

Re: [Harbour] Re: dbu

2009-06-10 Thread Guy Roussin
Hi, Maybe we can include another dbu clone, Alexander's dbc come in mind (Hello Alex :-)) I'm ready to provide dbc sources under common Harbour license. Thank you Alexander, this is a great news. This kind of utility is really missing in harbour package ... -- Guy ___

[Harbour] Re: dbu

2009-06-09 Thread Alexander S.Kresin
Davor Siklic writes: Maybe we can include another dbu clone, Alexander's dbc come in mind (Hello Alex :-)) Hi, glad to see you :) I'm ready to provide dbc sources under common Harbour license. Regards, Alexander. ___ Harbour mailing list Harbour@h

[Harbour] Re: dbu

2009-06-09 Thread Alexander S.Kresin
Now there is another problem: there are multiple versions of DBU sources, the patch is for 5.2e version. (for RL it's 5.3, because I cannot find 5.2e sources of it - If someone has them, could I get it?) 5.2e and 5.3 sources of RL seems to be identical. Regards, Alexander.