From 169dc61607b69726c6012ab70758692637928a85 Mon Sep 17 00:00:00 2001 From: Russell Belfer Date: Tue, 5 Mar 2013 16:10:05 -0800 Subject: Make iterator APIs consistent with standards The iterator APIs are not currently consistent with the parameter ordering of the rest of the codebase. This rearranges the order of parameters, simplifies the naming of a number of functions, and makes somewhat better use of macros internally to clean up the iterator code. This also expands the test coverage of iterator functionality, making sure that case sensitive range-limited iteration works correctly. --- tests-clar/resources/icase/F | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests-clar/resources/icase/F (limited to 'tests-clar/resources/icase/F') diff --git a/tests-clar/resources/icase/F b/tests-clar/resources/icase/F new file mode 100644 index 000000000..d44e18fb9 --- /dev/null +++ b/tests-clar/resources/icase/F @@ -0,0 +1 @@ +start -- cgit v1.2.3