John Kerl
|
7da6f1453d
|
Replace list.List with Go slices (#1950)
* Add .vscode to .gitignore
* Replace `list.List` with slices
|
2026-02-01 17:22:28 -05:00 |
|
John Kerl
|
047cb4bc28
|
Static-check fixes from @lespea #1657, batch 1/n (#1703)
|
2024-10-27 11:42:43 -04:00 |
|
Adam Lesperance
|
085e831668
|
The package version must match the major tag version (#1654)
* Update package version
* Update makefile targets
* Update readme packages
* Remaining old packages via rg/sd
|
2024-09-20 12:10:11 -04:00 |
|
John Kerl
|
aff4b9f32d
|
Improved file-not-found handling (#1508)
|
2024-02-26 00:12:31 -05:00 |
|
John Kerl
|
57b32c3e9b
|
Separate out ILineReader abstraction (#1504)
* Split up pkg/input/record_reader.go
* new ILineReader/TLineReader
|
2024-02-24 22:07:56 -05:00 |
|
John Kerl
|
bfc829a381
|
Internal name-neatens (#1475)
|
2024-01-20 13:36:28 -05:00 |
|
John Kerl
|
794a754c36
|
Support PPRINT barred input (#1472)
* Support PPRINT barred input
* regression-test files
* output from `make dev`
* doc updates
|
2024-01-20 12:59:12 -05:00 |
|
John Kerl
|
268a96d002
|
Export library code in pkg/ (#1391)
* Export library code in `pkg/`
* new doc page
|
2023-09-10 17:15:13 -04:00 |
|