shopsuite-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ShopSuite-dev] CVS repository state


From: Davi Leal
Subject: [ShopSuite-dev] CVS repository state
Date: Wed, 02 Jan 2002 23:59:12 +0100

Changes has been committed to The Savannah CVS repository. You can see
the ChangeLog at
http://savannah.gnu.org/cgi-bin/viewcvs/shopsuite/source/ChangeLog

The new rational.c has been tested before uploading:
    cd rational/
    make
    su
    su postgres
    psql template1 < drop.sql
    psql template1 < rational.sql
    exit
    dropdb shop
    createdb shop
    psql shop < test.sql > to-check
    diff to-check expected.out
        <no diff>


--
Wed Jan  2 23:35:52 CET 2002  Davi Leal  <address@hidden>

 From Tomasz Wegrzanowski <address@hidden>:
 * rational/rational.c: It contains more efficient gcd()
 algorithm and uses nice ELF feature: constructor function, to
 compile regular expresion only once at load time, instead of
 doing so on every run.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]