-----Messaggio Originale----- 
Da: "Ron Pinkas" <ron.pin...@xharbour.com>
A: <xharbour-developers@lists.sourceforge.net>
Data invio: venerdì 20 febbraio 2009 15.02
Oggetto: [xHarbour-developers] Official Release


> Hi All,
>
> We need your help!
>
> Do you know of any bug[s] that must stop us from delivering a new release?
>
> The situation with lack of releases is getting to an unacceptable point. 
> It
> makes no sense to have an active open source project that has no releases
> for more than a year. Please let's unify together to contribute what's
> needed to provide a new release immediately, as the top priority of this
> project.
>
> Non perfect release is still better than no release at all.
>
> I hope that all of you agree, and will proceed by at least reporting 
> status
> on your respective compiler and O/S, immediately.

I agree. This is my buglist:

FUNCTION MAIN()

    LOCAL cExp := "if a()"

    &( cExp )

    RETURN NIL

GPF

FUNCTION MAIN()

    Local aStru:={{'aa','C',3,0},;
                  {'bb','C',3,0}}

    DbCreate('testxxx',aStru); Close

    Use testxxx Exclusive New

    Append Blank
    Replace aa With 'xxx'
    Replace bb With 'xxx'

    Append Blank
    Replace aa With 'ggg'
    Replace bb With 'ggg'

    Append Blank
    Replace aa With 'kkk'
    Replace bb With 'kkk'

    Sort On aa To testxxx1

    RETURN NIL

GPF

I'm using xHarbour/BCC55 that is perfectly stable for me (but I haven't 
tried last Miguel changes yet).

EMG

--
EMAG Software Homepage:     http://www.emagsoftware.it
The EMG's ZX-Spectrum Page: http://www.emagsoftware.it/spectrum
The Best of Spectrum Games: http://www.emagsoftware.it/tbosg
The EMG Music page:         http://www.emagsoftware.it/emgmusic 


------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers

Reply via email to