| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix Fail test | Alec Warner | 2007-01-10 | 1 | -2/+5 |
* | Make the tests pass. | Zac Medico | 2007-01-10 | 1 | -14/+6 |
* | rework test import code, rename test_vercmp to be more generic, add tests for... | Alec Warner | 2007-01-10 | 3 | -11/+36 |
* | Use startwith to simplify =* matching. | Zac Medico | 2007-01-10 | 1 | -2/+1 |
* | Minor fixes for the =* operator (I hope we're done now :). | Zac Medico | 2007-01-10 | 1 | -3/+6 |
* | I hate this thing | Marius Mauch | 2007-01-10 | 1 | -1/+4 |
* | minor performance improvement | Marius Mauch | 2007-01-10 | 1 | -5/+5 |
* | also sanitize mycpv for =* handling | Marius Mauch | 2007-01-10 | 1 | -0/+2 |
* | =* operator sucks | Marius Mauch | 2007-01-10 | 1 | -8/+5 |
* | Documenting the loop a bit | Marius Mauch | 2007-01-10 | 1 | -0/+3 |
* | Make the =* operator more robust | Marius Mauch | 2007-01-10 | 1 | -2/+7 |
* | Attach the problematic data to the exception for debugging | Marius Mauch | 2007-01-10 | 1 | -1/+1 |
* | Stupid me, shouldn't jsut move a part of the patch | Marius Mauch | 2007-01-10 | 2 | -13/+12 |
* | Always use vercmp for cpv comparisons | Marius Mauch | 2007-01-10 | 2 | -4/+15 |
* | Make env variable example about USE shell independent | Marius Mauch | 2007-01-10 | 1 | -2/+3 |
* | create symlinks to html documentation if DOC_SYMLINK_DIR is set, original pat... | Marius Mauch | 2007-01-10 | 3 | -1/+26 |
* | make.globals has no business in profiles | Marius Mauch | 2007-01-10 | 1 | -3/+1 |
* | For bug #160075, send all 'QA Notice' messages to eqawarn. Also, modify eqaw... | Zac Medico | 2007-01-10 | 7 | -70/+68 |
* | Add elog related variables to make.conf(5) with a pointer to make.conf.exampl... | Marius Mauch | 2007-01-10 | 2 | -3/+21 |
* | Update x86 CFLAGS section, original patch by Peter Gantner (bug #133402) | Marius Mauch | 2007-01-10 | 1 | -14/+46 |
* | Misc typo fixes, patch by Benno Schulenberg (bug #157812) | Marius Mauch | 2007-01-10 | 1 | -11/+11 |
* | For bug #160971, rename dir.gz to dir.gz.old when necessary to avoid problems... | Zac Medico | 2007-01-09 | 1 | -6/+8 |
* | For bug #161003, disallow virtuals in package.provided and document it. Than... | Zac Medico | 2007-01-09 | 2 | -1/+24 |
* | For bug #161103, don't skip collision-protect checks in cases where the begin... | Zac Medico | 2007-01-09 | 1 | -3/+6 |
* | Make digestgen() force fetch unless all required digest types are available. ... | Zac Medico | 2007-01-09 | 1 | -2/+12 |
* | Split PORTAGE_ELOG_CLASSES outside the loop for better efficiency. | Zac Medico | 2007-01-09 | 1 | -2/+3 |
* | Update NEWS with eqawarn and 'ebuild foo test' changes | Marius Mauch | 2007-01-09 | 1 | -0/+2 |
* | This file apparently uses spaces to line everything up pretty (I have weird t... | Alec Warner | 2007-01-09 | 1 | -2/+2 |
* | Okies this works locally for me now (and Zac) | Alec Warner | 2007-01-09 | 1 | -3/+3 |
* | Mention new QA loglevel in make.conf.example | Marius Mauch | 2007-01-09 | 1 | -1/+1 |
* | Add new eqawarn function and QA loglevel to be used for QA messages | Marius Mauch | 2007-01-09 | 2 | -2/+12 |
* | Zac pointed out that the retcodes would be wrong if stuff failed...Yeah... | Alec Warner | 2007-01-09 | 1 | -2/+2 |
* | Disable qa_source usage until it actually works | Marius Mauch | 2007-01-09 | 1 | -3/+3 |
* | Always run src_test when calling 'ebuild foo test' | Marius Mauch | 2007-01-09 | 2 | -1/+6 |
* | Make PORTAGE_BASE_PATH dynamic based on __file__ | Marius Mauch | 2007-01-09 | 1 | -1/+4 |
* | Antarus sucks at bash, thanks for Genone for reporting this major bug. | Alec Warner | 2007-01-08 | 1 | -1/+3 |
* | Implement QA checks that attempt to detect changed shopts and IFS in ebuild/e... | Alec Warner | 2007-01-08 | 1 | -31/+57 |
* | For bug #160893, ignore a KeyError during cache cleansing since that key isn'... | Zac Medico | 2007-01-08 | 1 | -1/+4 |
* | s/suffix/version prefix/ since it really is a prefix for the version string. | Zac Medico | 2007-01-08 | 1 | -1/+1 |
* | s/prefix/suffix/ Thanks to hydrogen for reporting on irc. | Zac Medico | 2007-01-08 | 1 | -1/+1 |
* | Don't automatically fix digests in --pretend mode. | Zac Medico | 2007-01-07 | 1 | -2/+5 |
* | Don't swallow an IOError if it is thrown from the aux_get call in portdbapi.g... | Zac Medico | 2007-01-06 | 1 | -1/+1 |
* | Fix the digestentry.unused check so that it works properly when old-style fil... | Zac Medico | 2007-01-06 | 1 | -4/+9 |
* | For bug #160310, remove the line continuation syntax check since it's still p... | Zac Medico | 2007-01-06 | 1 | -19/+0 |
* | For bug #160310, allow \ inside `` quotes in order to prevent a false Line co... | Zac Medico | 2007-01-06 | 1 | -2/+3 |
* | force C locale for now when parsing gcc log files #160234 | Mike Frysinger | 2007-01-06 | 1 | -1/+2 |
* | revert previous changes ... ruby.eclass is wrongly polluting env with nullglob | Mike Frysinger | 2007-01-06 | 1 | -12/+3 |
* | Fix one more potential false glob match. | Zac Medico | 2007-01-06 | 1 | -0/+1 |
* | Fix shell glob logic that leads to false positives. Thanks to Flameeyes for ... | Zac Medico | 2007-01-06 | 1 | -3/+11 |
* | For bug #160299, make sure that emerge sees a somewhat valid COUNTER even whe... | Zac Medico | 2007-01-05 | 1 | -0/+1 |