Searched hist:"0 e9ec703dd88ade7b1adc8d28a3bec4484bcd63c" (Results 1 – 2 of 2) sorted by relevance
/haiku/src/kits/package/ |
H A D | PackageInfoParser.h | 0e9ec703dd88ade7b1adc8d28a3bec4484bcd63c Tue Jul 09 19:41:45 UTC 2013 Ingo Weinhold <ingo_weinhold@gmx.de> package info parser: improve string parsing
* Instead of two string token types (TOKEN_WORD, TOKEN_QUOTED_STRING), there's now only one (TOKEN_STRING). Whether the string meets the criteria is checked where needed. In most cases the check was already done or not necessary anyway. * Strings can now consist of an arbitrary sequence of quoted and unquoted strings and escaping is also supported in unquoted string segments. * Among other things this fixes incorrect restrictions for resolvable names and should also make quoting paths superfluous (unless they contain separator characters).
|
H A D | PackageInfoParser.cpp | 0e9ec703dd88ade7b1adc8d28a3bec4484bcd63c Tue Jul 09 19:41:45 UTC 2013 Ingo Weinhold <ingo_weinhold@gmx.de> package info parser: improve string parsing
* Instead of two string token types (TOKEN_WORD, TOKEN_QUOTED_STRING), there's now only one (TOKEN_STRING). Whether the string meets the criteria is checked where needed. In most cases the check was already done or not necessary anyway. * Strings can now consist of an arbitrary sequence of quoted and unquoted strings and escaping is also supported in unquoted string segments. * Among other things this fixes incorrect restrictions for resolvable names and should also make quoting paths superfluous (unless they contain separator characters).
|