Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 9bab3a8c | 2024-10-17 10:50:02 | remove some of the sprinklings of .include <bsd.port.arch.mk> .if !${PROPERTIES:Mclang} CFLAGS+= -std=gnu99 .endif which are no longer needed since "Make gnu99 the default for gcc 3.3.6 and 4.2.1, not gnu89" commit in Oct 2023. pointed out by tb@ | ||
| 8c80a751 | 2022-03-11 20:02:12 | drop RCS Ids | ||
| 18e028af | 2022-03-04 21:42:00 | Do the usual C99 dance for base-gcc to fix the build on sparc64 | ||
| 4f9a8ad9 | 2022-03-02 11:12:22 | update to csvquote-0.1.5 | ||
| 89af9fdc | 2021-10-29 18:10:29 | import textproc/csvquote from Allan Streib (astreib AT fastmail DOT fm) - thanks! testing and changes by Omar Polo (op AT omarpolo DOT com) input and ok sthen@ DESCR: This program can be used at the start and end of a text processing pipeline so that regular unix command line tools can properly handle CSV data that contain commas and newlines inside quoted data fields. |