]> Kevux Git Server - fll/commit
Update: rewrite basic list object and content read functions
authorKevin Day <kevin@kevux.org>
Fri, 30 Mar 2012 00:47:03 +0000 (19:47 -0500)
committerKevin Day <kevin@kevux.org>
Fri, 30 Mar 2012 00:47:03 +0000 (19:47 -0500)
commit2e5255c37a7743914bcaabb7ef0035aef517d9ab
tree2949b3580375d9bd4ba0d3af6ab7db6fd61df02c
parent0ddca96deeff1d709ec5313aba9b263d42af9466
Update: rewrite basic list object and content read functions

Follow the new approach.
Also, it occured to me that there is no reason to support quoted object names for a basic list.

The reasoning behind this is that the basic list object always terminates on a newline and there cannot be any content on that newline.
If there is no content, then there is no reason to protect the object by wrapping it in quotes as done in basic an extended.
Quote support has been removed and as a result the implementation of the object and content reads are much simpler.
level_1/fl_fss/c/fss_basic_list.c
level_1/fl_fss/c/fss_basic_list.h