]>
mj.ucw.cz Git - xsv.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Martin Mares [Tue, 24 Jul 2012 12:12:03 +0000 (14:12 +0200)]
Avoid unnecessary initialization of buffers
All zeroes are safe.
Martin Mares [Tue, 24 Jul 2012 12:11:05 +0000 (14:11 +0200)]
Detect I/O errors
Martin Mares [Tue, 24 Jul 2012 12:10:54 +0000 (14:10 +0200)]
Introduced die() and NONRET
Martin Mares [Tue, 24 Jul 2012 12:02:56 +0000 (14:02 +0200)]
Use unlocked stdio, it is faster
Martin Mares [Tue, 24 Jul 2012 08:52:45 +0000 (10:52 +0200)]
Bug fixes
Martin Mares [Mon, 23 Jul 2012 22:46:56 +0000 (00:46 +0200)]
TODO
Martin Mares [Mon, 23 Jul 2012 22:46:41 +0000 (00:46 +0200)]
Table backend is locale-aware
Martin Mares [Mon, 23 Jul 2012 22:28:06 +0000 (00:28 +0200)]
Added two-pass code and --table format
Martin Mares [Mon, 23 Jul 2012 21:45:50 +0000 (23:45 +0200)]
Added --strict-ws (default is non-strict)
Martin Mares [Mon, 23 Jul 2012 21:37:08 +0000 (23:37 +0200)]
Simplified CSV and WS parsers
Martin Mares [Mon, 23 Jul 2012 21:15:06 +0000 (23:15 +0200)]
Added --regex format and --always-quote for --csv
Martin Mares [Mon, 23 Jul 2012 21:15:03 +0000 (23:15 +0200)]
Forgot Makefile
Martin Mares [Mon, 23 Jul 2012 18:34:39 +0000 (20:34 +0200)]
Added warnings and --quiet
Martin Mares [Mon, 23 Jul 2012 18:27:08 +0000 (20:27 +0200)]
Added --trim
Martin Mares [Mon, 23 Jul 2012 18:19:22 +0000 (20:19 +0200)]
Added --ws mode
Martin Mares [Mon, 23 Jul 2012 18:14:22 +0000 (20:14 +0200)]
First version: --csv and --tsv works