Differences From Artifact [3c7e2e133b]:
- File
tests/OFListTests.m
— part of check-in
[44f45c2e35]
at
2017-01-09 17:36:36
on branch trunk
— Update copyright
Forgot to add 2017, even though I already did quite some changes in
2017. (user: js, size: 4143) [annotate] [blame] [check-ins using] [more...]
To Artifact [9cc03e5fa4]:
- File tests/OFListTests.m — part of check-in [00476e4430] at 2017-10-11 20:53:10 on branch trunk — Fix shadowed variables and enable -Wshadow (user: js, size: 4155) [annotate] [blame] [check-ins using] [more...]
︙ | |||
123 124 125 126 127 128 129 | 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 | - - + + - - + + | [list prependObject: strings[0]]; loe = [list firstListObject]; i = 0; ok = true; |
︙ |