aboutsummaryrefslogtreecommitdiff
path: root/folder_list.c
AgeCommit message (Expand)Author
2010-05-06re-added unbashBuffer since its needed to convert the Windows paths back to P...Hans-Christoph Steiner
2010-05-06on Windows, fixed relative path issues and backslash/unbashing issues, fixing...Hans-Christoph Steiner
2009-11-06oops, fix absolute paths after relative paths were workingHans-Christoph Steiner
2009-11-06added normalization of relative paths so that relative paths are relative to ...Hans-Christoph Steiner
2009-01-27changed to GPL v3Hans-Christoph Steiner
2008-08-27merged in relevant changes from the v0-40 pd-extended release branchHans-Christoph Steiner
2008-03-21fixed compilation error on non-WindowsHans-Christoph Steiner
2008-03-20Fixed bug #1836108 on Windows. Stupid string handling on my part ended up wi...Hans-Christoph Steiner
2006-07-31GLOB_ABORTED and GLOB_NOMATCH don't exist in Mac OS X before 10.4, so check t...Hans-Christoph Steiner
2006-07-31switched to nicer names =DHans-Christoph Steiner
2006-06-12changed default folder to folder of current patchHans-Christoph Steiner
2006-04-08wrote [strip_path] to separate path from filename, and to handle filenames wi...Hans-Christoph Steiner
2006-03-27cleaned up files for releaseHans-Christoph Steiner
2006-03-27got the full path working on windows... ug.. why is windows programming inevi...Hans-Christoph Steiner
2006-03-26minor cleanupsHans-Christoph Steiner
2006-03-26ported to windows, and some UNIX-side cleanups and fixes as well. Now its ti...Hans-Christoph Steiner
2006-03-26fixed typo and warningHans-Christoph Steiner
2006-03-26removed getenv dep and ported to GNU libc for GNU/LinuxHans-Christoph Steiner
2006-03-26fully working version based on glob.hHans-Christoph Steiner
2006-03-26first attempt using opendir/readdirHans-Christoph Steiner