java/alt2xml-in-ini/src/cz/frantovo/alt2xml/in/ini/Reader.java
Tue, 28 Oct 2014 00:33:17 +0100 in-ini: use constant for element name
Sun, 07 Sep 2014 00:01:49 +0200 in-ini: comments
Sat, 06 Sep 2014 23:44:26 +0200 in-ini: regex clean-up
Sat, 06 Sep 2014 23:34:53 +0200 in-ini: re-eble whitespace in entry keys – but trim spaces before „=“ to support:
Sat, 06 Sep 2014 23:27:18 +0200 in-ini: support sub-keys:
Sat, 06 Sep 2014 22:04:11 +0200 in-ini: no whitespace in entry keys – but do encoding
Sat, 06 Sep 2014 21:24:53 +0200 in-ini: support and encode entry names with spaces
Sat, 06 Sep 2014 21:15:47 +0200 in-ini: encode section names with spaces
Sat, 06 Sep 2014 20:52:58 +0200 in-ini: log invalid lines + skip blank lines + log line numbers
Sat, 06 Sep 2014 20:31:05 +0200 in-ini: correct indentation for entries outside groups
Sat, 06 Sep 2014 20:07:02 +0200 in-ini: regex clean-up
Sat, 06 Sep 2014 19:56:08 +0200 in-ini: regex with named groups
Sat, 06 Sep 2014 19:36:22 +0200 in-ini: quoted/apostrophed values might have comments
Sat, 06 Sep 2014 19:10:52 +0200 in-ini: quoted/apostrophed values → include spaces (unquoted → strip spaces)
Sat, 06 Sep 2014 18:53:33 +0200 in-ini: strip whitespace
Sat, 06 Sep 2014 18:29:44 +0200 in-ini: first working version
Sat, 06 Sep 2014 18:12:15 +0200 in-ini: recognize comment, section and entry + log them
Sat, 06 Sep 2014 17:19:21 +0200 in-ini: skeleton