Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-04-15 | Fix mkdir_r to not assume existence of PATH_MAX | Ben Longbons | 1 | -8/+4 | |
Required to build on HURD, but good practice anyway. Reviewed-by: Thorbjørn Lindeijer | |||||
2010-03-01 | Handle cases properly where the path already exists, but not as directory | Bernd Wachter | 1 | -6/+18 | |
2010-02-25 | Don't support backslash as path separator for non-windows platforms | Bernd Wachter | 1 | -0/+101 | |
Reviewed-by: Thorbjørn Lindeijer |