diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2014-01-13 00:27:34 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2014-01-13 00:27:34 (GMT) |
commit | abb191e42e356914bd09176a6d6c5bf89ec50bbf (patch) | |
tree | 851f3d195a991bff42d5958a7d40d75422ad1e83 /ChangeLog | |
parent | 01750b1c29ade2865f608513b139597a98a95e57 (diff) |
Ensured that a path with directories exists.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@366 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -1,3 +1,23 @@ +14-01-13 Cyrille Bagard <nocbos@gmail.com> + + * src/common/Makefile.am: + Add xdg.[ch] to libcommon_la_SOURCES. + + * src/common/xdg.c: + * src/common/xdg.h: + New entries: ensure that a path with directories exists. Handle + directories in a portable way. + + * src/configuration.c: + Update code. + + * src/Makefile.am: + Remove xdg.[ch] from chrysalide_SOURCES. + + * src/xdg.c: + * src/xdg.h: + Moved entries. + 14-01-02 Cyrille Bagard <nocbos@gmail.com> * src/format/mangling/Makefile.am: |