]> mj.ucw.cz Git - xsv.git/log
xsv.git
12 years agoCleaned up statistics
Martin Mares [Tue, 24 Jul 2012 12:23:38 +0000 (14:23 +0200)]
Cleaned up statistics

12 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

12 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.

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

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

12 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

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

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

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

12 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

12 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)

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

12 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

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

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

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

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

12 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