]> mj.ucw.cz Git - xsv.git/history - xsv.c
make release: Reorganized my directory structure
[xsv.git] / xsv.c
2012-10-28 Martin MaresConvert a couple of remaining putchar's to unlocked
2012-07-24 Martin Mares__USE_GNU not needed
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 MaresComments
2012-07-24 Martin MaresFixed bug introduced by re-ordering of the header
2012-07-24 Martin MaresFixed confusing error message
2012-07-24 Martin MaresLet column selection update the header
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 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 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