]> mj.ucw.cz Git - xsv.git/log
xsv.git
11 years agoFixed bug introduced by re-ordering of the header
Martin Mares [Tue, 24 Jul 2012 15:22:18 +0000 (17:22 +0200)]
Fixed bug introduced by re-ordering of the header

11 years agoMore tests
Martin Mares [Tue, 24 Jul 2012 15:16:48 +0000 (17:16 +0200)]
More tests

11 years agoFixed confusing error message
Martin Mares [Tue, 24 Jul 2012 15:15:06 +0000 (17:15 +0200)]
Fixed confusing error message

11 years agoLet column selection update the header
Martin Mares [Tue, 24 Jul 2012 15:11:44 +0000 (17:11 +0200)]
Let column selection update the header

11 years agoTests for --trim and --equalize
Martin Mares [Tue, 24 Jul 2012 14:58:36 +0000 (16:58 +0200)]
Tests for --trim and --equalize

11 years agoAdded a test suite
Martin Mares [Tue, 24 Jul 2012 14:54:39 +0000 (16:54 +0200)]
Added a test suite

11 years ago--strict-ws is gone, added a more general --sloppy switch
Martin Mares [Tue, 24 Jul 2012 14:53:43 +0000 (16:53 +0200)]
--strict-ws is gone, added a more general --sloppy switch

11 years agoTruncated temp file is an error, not warning
Martin Mares [Tue, 24 Jul 2012 14:47:10 +0000 (16:47 +0200)]
Truncated temp file is an error, not warning

11 years agoAdded --equalize
Martin Mares [Tue, 24 Jul 2012 14:13:20 +0000 (16:13 +0200)]
Added --equalize

11 years agoFIXME considered unworthy
Martin Mares [Tue, 24 Jul 2012 14:01:56 +0000 (16:01 +0200)]
FIXME considered unworthy

11 years agoUse get_field() where useful
Martin Mares [Tue, 24 Jul 2012 14:00:44 +0000 (16:00 +0200)]
Use get_field() where useful

11 years agoImplemented --grid and fixed bugs in headers in 2-pass mode
Martin Mares [Tue, 24 Jul 2012 13:56:34 +0000 (15:56 +0200)]
Implemented --grid and fixed bugs in headers in 2-pass mode

11 years agoAdded support for headers and names fields
Martin Mares [Tue, 24 Jul 2012 13:23:02 +0000 (15:23 +0200)]
Added support for headers and names fields

11 years agoSorted out confusion between input and output fields
Martin Mares [Tue, 24 Jul 2012 12:32:01 +0000 (14:32 +0200)]
Sorted out confusion between input and output fields

(especially in two-pass mode)

11 years agoCleaned up statistics
Martin Mares [Tue, 24 Jul 2012 12:23:38 +0000 (14:23 +0200)]
Cleaned up statistics

11 years agoEach read/write hook gets a pointer to its format
Martin Mares [Tue, 24 Jul 2012 12:15:19 +0000 (14:15 +0200)]
Each read/write hook gets a pointer to its format

11 years agoAvoid unnecessary initialization of buffers
Martin Mares [Tue, 24 Jul 2012 12:12:03 +0000 (14:12 +0200)]
Avoid unnecessary initialization of buffers

All zeroes are safe.

11 years agoDetect I/O errors
Martin Mares [Tue, 24 Jul 2012 12:11:05 +0000 (14:11 +0200)]
Detect I/O errors

11 years agoIntroduced die() and NONRET
Martin Mares [Tue, 24 Jul 2012 12:10:54 +0000 (14:10 +0200)]
Introduced die() and NONRET

11 years agoUse unlocked stdio, it is faster
Martin Mares [Tue, 24 Jul 2012 12:02:56 +0000 (14:02 +0200)]
Use unlocked stdio, it is faster

11 years agoBug fixes
Martin Mares [Tue, 24 Jul 2012 08:52:45 +0000 (10:52 +0200)]
Bug fixes

11 years agoTODO
Martin Mares [Mon, 23 Jul 2012 22:46:56 +0000 (00:46 +0200)]
TODO

11 years agoTable backend is locale-aware
Martin Mares [Mon, 23 Jul 2012 22:46:41 +0000 (00:46 +0200)]
Table backend is locale-aware

11 years agoAdded two-pass code and --table format
Martin Mares [Mon, 23 Jul 2012 22:28:06 +0000 (00:28 +0200)]
Added two-pass code and --table format

11 years agoAdded --strict-ws (default is non-strict)
Martin Mares [Mon, 23 Jul 2012 21:45:50 +0000 (23:45 +0200)]
Added --strict-ws (default is non-strict)

11 years agoSimplified CSV and WS parsers
Martin Mares [Mon, 23 Jul 2012 21:37:08 +0000 (23:37 +0200)]
Simplified CSV and WS parsers

11 years agoAdded --regex format and --always-quote for --csv
Martin Mares [Mon, 23 Jul 2012 21:15:06 +0000 (23:15 +0200)]
Added --regex format and --always-quote for --csv

11 years agoForgot Makefile
Martin Mares [Mon, 23 Jul 2012 21:15:03 +0000 (23:15 +0200)]
Forgot Makefile

11 years agoAdded warnings and --quiet
Martin Mares [Mon, 23 Jul 2012 18:34:39 +0000 (20:34 +0200)]
Added warnings and --quiet

11 years agoAdded --trim
Martin Mares [Mon, 23 Jul 2012 18:27:08 +0000 (20:27 +0200)]
Added --trim

11 years agoAdded --ws mode
Martin Mares [Mon, 23 Jul 2012 18:19:22 +0000 (20:19 +0200)]
Added --ws mode

11 years agoFirst version: --csv and --tsv works
Martin Mares [Mon, 23 Jul 2012 18:14:22 +0000 (20:14 +0200)]
First version: --csv and --tsv works