7a43c2e860Make FSEntry::dirname() return a FSEntry
Mark Loeser
2006-02-07 20:39:29 +0000
1a7690a561Add FSEntry::dirname(), cwd() and is_symbolic_link(). Also changed _stat() to use lstat() instead of stat().
Mark Loeser
2006-02-07 19:48:02 +0000
93cfe52dddMove the const to make gcc4.0 happy.
Ciaran McCreesh
2006-02-07 02:23:38 +0000
99d014f769Warn if we can't use repo_name
Ciaran McCreesh
2006-02-06 19:39:11 +0000
e669b0130aAdded SelectSecond and tests
Mark Loeser
2006-02-06 15:34:47 +0000
0057f20a44Make has_permission, ctime, and mtime throw FSError.
Mark Loeser
2006-02-06 14:59:25 +0000
1482e34f6dAdd in qualudis skeleton code
Ciaran McCreesh
2006-02-06 04:37:34 +0000
fd1b873190Make the output purdier.
Ciaran McCreesh
2006-02-05 21:39:19 +0000
0341fcad8dFix duff warning notices caused by variable name collisions
Ciaran McCreesh
2006-02-05 21:35:14 +0000
218166b380Add use?, !use? dep atom tests
Ciaran McCreesh
2006-02-05 01:39:15 +0000
0d6e6c165fIn test environment, use flags whose name contains the string 'enabled' are enabled.
Ciaran McCreesh
2006-02-05 01:34:25 +0000
0f9b6d1989Quite why it took me this long to notice the misspelling of my name I do not know.
Stephen P. Bennett
2006-02-05 01:14:46 +0000
8662ff7643Block dep atoms are now less broken.
Ciaran McCreesh
2006-02-05 01:13:16 +0000
cd30e18282Adding test case for "|| ( )"
Saleem Abdulrasool
2006-02-05 01:10:52 +0000
e0647463e0Make non-* use.conf entries work
Ciaran McCreesh
2006-02-05 00:21:43 +0000
34b66431bfAdd a couple of dep_list tests that make use of slot deps.
Ciaran McCreesh
2006-02-04 23:23:52 +0000
b3d054b924Make --query list any slot restrictions that are in place, like it does for version restrictions.
Ciaran McCreesh
2006-02-04 23:17:47 +0000
252ffe6b42Support slot deps. Add test cases for package_dep_atom.
Ciaran McCreesh
2006-02-04 23:15:32 +0000
0d56e4d773Make RepositoryNameValidator::validate do some validation rather than just accepting anything.
Ciaran McCreesh
2006-02-04 22:46:37 +0000
3dfd20069cFix the --version libstdc++ display. We have to use some slightly icky macro voodoo because g++4 defines __GLIBCXX__ as nothing.
Ciaran McCreesh
2006-02-04 22:43:52 +0000
7f8bc0c685Add FSEntry::ctime() and mtime()
Mark Loeser
2006-02-04 21:43:37 +0000
bda262d789Tidy up the test extras and reduce compilation times. Use SingletonAsNeeded for Log to avoid initialisation order issues. Don't display Log messages when running tests.
Ciaran McCreesh
2006-02-04 20:30:17 +0000
f0cafc25ecInclude the exit status in the log
Ciaran McCreesh
2006-02-04 17:12:42 +0000
8d66696d83If we can't generate cache, set EAPI to UNKNOWN
Ciaran McCreesh
2006-02-04 17:12:28 +0000
bf90453431DepList is supposed to offer the strong exception guarantee, but didn't. Now it should. Includes some fairly slow debug code to check this and throw InternalError if it doesn't work for now.
Ciaran McCreesh
2006-02-04 16:16:42 +0000
45150efdc6fix stupid typo
Stephen P. Bennett
2006-02-04 16:09:41 +0000