aboutsummaryrefslogtreecommitdiff
path: root/libs
Commit message (Expand)AuthorAgeFilesLines
* Don't hardcode /bin/bash in order to be more Prefix-friendly.Ulrich Müller2009-05-1912-24/+13
* Quote arguments of inherit.Ulrich Müller2009-05-191-1/+1
* Rename paludis wrapper to run_paludis to prevent infinite loop, bug 270406.Ulrich Müller2009-05-191-7/+7
* Use consistent indentation for all source files.Ulrich Müller2009-05-1911-850/+798
* Use tput to determine number of columns.Ulrich Müller2009-05-151-3/+1
* Move all package manager functions to package-manager.bash.Ulrich Müller2009-05-154-130/+26
* Substitute prefix, datadir and sysconfdir in libs/Makefile.am; make use of it...Ulrich Müller2009-05-153-24/+30
* Local variables for Emacs.Ulrich Müller2009-05-0913-0/+65
* Initialise COLUMNS variable during init phase when stdout is a terminal.Ulrich Müller2009-05-051-16/+9
* Wrapper functions already redirect stderr, no need to do it here again.Ulrich Müller2009-04-291-22/+11
* Fix indentation.Ulrich Müller2009-04-291-14/+14
* Add --with-pm option for configuring the preferred package manager.Ulrich Müller2009-04-282-20/+2
* Use portageq commands instead of looping over directories. Other small fixes.Ulrich Müller2009-04-272-55/+49
* Fix typo.Ulrich Müller2009-04-261-1/+1
* Yet another module for reading GLEP 42 news items. Rewritten from scratch.Ulrich Müller2009-04-251-16/+25
* Remove unused Paludis substitution.Ulrich Müller2009-04-251-1/+0
* Prefer paludis for now as portage is always installed.Piotr Jaroszyński2009-04-241-5/+3
* Test if portageq is executable, but don't run it.Ulrich Müller2009-04-231-4/+6
* Rename ESELECT_PACKAGE_MANAGER_CACHE to ESELECT_PACKAGE_MANAGER and don't exp...Ulrich Müller2009-04-231-12/+14
* Default to a width of 80 characters, not 79.Ulrich Müller2009-04-231-3/+3
* Whitespace.Ulrich Müller2009-04-224-87/+86
* Call "shift" twice instead of "shift 2" since there may be only one parameter.Ulrich Müller2009-04-221-1/+1
* Make functions whitespace safe.Ulrich Müller2009-04-211-6/+4
* Fix expansion of positional parameters in has().Ulrich Müller2009-04-201-3/+2
* Fix filenames in Makefile.Ulrich Müller2009-04-201-2/+2
* Quote consistently; use $# instead of ${#@}. Thanks vapier.Ulrich Müller2009-04-201-14/+14
* New modules for the EDITOR, VISUAL, and PAGER environment variables.Ulrich Müller2009-04-202-0/+171
* "content" is no array.Ulrich Müller2009-04-181-2/+2
* Eliminate pgrep call. Redirect exit message to stderr.Ulrich Müller2009-04-171-6/+0
* New function 'colours'.Ulrich Müller2009-04-171-8/+10
* Save and restore IFS properly.Ulrich Müller2009-04-171-1/+2
* Fix logic for insertion of spaces between words, bug 260464.Ulrich Müller2009-04-161-14/+5
* Update copyright date.Ulrich Müller2009-04-161-1/+1
* Split config file content on newlines only. Fixes bug 219864.Ulrich Müller2009-04-161-0/+2
* Suppress error messages from pgrep and kill, bugs 174354 and 264734.Ulrich Müller2009-04-161-4/+6
* Don't call stty if standard output is not a terminal. Bug 198461.Ulrich Müller2009-04-151-2/+5
* Add quotes to prevent globbing in write_list_start, fixes bug 232874.Ulrich Müller2009-04-141-1/+1
* Update copyright dates. Change GPL notice to new preferred form.Ulrich Müller2009-04-1312-50/+39
* Disable colour output if stdout is not a tty.Ulrich Müller2009-04-131-13/+15
* Check for paludis binary at runtime.Piotr Jaroszyński2008-01-281-1/+1
* Merge various changes from 1.0.x branch.Piotr Jaroszyński2007-11-301-0/+1
* Add stuff to be used by new eselect-news.Piotr Jaroszyński2007-11-273-10/+68
* (#189942) Allow resetting to the current implementation, so changes to the sy...Donnie Berkholz2007-09-211-4/+0
* Fix distcheck.Mike Kelly2006-11-141-20/+29
* 2006-10-24 Danny van Dyk <kugelfang@gentoo.org>Danny van Dyk2006-10-241-4/+3
* 2006-10-22 Danny van Dyk <kugelfang@gentoo.org>Danny van Dyk2006-10-221-2/+2
* 2006-10-21 Danny van Dyk <kugelfang@gentoo.org>Danny van Dyk2006-10-212-4/+35
* 2006-10-03 Danny van Dyk <kugelfang@gentoo.org>Danny van Dyk2006-10-031-2/+1
* 2006-10-03 Danny van Dyk <kugelfang@gentoo.org>Danny van Dyk2006-10-031-1/+1
* 2006-09-20 Danny van Dyk <kugelfang@gentoo.org>Danny van Dyk2006-09-202-13/+21