]> git.kaiwu.me - nginx.git/commit
Merge of r4944: removed GLOB_NOSORT glob option.
authorMaxim Dounin <mdounin@mdounin.ru>
Sat, 9 Feb 2013 21:27:37 +0000 (21:27 +0000)
committerMaxim Dounin <mdounin@mdounin.ru>
Sat, 9 Feb 2013 21:27:37 +0000 (21:27 +0000)
commit4f535b103e7621678274201aa1b74ef7a92e0577
treef5b74900e562fcf0603351b57cebf78a20b3869b
parent5abb6ff1f0500bfdfe10753e3521d779a18959ba
Merge of r4944: 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.
src/os/unix/ngx_files.c