Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-10-08 | common: Allow building of mkdir_p.c for Windows. | Werner Koch | 1 | -56/+77 | |
* common/mkdir_p.c: Change license and comment debug statements. (amkdir_p, mkdir_p): Fail on malloc error and use default_errsource to build an error code. Change return value to gpg_error_t. (amkdir_p): Use gnupg_mkdir. * common/membuf.c: Include util.h first to avoid redefined macro warnings. Signed-off-by: Werner Koch <[email protected]> | |||||
2015-10-08 | Fix two unused/possible-uninitialized var warnings. | Werner Koch | 1 | -1/+1 | |
-- | |||||
2015-09-30 | common: Add mkdir_p. | Neal H. Walfield | 1 | -0/+161 | |
* common/mkdir_p.c: New file. * common/mkdir_p.h: New file. * common/Makefile.am (common_sources): Add mkdir_p.c and mkdir_p.h. -- Signed-off-by: Neal H. Walfield <[email protected]>. |