]> mj.ucw.cz Git - xsv.git/history - xsv.c
Added support for headers and names fields
[xsv.git] / xsv.c
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