| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Scan filesystem for available libdirs, bug 401843. | Ulrich Müller | 2012-02-02 | 1 | -11/+3 |
* | Update years. Fix copyright headers, eselect has always been GPL-2 or later. | Ulrich Müller | 2012-01-21 | 11 | -11/+11 |
* | package-manager.bash.in: portageq uses EROOT, bug 394187. | Ulrich Müller | 2011-12-09 | 1 | -4/+4 |
* | Whitespace. | Ulrich Müller | 2011-09-25 | 1 | -22/+22 |
* | Don't set IFS when calling describe_*_options. Fixes bug 382693. | Ulrich Müller | 2011-09-18 | 1 | -2/+3 |
* | Whitespace and coding style. | Ulrich Müller | 2011-09-18 | 1 | -9/+11 |
* | Add pkgcore support, bug 304011. | Ulrich Müller | 2011-06-29 | 1 | -5/+10 |
* | Add missing quotes. | Ulrich Müller | 2011-02-19 | 2 | -2/+2 |
* | Happy new year 2011! | Ulrich Müller | 2011-01-08 | 11 | -11/+11 |
* | Whitespace. | Ulrich Müller | 2010-11-26 | 1 | -7/+4 |
* | Use cave rather than paludis, fixes bug 346837. | Ulrich Müller | 2010-11-26 | 1 | -9/+10 |
* | The env module calls the package manager's env-update, if available. | Ulrich Müller | 2010-01-30 | 2 | -0/+15 |
* | Remove --with-pm configure option. | Ulrich Müller | 2010-01-30 | 2 | -2/+1 |
* | Say "." instead of "source" since the former is the standard POSIX command. | Ulrich Müller | 2010-01-23 | 1 | -1/+1 |
* | Happy new year 2010! | Ulrich Müller | 2010-01-01 | 11 | -11/+11 |
* | Add a comment. | Ulrich Müller | 2009-12-26 | 1 | -0/+1 |
* | Remove redundant error checking. | Ulrich Müller | 2009-12-04 | 1 | -15/+5 |
* | Globally replace ec_ by es_ for consistency reasons. | Ulrich Müller | 2009-12-04 | 1 | -1/+1 |
* | Replace "else if" by "elif". Minor fixes. | Ulrich Müller | 2009-11-15 | 1 | -11/+8 |
* | Use EPREFIX in skel library when called from ebuild, bug 293317. | Ulrich Müller | 2009-11-15 | 1 | -1/+1 |
* | Rename local variable PREFIX to prefix. | Ulrich Müller | 2009-11-15 | 1 | -7/+7 |
* | Handle ROOT properly, fixes bug 289095. | Ulrich Müller | 2009-11-13 | 1 | -4/+5 |
* | New function is_output_mode. | Ulrich Müller | 2009-11-05 | 2 | -5/+11 |
* | Don't redefine shell builtin functions, fixes bug 224507. | Ulrich Müller | 2009-10-23 | 1 | -5/+0 |
* | New relative_name() function. | Ulrich Müller | 2009-10-08 | 1 | -0/+16 |
* | Add comments for colours. | Ulrich Müller | 2009-10-07 | 1 | -3/+3 |
* | Add several architectures to arch() function. Fixes bug 285762. | Ulrich Müller | 2009-09-20 | 1 | -2/+6 |
* | New -m option for function write_numbered_list. | Ulrich Müller | 2009-09-19 | 1 | -6/+14 |
* | Add support for brief output mode in modules.eselect. Speed up bash completion. | Ulrich Müller | 2009-09-18 | 1 | -1/+0 |
* | Remove also slashes from date string in svn_date_to_version. | Ulrich Müller | 2009-09-17 | 1 | -5/+4 |
* | Remove deprecated and undocumented function. | Ulrich Müller | 2009-09-17 | 1 | -7/+0 |
* | Put all editor meta information into the first line of each file. | Ulrich Müller | 2009-09-08 | 11 | -31/+22 |
* | Suppress "none found" message in brief output mode. | Ulrich Müller | 2009-08-19 | 1 | -1/+3 |
* | For help actions, reset the output mode to default. | Ulrich Müller | 2009-08-19 | 1 | -0/+2 |
* | Rename function init_output_mode to set_output_mode. | Ulrich Müller | 2009-08-19 | 1 | -2/+2 |
* | Add --brief option for shorter output (experimental). Bug 154511. | Ulrich Müller | 2009-08-19 | 1 | -5/+14 |
* | Fix coloured output. | Ulrich Müller | 2009-08-18 | 1 | -14/+16 |
* | Use plain echo instead of "echo -e". | Ulrich Müller | 2009-08-18 | 1 | -3/+3 |
* | Fix indentation code in output module. | Ulrich Müller | 2009-08-18 | 1 | -24/+16 |
* | Prefix support. | Ulrich Müller | 2009-08-15 | 3 | -47/+38 |
* | Revert some changes of 2009-05-15. | Ulrich Müller | 2009-08-15 | 2 | -24/+20 |
* | Call highlight_marker function for the active list entry. | Ulrich Müller | 2009-08-13 | 2 | -6/+4 |
* | New highlight_marker utility function for highlighting of list entries. | Ulrich Müller | 2009-08-13 | 1 | -0/+12 |
* | POSIX compliant basename and dirname functions, bug 280598. | Ulrich Müller | 2009-08-13 | 1 | -4/+40 |
* | Output a message reminding the user to source /etc/profile. | Ulrich Müller | 2009-06-07 | 1 | -0/+1 |
* | Allow only lower case for package manager names. | Ulrich Müller | 2009-06-06 | 1 | -2/+2 |
* | Test if selected package manager exists, and fall back to Portage if not. | Ulrich Müller | 2009-06-04 | 1 | -1/+9 |
* | Allow alternative syntax in editor-variable library. | Ulrich Müller | 2009-06-04 | 1 | -29/+43 |
* | Show only usage message in do_usage. | Ulrich Müller | 2009-05-27 | 1 | -5/+0 |
* | Assign default value to "ret" variable. | Ulrich Müller | 2009-05-24 | 1 | -1/+2 |