guile-pg 0.10 available
Thien-Thi Nguyen <[email protected]>
| Newsgroups | gmane.lisp.guile.user,gmane.lisp.guile.sources |
|---|---|
| Message-ID | <[email protected]> |
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]
_______________________________________________
Guile-user mailing list
[email protected]
http://mail.gnu.org/mailman/listinfo/guile-user