Title pretty much says it. As an example, I would expect this code:
G91 G18
G02 X-2 I-1
to begin movement in the -Z direction, bottom out at Z-1, X-1, and then start moving in the +Z direction finishing at Z0, X-2. In other words, clockwise circular interpolation. To get that behaviour I have to instead use G03.

In G17 mode this isn't a problem - G02 is clockwise, G03 is counter-clockwise, as expected.
I'm using Version R3.042.029 (the current Tormach distro)
It's not really a big deal to work around, but I rather dislike having to be cognizant of it all the time - I'm using it a lot right now for the work I'm doing.