Mercurial > trustbridge
log common/portpath.c @ 388:a507e5f1b999
age | author | description |
---|---|---|
2014-03-25 | Sascha Wilde | New portability function to test if a file is an directory. |
2014-03-25 | Sascha Wilde | Windows implementation of port_dirname: strip trailing '/' and '\'. |
2014-03-25 | Sascha Wilde | Windows implementation of port_realpath: NULL if file does not exist. |
2014-03-25 | Sascha Wilde | Added simple portable function to test if an file exists. |
2014-03-25 | Sascha Wilde | Merged |
2014-03-25 | Sascha Wilde | Implemented port_realpath for windows. |
2014-03-25 | Sascha Wilde | Implemented port_dirname for windows. |
2014-03-25 | Andre Heinecke | Fix build for windows with -Wunused -Werror |
2014-03-24 | Sascha Wilde | Added portable path name handling functions. |