------------------ * Fixed formatting for an example in the szu-t manual page. * Documentation updates for README.
1.2.0
------------------ * szu-ss: read and process one line at a time if stdin is a TTY. * szu-t: read and process one line at a time if stdin is a TTY. * szu-t: at EOF, do not translate the buffer if it is an empty string.
1.1.2
------------------ * szu-ss updated with major performance improvements (~200-300%). * szu-ss "verbose" option fixed to function correctly. * Verbose modes now preserve the original stack trace for debugging.
1.1.1
------------------ * szu-ss fixed to show usage if there are too few arguments. * Tutorial updated to use new listing notation.
1.1.0
------------------ * Added support for input files as positional arguments to commands. * Changed szu-t list notation to be more compact to aid readability. * Added a makefile note about setting parameters for BSD, Solaris, etc. * Programs updated to close a table file immediately after reading it.
1.0.5
------------------ * Makefile dist target now just builds a Python dist. * Removed superfluous exception handling. * Updated source code according to pep8 and pep257. * Documentation fixes and updates.