| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug #300388 - Fix terminal handling code to so term codes aren't sent when | Zac Medico | 2010-01-11 | 7 | -7/+16 |
* | Tweak TERM usage in xtermTitleReset() to match that in xtermTitle(). | Zac Medico | 2010-01-11 | 1 | -1/+4 |
* | only return status for the current directory (or the directory being asked fo... | Fabian Groffen | 2010-01-10 | 1 | -3/+3 |
* | Add Bazaar (bzr) support for repoman, test-driven by Fauli (Christian Faulham... | Fabian Groffen | 2010-01-10 | 1 | -18/+58 |
* | Fix blocker example output to appear as emerge actually displays it. | Zac Medico | 2010-01-08 | 1 | -1/+1 |
* | Skip global updates for help, version, and info actions. | Zac Medico | 2010-01-08 | 1 | -1/+2 |
* | Bug #269225 - Warn about virtuals with non-empty HOMEPAGE or LICENSE. Thanks | Zac Medico | 2010-01-07 | 2 | -0/+17 |
* | Add a TODO comment for improved handling of /lib/modules. | Zac Medico | 2010-01-07 | 1 | -0/+4 |
* | Fix it so an empty directory given to doins -r does not trigger failure. | Zac Medico | 2010-01-06 | 1 | -7/+6 |
* | In python-2.x, convert PortageException.value attribute from unicode to str | Zac Medico | 2010-01-05 | 1 | -0/+5 |
* | Handle AttributeError inside atomic_ofstream.__del__. Thanks to Cardoe for | Zac Medico | 2010-01-05 | 1 | -3/+7 |
* | Rearrange _selinux ImportError handling so the workaround for bug #298310 | Zac Medico | 2010-01-05 | 1 | -10/+6 |
* | Revert r15161 so 12.2.5 is greater than 12.2b once again. Depending on how you | Zac Medico | 2010-01-04 | 2 | -20/+15 |
* | More cases. | Zac Medico | 2010-01-04 | 1 | -0/+3 |
* | Add some more cases for versions with letter suffixes. | Zac Medico | 2010-01-04 | 1 | -0/+3 |
* | Add test cases for cvs versions. | Zac Medico | 2010-01-04 | 1 | -0/+3 |
* | Fix vercmp so 1b > 1 and add corresponding tests. | Zac Medico | 2010-01-04 | 2 | -1/+10 |
* | Revert vercmp() behavior so 12.2b > 12.2.5 which was accidentally changed in | Zac Medico | 2010-01-04 | 2 | -8/+15 |
* | Add test cases for implicit .0 at end of version. | Zac Medico | 2010-01-04 | 1 | -0/+3 |
* | Bug #298310 - Make sure the _selinux attribute is correctly reinitialized after | Zac Medico | 2010-01-04 | 1 | -0/+3 |
* | Bug #299248 - Fix doins return code handling to make sure it always fails | Zac Medico | 2010-01-04 | 1 | -3/+20 |
* | Document doins -r option. | Zac Medico | 2010-01-04 | 1 | -1/+2 |
* | Use get_term_size() to adjust to current terminal width. Thanks to Dror Levin | Zac Medico | 2010-01-02 | 1 | -2/+6 |
* | Add some tests related to bug #287848. | Zac Medico | 2009-12-30 | 1 | -3/+9 |
* | Bug #297364 - Only set EAPI conditional PATH once after sourcing the ebuildv2.2_rc61 | Zac Medico | 2009-12-24 | 1 | -39/+48 |
* | Remove stray echo. | Zac Medico | 2009-12-24 | 1 | -1/+0 |
* | In save_ebuild_env(), preserve all ebuild phases in any case since excluding | Zac Medico | 2009-12-24 | 1 | -2/+0 |
* | Remove obsolete backing up of ROOTPATH via PORTAGE_ROOTPATH. | Zac Medico | 2009-12-24 | 2 | -13/+1 |
* | Bug #297933: Filter BASHOPTS variable for compatibility with bash-4.1. | Arfrever Frehtes Taifersar Arahesis | 2009-12-22 | 1 | -2/+2 |
* | If the TERM environment variable is unset then just use internal default | Zac Medico | 2009-12-21 | 1 | -1/+3 |
* | Bug #297541 - Make $(no-as-needed) trigger upstream.workaround warning. Thanks | Zac Medico | 2009-12-21 | 2 | -1/+8 |
* | Add missing stat import. | Zac Medico | 2009-12-21 | 1 | -0/+1 |
* | When integer mtime is desired, use stat_obj[stat.ST_MTIME] instead of the | Zac Medico | 2009-12-21 | 1 | -1/+1 |
* | When integer mtime is desired, use stat_obj[stat.ST_MTIME] instead of the | Zac Medico | 2009-12-21 | 12 | -20/+26 |
* | Remove some old debug code that should not have been committed. | Zac Medico | 2009-12-21 | 1 | -21/+0 |
* | Fix the assert alias to avoid 'value to great for base' messages in some cases. | Zac Medico | 2009-12-19 | 1 | -2/+9 |
* | Revert previous commit because it's no comptible (doesn't pass arguments to | Zac Medico | 2009-12-19 | 1 | -1/+1 |
* | Fix the assert alias to 'value to great for base' messages in some cases. | Zac Medico | 2009-12-19 | 1 | -1/+1 |
* | Use portage.writemsg for lazy portage.util import.v2.2_rc60 | Zac Medico | 2009-12-17 | 1 | -2/+2 |
* | Convert bytes to unicode for exception messages. | Zac Medico | 2009-12-17 | 1 | -0/+8 |
* | Bug #286497 - Make setexec() warn/nonfatal in permissive mode. Thanks to | Zac Medico | 2009-12-17 | 1 | -1/+10 |
* | Fix typo. | Arfrever Frehtes Taifersar Arahesis | 2009-12-16 | 1 | -1/+1 |
* | Bug #296710 - Add equery to QA_INTERCEPTORS since it can trigger a fork bomb. | Zac Medico | 2009-12-16 | 1 | -1/+1 |
* | Warn if /proc is not mounted. | Zac Medico | 2009-12-16 | 1 | -0/+11 |
* | Bug #296870 - Allow locale related LANG and LC_* variables to persist between | Zac Medico | 2009-12-16 | 2 | -6/+12 |
* | Combine 2 shift calls into one.v2.2_rc59 | Zac Medico | 2009-12-13 | 1 | -2/+1 |
* | Bug #296554 - Add decompression support to ecompress (similar to ecompressdir | Zac Medico | 2009-12-13 | 1 | -0/+57 |
* | Make prefix varialbes ED, EPREFIX, and EROOT readonly except in EAPI 0, 1, and | Zac Medico | 2009-12-13 | 1 | -0/+7 |
* | Inside depgraph._validate_blockers(), do not consider blockers in DEPEND of | Zac Medico | 2009-12-13 | 2 | -4/+14 |
* | Bug #296641 - Avoid UnicodeEncodeError with python2 in eapi_is_supported() | Zac Medico | 2009-12-12 | 1 | -1/+5 |