aboutsummaryrefslogtreecommitdiff
path: root/folder_list.c
AgeCommit message (Collapse)Author
2006-06-12changed default folder to folder of current patchHans-Christoph Steiner
svn path=/trunk/externals/hcs/; revision=5190
2006-04-08wrote [strip_path] to separate path from filename, and to handle filenames ↵Hans-Christoph Steiner
without paths properly; added instance counters so that the version is only displayed on the first instantiation svn path=/trunk/externals/hcs/; revision=4852
2006-03-27cleaned up files for releaseHans-Christoph Steiner
svn path=/trunk/externals/hcs/; revision=4780
2006-03-27got the full path working on windows... ug.. why is windows programming ↵Hans-Christoph Steiner
inevitably a total pain in the ass? svn path=/trunk/externals/hcs/; revision=4779
2006-03-26minor cleanupsHans-Christoph Steiner
svn path=/trunk/externals/hcs/; revision=4777
2006-03-26ported to windows, and some UNIX-side cleanups and fixes as well. Now its ↵Hans-Christoph Steiner
time to test it on Mac OS X and try to get envvar expansion working svn path=/trunk/externals/hcs/; revision=4776
2006-03-26fixed typo and warningHans-Christoph Steiner
svn path=/trunk/externals/hcs/; revision=4774
2006-03-26removed getenv dep and ported to GNU libc for GNU/LinuxHans-Christoph Steiner
svn path=/trunk/externals/hcs/; revision=4773
2006-03-26fully working version based on glob.hHans-Christoph Steiner
svn path=/trunk/externals/hcs/; revision=4768
2006-03-26first attempt using opendir/readdirHans-Christoph Steiner
svn path=/trunk/externals/hcs/; revision=4767