guile-user
[Top][All Lists]
Advanced

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

guile-pg 0.10 available


From: Thien-Thi Nguyen
Subject: guile-pg 0.10 available
Date: Sat, 14 Dec 2002 15:27:46 -0800

tarball in:

  http://www.glug.org/alt/

NEWS excerpt below.  not mentioned in the NEWS is addition of directory
contrib/ which guile-pg users are encouraged to populate.

thi

____________________________________________
- version 0.10 released 2002-12-14

  - Bugfix: pg-lo-tell

        This procedure, which does the equivalent of "seek 0 SEEK_CUR",
        was not taking into account guile's port buffering conventions,
        resulting in an incorrect value being returned (the position
        indicated by the end of the port's read-buffer instead of the
        actual position).  For example:

          (pg-lo-tell port)     => 0    ; ok
          (pg-lo-read 4 2 port)         ; read two objects of four bytes
          (pg-lo-tell port)     => 100  ; wrong, should be 8

        Test coverage for pg-lo-tell is still rather low.  Additional
        interesting test cases are always welcome.

[excerpt ends here]



reply via email to

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