Consider a config file with the following two lines: abc=1 c=2 Previously, the first line matched *.c files, because it had the 'c=1' substring. Now we skip until the next line as soon as 'abc' doesn't match 'c'.
programs/develop
KolibriOS