Merge lp://staging/~mvo/apt/add-glob-function into lp://staging/~mvo/apt/mvo
Proposed by
Michael Vogt
Status: | Needs review |
---|---|
Proposed branch: | lp://staging/~mvo/apt/add-glob-function |
Merge into: | lp://staging/~mvo/apt/mvo |
Diff against target: |
118 lines (+82/-0) 4 files modified
apt-pkg/contrib/fileutl.cc (+31/-0) apt-pkg/contrib/fileutl.h (+3/-0) test/libapt/fileutl_test.cc (+42/-0) test/libapt/makefile (+6/-0) |
To merge this branch: | bzr merge lp://staging/~mvo/apt/add-glob-function |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Michael Vogt | Pending | ||
Review via email: mp+122654@code.staging.launchpad.net |
Description of the change
This adds a c++ friendly Glob() in the hope that it comes useful one day.
To post a comment you must log in.
Unmerged revisions
- 1845. By Michael Vogt
-
add "Glob()" to fileutl