2025-02-09 09:51:31 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
p5-Text-CSV_XS: update to 1.60.
1.60 - 2025-01-29, H.Merijn Brand
* Add SECURITY.md
* CR/NL/CRNL inside quoted fields not affected by strict_eol
* Fix incorrect error 2014 (issue 62)
|
2025-01-12 11:00:57 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
p5-Text-CSV_XS: update to 1.59.
1.59 - 2025-01-05, H.Merijn Brand
* Fixed EOL test for Windows with crnl layer
* It is 2025
|
2025-01-05 10:10:31 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
p5-Text-CSV_XS: update to 1.58.
1.58 - 2024-12-30, H.Merijn Brand
* Add strict_eol (warnings default in csv ())
* Add XS line number in errors
* Add streaming support - not set in stone
|
2024-11-17 08:23:35 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
p5-Text-CSV_XS: update to 1.57.
1.57 - 2024-11-12, H.Merijn Brand
* Keep runtime error from csv ()
* add csv (on_error)
|
2024-11-16 13:08:07 by Thomas Klausner | Files touched by this commit (2504) |
Log message:
*: recursive bump for perl 5.40
|
2024-08-11 08:20:17 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
p5-Text-CSV_XS: update to 1.56.
1.56 - 2024-08-09, H.Merijn Brand
* Yet another strict/comment_str conflict (issue 57)
* Strict affected by column_names
|
2024-06-26 18:32:19 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
p5-Text-CSV_XS: update to 1.55.
1.55 - 2024-06-18, H.Merijn Brand
* More fixes for strict under bind_columns (issue 54)
* Strict won't hide previous error (issue 56)
|
2024-04-21 08:52:52 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
p5-Text-CSV_XS: update to 1.54.
1.54 - 2024-04-18, H.Merijn Brand
* Fix doc (Jean Forget, RT#150757)
* It's 2024
* Fix comment_str with strict
* Doc fixup (RT#151546)
|
2024-01-04 12:20:57 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
p5-Text-CSV_XS: update to 1.53.
1.53 - 2023-11-22, H.Merijn Brand
* Two casts for -Wformat (issue 50)
* Add --skip-empty to csv2xlsx
* Add --font and --font-size to csv2xlsx
* Fix skip_empty_rows ("skip") and trailing newlines (Corey \
Hickey, PR#52)
* Fix comment in last line (RT#150501)
|
2023-12-17 08:44:40 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
p5-Text-CSV_XS: update to 1.52.
1.52 - 2023-09-21, H.Merijn Brand
* Fix possible coredump in cache on non-IO parse (issue 49)
|