summaryrefslogtreecommitdiffstats
path: root/ini/ini_comment_ut.c
Commit message (Collapse)AuthorAgeFilesLines
* Refactoring comment objectDmitri Pal2010-12-211-13/+102
| | | | | | | | | | | | | | * Added copy coment functionality * Changed the internal implementation to use array simple buffer instead of the two arrays one for lines and one for lengths * Realigned comments in the header file * Changed the trace macros to use simplified entry and exit macros. * Corrected unit test to return error codes. * Refactored unit test to use array of test functions intead of the direct calls * Added unit test for copy functionality.
* Refining comment objectDmitri Pal2010-09-221-2/+2
| | | | Comment object should store lengths of the lines.
* Introducing a comment objectDmitri Pal2010-04-301-0/+176
Comment object will store the comments found in the INI file. It is based on the ref_array interface. Fixing review comments for comment obj.