dxx-rebirth/common/arch
Kp 2243cd7f58 Use xrange for loops with zero start and constant numerical end
s/for\s*(\s*\(\w\+\)\s\+\(\w\+\)\s*=\s*0\+u\?\s*;\s*\2\s*\(!=\|<\)\s*\([0-9]\+\)u\?\s*;\s*\(++\s*\2\|\2\s*++\s*\))/range_for (const \1 \2, xrange(\4u))/
2019-05-04 18:27:36 +00:00
..
carbon Switch most in-tree http:// links to https:// 2018-09-02 00:57:29 +00:00
cocoa Switch most in-tree http:// links to https:// 2018-09-02 00:57:29 +00:00
ogl Switch most in-tree http:// links to https:// 2018-09-02 00:57:29 +00:00
sdl Use xrange for loops with zero start and constant numerical end 2019-05-04 18:27:36 +00:00
win32 Improve Windows exception strings 2019-02-02 18:36:39 +00:00