summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix bash-2 initialization wrt setlocale #64266. Arch devs, please do *not* ↵Aron Griffis2004-09-295-17/+46
| | | | stable this package until I say so since the newer bashrc stuff needs to be synchronized with stabilization of newer baselayout versions
* added a note about the origin of the jobs patchTravis Tilley2004-09-286-25/+25
|
* Enable checkwinsize in system bashrc #65623Aron Griffis2004-09-283-17/+26
|
* fixed using bash with post-20040808 glibc snapshotsTravis Tilley2004-09-288-19/+98
|
* Update to patchlevel 13 #65410 and othersAron Griffis2004-09-284-24/+169
|
* Marked stable on mips.Joshua Kinard2004-09-253-5/+8
|
* pass --with-ncurses where appropriateMike Frysinger2004-09-254-10/+23
|
* attempting to fix #50000Tavis Ormandy2004-09-234-5/+22
|
* need to inherit gccMichael Sterrett2004-09-222-17/+7
|
* try to fix the static linking right #63594Mike Frysinger2004-09-224-16/+40
|
* stable on ppcJochen Maes2004-09-213-16/+9
|
* Marked 0.5.1.1 stable on x86; remove old 0.4.x ebuildsAaron Walker2004-09-217-86/+12
|
* Fixed broken src_installAaron Walker2004-09-173-6/+19
|
* Stable on sparcGustavo Zacarias2004-09-143-6/+9
|
* Stable on hppa.Guy Martin2004-09-133-5/+8
|
* mark stableTavis Ormandy2004-09-122-20/+7
|
* block kshTavis Ormandy2004-09-123-15/+9
|
* Fixed deps; sys-devel/pmake hasn't been needed since the 0.4.26 ebuild.Aaron Walker2004-09-124-13/+15
|
* version bump; updated ebuild to use versionator.eclassAaron Walker2004-09-115-5/+65
|
* statically link curses in properlyMike Frysinger2004-09-094-12/+12
|
* Make sure we statically link with ncurses #51901 and turn on emake since it ↵Mike Frysinger2004-09-085-17/+25
| | | | seems to work fine for me.
* fix manifestThomas Matthijs2004-09-042-0/+20
|
* fix manifestThomas Matthijs2004-09-042-24/+14
|
* Removed old ebuilds.Sven Wegener2004-09-047-91/+11
|
* Marked stableChristian Birchinger2004-09-013-5/+9
|
* Marked stable on mips.Joshua Kinard2004-08-222-3/+6
|
* Added ~mips to KEYWORDS.Joshua Kinard2004-08-224-18/+11
|
* Stable on sparcGustavo Zacarias2004-08-213-7/+10
|
* ChangeLogSeemant Kulleen2004-08-203-18/+10
|
* version bump, thanks to: Peter Gantner <peter.gantner@stud.uni-graz.at> in ↵Seemant Kulleen2004-08-205-15/+56
| | | | bug #59063.
* Marking 3.7 stable on x86.Tim Yamin2004-08-203-9/+12
|
* fix DEPEND #60908Mike Frysinger2004-08-194-16/+32
|
* stable on alphaAron Griffis2004-08-193-19/+12
|
* grep /etc/DIR_COLORS for terminals instead of running dircolors #59937Aron Griffis2004-08-192-4/+16
|
* Fix array stripping with patch from Chet #60127Aron Griffis2004-08-185-6/+33
|
* Fixed several bugs in completions. Thanks to baptux <bapt@ifrance.com> for ↵Mamoru Komachi2004-08-175-12/+23
| | | | the patch. See bug #60530.
* Version bumped. Updated _genlop and added quickpkg completionMamoru Komachi2004-08-157-122/+137
| | | | (Thanks to oberyno <oberyno@gmail.com>). This closes bug #60353.
* Don't export PS1. Continuation of bug 26951, comments 60-62Aron Griffis2004-08-143-5/+7
|
* New test release. Added completions for genlop, gensync, qpkg, equery, ↵Mamoru Komachi2004-08-1211-187/+606
| | | | gcc-config and completion cache support for emerge. All these neat completions were contributed by oberyno <oberyno@gmail.com>, see bug #58198. Install Misc/* and Util/* scripts, see bug #54520.
* Version bump #59773 by Jens Braeuer.Mike Frysinger2004-08-105-8/+43
|
* Restore red prompt for root #59678Aron Griffis2004-08-083-15/+27
|
* ver bump #59030Mike Frysinger2004-08-035-5/+64
|
* Fix bash-3.0-invisible.patch to work for more than the simple test case I ↵Aron Griffis2004-08-023-13/+27
| | | | used last time ;-)
* Fix bug 58961 with patch from Chet Ramey to prevent segfaultAron Griffis2004-08-025-5/+32
|
* Add patch to use /etc/inputrc automatically as a last resort if ~/.inputrc ↵Aron Griffis2004-08-029-260/+66
| | | | is unavailable. This is better than using INPUTRC since that will override even after the user creates ~/.inputrc. #38955
* Fix the bug reported by Alexander in bug 36393: bash applies all invisible ↵Aron Griffis2004-08-025-21/+176
| | | | characters to the first line instead of the ones that actually (dis)appear in that line. I've also pushed this upstream
* Add ~sparc back inCiaran McCreesh2004-07-292-3/+6
|
* Force Manifest recreationChristian Birchinger2004-07-292-10/+30
|
* Fix bug 58703: Revert trap behavior for the sake of autoconf-generated ↵Aron Griffis2004-07-296-39/+170
| | | | configure scripts. The problem here is that bash -c 'trap 0' works, but sh -c 'trap 0' doesn't work because the bash developers are trying to adhere to POSIX in that case. Since all the configure scripts are #!/bin/sh, this breaks them... That's bad news and will need some time to fix, so it's easier to fix here for the moment
* Made bash-completion profile init script a bit nicer.Christian Birchinger2004-07-291-11/+4
|