miller/internal/pkg
John Kerl 2107d520fa
Can't use ${field_name} if it contains UTF-8 characters also encodeable as Latin-1 (#1363)
* unit-test data

* docgen

* windows unit-test accommodations
2023-08-20 12:20:15 -04:00
..
auxents Let mlr help take pre-flags, such as --always-color (#1292) 2023-05-15 01:14:59 -04:00
bifs Add %s format specifier for strftime (#1335) 2023-07-04 17:00:02 -04:00
cli Support ZSTD compression in-process (#1360) 2023-08-19 15:22:59 -04:00
climain Support comments in mlr -s files (#1359) 2023-08-19 13:32:09 -04:00
colorizer Enable output colorization on Windows by default (#1051) 2022-07-07 15:12:44 -04:00
dsl Add DSL functions for integer nanoseconds since the epoch (#1326) 2023-06-24 17:05:15 -04:00
entrypoint Better error message on unparseable TZ environment variable (#1249) 2023-03-30 08:37:33 -04:00
go-csv Add Go LICENSE file (#1171) 2023-01-02 18:09:39 -05:00
input Implement --csv-trim-leading-space flag (#1272) 2023-04-20 13:13:55 -03:00
lib Support ZSTD compression in-process (#1360) 2023-08-19 15:22:59 -04:00
mlrval Values-only -a option for mlr grep (#1305) 2023-06-03 17:19:40 -04:00
output Fix #1164: regression on CSV blank-line handling (#1168) 2023-01-01 16:49:14 -05:00
parsing Can't use ${field_name} if it contains UTF-8 characters also encodeable as Latin-1 (#1363) 2023-08-20 12:20:15 -04:00
pbnjay-strptime Fix "%%" in strptime; more test cases for strptime (#951) 2022-02-21 12:21:04 -05:00
platform Do wildcard globbing on Windows (#1362) 2023-08-19 17:40:35 -04:00
runtime Re-use whitespace regexp in clean_whitespace (#994) 2022-03-20 12:17:51 -04:00
scan Treaet data-file numbers with leading + as numeric (#1269) 2023-04-15 15:57:22 -04:00
stream Reduce number of os.Exit callsites, part 1 of n (#1055) 2022-07-09 18:53:24 -04:00
terminals Let mlr help take pre-flags, such as --always-color (#1292) 2023-05-15 01:14:59 -04:00
transformers sub, gsub, and ssub verbs (#1361) 2023-08-19 17:23:01 -04:00
types Use int64 wherever "64-bit integer" is assumed (#902) 2022-01-27 12:06:25 -05:00
version post-6.8.0 2023-06-04 16:38:18 -04:00
README.md README-go-port.md -> README-dev.md 2022-07-12 17:15:06 -04:00

Please see ../../README-dev.md for an overview; please see each subdirectory for details about it.