Code

store: Renamed child-matcher to any-matcher.
authorSebastian Harl <sh@tokkee.org>
Sat, 25 Oct 2014 11:58:58 +0000 (13:58 +0200)
committerSebastian Harl <sh@tokkee.org>
Sat, 25 Oct 2014 11:58:58 +0000 (13:58 +0200)
commit6d0d1e3ef653bb23cb76e3330dc58c49257c8573
tree606cb03f0d661d4254571ca8e9dcc95a959a6df8
parent6b13103c07c54860e37ae1a8aa9d4c63c50ca202
store: Renamed child-matcher to any-matcher.

It matches if any object of an iterable list matches, so this is a more
appropriate name.
src/core/store-private.h
src/core/store_lookup.c
src/frontend/grammar.y
src/include/core/store.h
t/unit/core/store_lookup_test.c
t/unit/frontend/parser_test.c