aboutsummaryrefslogtreecommitdiffstats
path: root/fileset.c
AgeCommit message (Collapse)AuthorFilesLines
2005-08-14Some 'no previous declararion' warning fixesJörg Mayer1-4/+4
svn path=/trunk/; revision=15355
2005-05-18do some code cleanup (from the previous commit) and close the directories ↵Ulf Lamping1-23/+36
opened with opendir/g_dir_open svn path=/trunk/; revision=14394
2005-05-18don't crash, if the given filename doesn't contain a dot e.g. 'test123'Ulf Lamping1-1/+1
svn path=/trunk/; revision=14390
2005-04-30(hopefully) removed various gcc warningsUlf Lamping1-0/+4
svn path=/trunk/; revision=14241
2005-04-30fix buildbot reported problems (unix related), part 4, more GLib 1.x relatedUlf Lamping1-2/+4
svn path=/trunk/; revision=14240
2005-04-30fix buildbot reported problems (unix related), part 3, don't use GError with ↵Ulf Lamping1-4/+4
GLib 1.x svn path=/trunk/; revision=14239
2005-04-29fix buildbot reported problems (unix related), part 2, add some missing ↵Ulf Lamping1-0/+5
#includes svn path=/trunk/; revision=14235
2005-04-29fix buildbot reported problems (unix related), part 1Ulf Lamping1-4/+5
svn path=/trunk/; revision=14234
2005-04-29add a new feature: list the files of a "File Set" (set of files generated by ↵Ulf Lamping1-0/+389
capturing "Multiple Files"/ringbuffer) and jump from one file of it to the next/previous one svn path=/trunk/; revision=14231