Subject: CVS commit: pkgsrc/textproc/json2tsv
From: Leonardo Taccari
Date: 2023-06-16 10:08:47
Message id: 20230616080847.54389FA89@cvs.NetBSD.org

Log Message:
json2tsv: Update to 1.1

Changes:
1.1
---
Fixes:
* jaq: fail early if creating a temporary file using mktemp failed.
* micro-optimization for the json.c parser, json2tsv itself is unaffected though.
* Minor code-style and portability improvements.
* Typo fixes.

Features:
* json2tsv and jaq: add a -u option: flush output after printing each value
(unbuffered). This works similar to the sed -u option.
Sometimes it can be useful to force flushing the data directly. For example
for streaming JSON data.

Files:
RevisionActionfile
1.10modifypkgsrc/textproc/json2tsv/Makefile
1.11modifypkgsrc/textproc/json2tsv/distinfo