Replace 'i < len-1 && func(i+1)' by 'i+1 < len && func(i+1)'
[profile/ivi/qtbase.git] / config.tests /
2011-08-29 Jiang JiangFix fontconfig configure test
2011-07-05 Rohan McGovernFixed opengldesktop configure test for mac.
2011-07-04 Markus GoetzRemove config.tests/unix/ipv6
2011-05-24 Qt Continuous Inte... Merge branch 'master' of git://scm.dev.nokia.troll...
2011-05-24 Jyri TahtelaUpdate licenseheader text in source files for qtbase...
2011-04-27 Qt by NokiaInitial import from the monolithic Qt.