commit | b63da701e5b3945198a507f5c604f3c2a6c4cb8b | [log] [tgz] |
---|---|---|
author | Maxim Dounin <mdounin@mdounin.ru> | Thu Nov 29 23:15:41 2012 +0000 |
committer | Maxim Dounin <mdounin@mdounin.ru> | Thu Nov 29 23:15:41 2012 +0000 |
tree | 6b9929c07613d36144bbbafcc374ce46a671dc08 | |
parent | ea1ff4199de7c7f697cac8c9072b4d65650b0b7b [diff] |
Core: removed GLOB_NOSORT glob option. This will result in alphabetical sorting of included files if the "include" directive with wildcards is used. Note that the behaviour is now different from that on Windows, where alphabetical sorting is not guaranteed for FindFirsFile()/FindNextFile() (used to be alphabetical on NTFS, but not on FAT). Approved by Igor Sysoev, prodded by many.