summaryrefslogtreecommitdiff
path: root/src/utils/mkdir.cpp
AgeCommit message (Collapse)AuthorFilesLines
2011-04-15Fix mkdir_r to not assume existence of PATH_MAXBen Longbons1-8/+4
Required to build on HURD, but good practice anyway. Reviewed-by: Thorbjørn Lindeijer
2010-03-01Handle cases properly where the path already exists, but not as directoryBernd Wachter1-6/+18
2010-02-25Don't support backslash as path separator for non-windows platformsBernd Wachter1-0/+101
Reviewed-by: Thorbjørn Lindeijer