jclose_on_end.patch jclose() before exit in the testing programs. jrewind.patch Fix a typo in ansi.c: the "rewind" wrapper should be named "jrewind" jfseek_return.patch Make jfseek() return the same as fseek(), that is, 0 on success and -1 on error. sizeof_in_arith.patch Replace sizeof() in header's memcpy()s for explicit sizes. new_commit.patch Redo the commit procedure to allow true transactions that affect several portions of the file. full_sample.patch Add a more-or-less complete example of how to use the library. open_always_rw.patch We always need to open the file with both read and write access. new_commit_doc.patch Add and update documentation to the new commit procedure.