]> git.draconx.ca Git - liblbx.git/history - src/fops.c
Trivial manual fixes.
[liblbx.git] / src / fops.c
2021-09-21 Nick BowlerAdd missing <config.h> include to fops.c.
2014-01-31 Nick Bowlerliblbx: Remove tell function from lbx_file_ops.
2014-01-28 Nick Bowlerliblbx: Fix uninitialized value warning in pipe_seek.
2014-01-28 Nick Bowlerliblbx: Always return a value in file_seek.
2010-02-11 Nick Bowlerliblbx: Implement improved error reporting mechanism.
2010-02-11 Nick Bowlerliblbx: Reset EOF flag after a successful seek on a...
2010-02-08 Nick Bowlerliblbx: Add file operations for handling LBX archive...
2010-02-08 Nick Bowlerliblbx: Don't ignore whence parameter in pipe_seek.
2010-02-04 Nick Bowlerliblbx: Parameterise I/O functions to allow custom...