head 1.1; branch 1.1.1; access; symbols netbsd-11-0-RC4:1.1.1.1 NAWK20260426:1.1.1.1 netbsd-11-0-RC3:1.1.1.1 netbsd-11-0-RC2:1.1.1.1 netbsd-11-0-RC1:1.1.1.1 perseant-exfatfs:1.1.1.1.0.4 perseant-exfatfs-base-20250801:1.1.1.1 netbsd-11:1.1.1.1.0.2 netbsd-11-base:1.1.1.1 NAWK20240817:1.1.1.1 NAWK:1.1.1; locks; strict; comment @# @; 1.1 date 2024.08.17.22.19.19; author christos; state Exp; branches 1.1.1.1; next ; commitid F6k4yChqfBas4emF; 1.1.1.1 date 2024.08.17.22.19.19; author christos; state Exp; branches 1.1.1.1.4.1; next ; commitid F6k4yChqfBas4emF; 1.1.1.1.4.1 date 2024.08.17.22.19.19; author perseant; state dead; branches; next 1.1.1.1.4.2; commitid 23j6GFaDws3O875G; 1.1.1.1.4.2 date 2025.08.02.05.49.45; author perseant; state Exp; branches; next ; commitid 23j6GFaDws3O875G; desc @@ 1.1 log @Initial revision @ text @BEGIN { FS="␟" RS="␞" OFS="," } { print $1, $2, $3 } @ 1.1.1.1 log @Import the current version of nawk from github. Last was imported on 2020-02-18. The major change is utf8 handling. @ text @@ 1.1.1.1.4.1 log @file unicode-fs-rs-1.awk was added on branch perseant-exfatfs on 2025-08-02 05:49:45 +0000 @ text @d1 6 @ 1.1.1.1.4.2 log @Sync with HEAD @ text @a0 6 BEGIN { FS="␟" RS="␞" OFS="," } { print $1, $2, $3 } @