]> mj.ucw.cz Git - xsv.git/shortlog
xsv.git
2020-03-29 Martin Maresmake release: Reorganized my directory structure master
2015-09-14 Martin MaresFixed a typo in man page
2013-12-09 Martin MaresFixed "make release"
2013-12-09 Martin MaresReleased as 1.0.1 v1.0.1
2013-12-09 Martin MaresMakefile: Added "install" target
2013-12-09 Martin MaresREADME: Explain the building process slightly better
2012-10-28 Martin MaresConvert a couple of remaining putchar's to unlocked
2012-07-25 Martin MaresMan page: Fixed a couple of formatting typos
2012-07-24 Martin MaresREADME: Forgot PCRE v1.0
2012-07-24 Martin Mares__USE_GNU not needed
2012-07-24 Martin MaresREADME: Suggestions etc.
2012-07-24 Martin MaresAdded a README. This is hopefully the final v1.0.
2012-07-24 Martin MaresMakefile: docbook-xsl.css must be uploaded
2012-07-24 Martin MaresMakefile: Delete generated docbook CSS
2012-07-24 Martin MaresDo not delete source files :)
2012-07-24 Martin MaresPublish HTML documentation for each release
2012-07-24 Martin MaresReleased as v1.0
2012-07-24 Martin MaresAdded version number everywhere
2012-07-24 Martin MaresDot the sentences
2012-07-24 Martin MaresAvoid infinite loops when regex matches an empty string
2012-07-24 Martin MaresAdded a manual page
2012-07-24 Martin MaresComments
2012-07-24 Martin MaresTODO is empty -> gone
2012-07-24 Martin MaresTests: --always-quote
2012-07-24 Martin MaresTests: more header hacks
2012-07-24 Martin MaresFixed bug introduced by re-ordering of the header
2012-07-24 Martin MaresMore tests
2012-07-24 Martin MaresFixed confusing error message
2012-07-24 Martin MaresLet column selection update the header
2012-07-24 Martin MaresTests for --trim and --equalize
2012-07-24 Martin MaresAdded a test suite
2012-07-24 Martin Mares--strict-ws is gone, added a more general --sloppy...
2012-07-24 Martin MaresTruncated temp file is an error, not warning
2012-07-24 Martin MaresAdded --equalize
2012-07-24 Martin MaresFIXME considered unworthy
2012-07-24 Martin MaresUse get_field() where useful
2012-07-24 Martin MaresImplemented --grid and fixed bugs in headers in 2-pass...
2012-07-24 Martin MaresAdded support for headers and names fields
2012-07-24 Martin MaresSorted out confusion between input and output fields
2012-07-24 Martin MaresCleaned up statistics
2012-07-24 Martin MaresEach read/write hook gets a pointer to its format
2012-07-24 Martin MaresAvoid unnecessary initialization of buffers
2012-07-24 Martin MaresDetect I/O errors
2012-07-24 Martin MaresIntroduced die() and NONRET
2012-07-24 Martin MaresUse unlocked stdio, it is faster
2012-07-24 Martin MaresBug fixes
2012-07-23 Martin MaresTODO
2012-07-23 Martin MaresTable backend is locale-aware
2012-07-23 Martin MaresAdded two-pass code and --table format
2012-07-23 Martin MaresAdded --strict-ws (default is non-strict)
2012-07-23 Martin MaresSimplified CSV and WS parsers
2012-07-23 Martin MaresAdded --regex format and --always-quote for --csv
2012-07-23 Martin MaresForgot Makefile
2012-07-23 Martin MaresAdded warnings and --quiet
2012-07-23 Martin MaresAdded --trim
2012-07-23 Martin MaresAdded --ws mode
2012-07-23 Martin MaresFirst version: --csv and --tsv works