define_open_500.patch Define XOPEN_SOURCE=500 to avoid pread/pwrite warnings. lockf_negative_lenght.patch Don't pass negative lenghts to lockf() because it's not supported on some systems, use plockf() instead. jwrite-const_buf.patch Add 'const' qualifiers to jwrite() and friends, to match real prototypes. make_strict.patch Add a make option to make gcc use more strict checks (-ansi -pedantic) pointer_arithmetic.patch Avoid void * arithmetic, explicit pointer arithmetic using unsigned chars. install_instructions.patch Add a INSTALL file describing the installation procedure. jfsck_close.patch Close the files we left open in jfsck() jfsck_lock_transaction.patch jfsck() really wants to lock the transaction file, not the real one. jfsck_const_name.patch Make jfsck()'s first parameter, "name", const. jfsck_cleanup.patch Add a new function, jfsck_cleanup(), to help cleaning up the journal after checking it. jfsck_rewrite_lockfile.patch Make jfsck() rewrite the lockfile to save the new maximum transaction ID. spread_in_wrappers.patch Use spread() inside jread() and jpread() to avoid returning partial reads. indent_manpage.patch Update and improve manpage's indentation. version-0.14.patch Version 0.14