madmurphy

Results 26 comments of madmurphy

I am not sure I understood your point 3. correctly. From what I understood you would transform the previous INI file into this: ``` ini [global] version = 1.2.1 foo...

I think it will helpful if you had a look at this small program. It is still a work in progress to be put I just published it under examples/cplusplus....

That is wonderful, Mauro! I thought you had given up! I am on a tight schedule right now and things are going to get worse in the next days, so...

> If I read correctly Your code it should be possible to insert a marker Theoretically speaking it would be possible. The sequence `\n\n` is made of two characters, so...

Ok, you will have to forgive me if I do this in pieces, but I have few free time at the moment. For now I just compiled your program and...

Ok, still piece by piece in my spare time… Under `find_sect()` you use a normal loop to iterate through section path parts: ``` c while (s && *s) { char...

Here for another episode… I don't know if you want your program to work also on Microsoft Windows, but if you do, you must always add the binary specifier to...

Nearly forgot about it. Ten days ago I had published an “unescape” function under [examples/utilities/ini_string_preparse.h][1]. It was intended to be a “pre-parse” function to be invoked before `ini_string_parse()` in order...

Thank you very much, Felipe! As I matter of fact I started working on the write support five days ago. It had always been a planned feature, and after another...

@Serrin Thank you. Yes, it's time to put a markdown copy of the old documentation in the repository… In the meanwhile I have found the old documentation in the Wayback...