View Issue Details

IDProjectCategoryView StatusLast Update
0000024BooBooGeneralpublic2026-01-02 03:27
Reportertremblin Assigned Totremblin  
PrioritynormalSeverityminorReproducibilityhave not tried
Status resolvedResolutionfixed 
Summary0000024: file api changes
DescriptionNeed the concept of eof, read_byte and write_byte.

I don't want to get into the whole slew of size/endian calls, but with read_byte and write_byte you can do them all yourself.
TagsNo tags attached.

Activities

tremblin

2026-01-02 01:39

administrator   ~0000013

Just make file_read_line return the newline (current it doesn't) then file_read and file_read_line can return an empty string on eof, and file_read_byte can return -1.

Issue History

Date Modified Username Field Change
2026-01-01 00:52 tremblin New Issue
2026-01-01 00:52 tremblin Status new => assigned
2026-01-01 00:52 tremblin Assigned To => tremblin
2026-01-02 01:39 tremblin Note Added: 0000013
2026-01-02 03:27 tremblin Status assigned => resolved
2026-01-02 03:27 tremblin Resolution open => fixed