]> Kevux Git Server - fll/commit
Progress: basic list write, with minor basic list read and extended list read changes.
authorKevin Day <thekevinday@gmail.com>
Fri, 9 Oct 2020 02:59:36 +0000 (21:59 -0500)
committerKevin Day <thekevinday@gmail.com>
Fri, 9 Oct 2020 03:35:54 +0000 (22:35 -0500)
commitcc3bedbfc4e6392d7b00ac714430af7867babdc1
treead63547a5cbf41c6cb75c86fe73e2cbc0d0f93c6
parent310540340c248bc9b8a9d89efb0cbfdd5013e8bf
Progress: basic list write, with minor basic list read and extended list read changes.

The basic list object write should only handle escaping slashes when it would be escaped.
Make sure to return an error when a newline is found.
Note that the stop point designates the end of the object so if the end of the object ends in slashes, then these must be escaped.

Perform some cleanups that I felt like doing while working on this.
level_1/fl_fss/c/fss_basic_list.c
level_1/fl_fss/c/fss_basic_list.h
level_1/fl_fss/c/fss_extended_list.c
level_1/fl_fss/c/private-fss.c
level_2/fll_fss/c/fss_basic_list.c