Update man page
Handle malloc failure
Add missing string.h
include
Rename --hex-mode
to --hexadecimal
Enable buffered writing
Read block of bytes from input and process same block for output. This will speed things up by reducing I/O overhead.
Enable buffered reading
Read block of bytes from input and process byte by byte for output. This will speed things up by reducing I/O overhead.
Refactoring
Cleanup stdout flushing
Flushing is not needed since we disabled buffering of stdout.
Simplify stdout_configure()
code
Simplify stdin_configure()
code
Update man page
Update README
Please log in to add feedback.
This update has been submitted for testing by robert.
This update's test gating status has been changed to 'ignored'.
This update has been pushed to testing.
This update has been submitted for stable by bodhi.
This update has been pushed to stable.