]> Kevux Git Server - fll/commit
Feature: Implement wrap support for IKI standard to be compliant with recent changes.
authorKevin Day <kevin@kevux.org>
Mon, 6 Mar 2023 01:16:21 +0000 (19:16 -0600)
committerKevin Day <kevin@kevux.org>
Mon, 6 Mar 2023 01:19:41 +0000 (19:19 -0600)
commitdb4056bc674c42ba6723229642824cddb0ec3fc0
tree975f38dcc490e405c09ad21d3706dafbbf9d34fd
parent86d3a14483202cea61464e43cc4b214a9523c10f
Feature: Implement wrap support for IKI standard to be compliant with recent changes.

The wrap support for IKI (using open and close brackets '[' (U+005B) ']' (U+005D)) has been recently added to the specification.
This updates the project to be in compliance.
level_0/f_iki/c/iki.c
level_0/f_iki/c/iki/common.c
level_0/f_iki/c/iki/common.h
level_3/iki_write/c/common.c
level_3/iki_write/c/common.h
level_3/iki_write/c/iki_write.c
level_3/iki_write/c/private-write.c