fc43e0f INI: Added method to get string list with empty values

3 files Authored by dpal 14 years ago, Committed by sgallagh 14 years ago,
    INI: Added method to get string list with empty values
    
    The original implementation was compressing the list,
    throwing away empty strings.
    The function that did that was pretty brain damaging.
    I cleaned it up and adjusted so that it could return
    list with empty values and without them.
    The old function was turned into a wrapper and a new
    high level function was intorduced to provide
    ability to get both empty and non empty strings.
    
        
file modified
+55 -49
file modified
+27 -5
file modified
+35 -0