summaryrefslogtreecommitdiff
path: root/shells/bash/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 3.1.10Renato Botelho2006-02-2110-77/+55
| | | | | | PR: ports/91036 Submitted by: Rainer Alves <rainer.alves@gmail.com> Approved by: maintainer timeout (54 days)
* Fix `read -e' handling when PS1 is longer than the terminal widthOliver Eikemeier2004-11-191-0/+24
| | | | | | <http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=139306> Obtained from: Tim Waugh <twaugh@redhat.com>
* - update to patchlevel 16 (replacing FreeBSD subst.c patch)Oliver Eikemeier2004-11-111-16/+0
| | | | | | - use system readline on -CURRENT [1] Submitted by: sf [1]
* - update to patchlevel 15Oliver Eikemeier2004-11-021-17/+0
|
* - better reflect `bash --version' in PORTVERSIONOliver Eikemeier2004-10-146-0/+253
| | | | | - new shopt colonbreakswords - fix default PATH
* Fix process substitution on systems without fdescfs (FreeBSD 5.x, 6.x)Oliver Eikemeier2004-10-097-97/+43
| | | | | | | | While I'm here, use the official patchset instead of the custom ones and reflect the port revision in the version number. Submitted by: Reinhard Speyerer <rspmn@arcor.de> Approved by: portmgr (krion)
* - add FAQOliver Eikemeier2004-09-034-0/+159
| | | | | | | - experimental shopt `implicitcd' - fix `Tags out of Date' in texinfo pages - fix line wrap bug in libreadline - set LATEST_LINK to `bash', so that `pkg_add -r bash' works
* add three fixes from bug-bash@:Oliver Eikemeier2004-08-193-0/+56
| | | | | | - pipefail option - broken array expansion - segmentation fault in unset typeset array variable
* Fix nested brace vs. variable expansionOliver Eikemeier2004-08-101-0/+15
|
* Fix segfault when accessing an unset arrayOliver Eikemeier2004-08-101-0/+16
|
* Add bash3, The GNU Bourne-Again SHell version 3.00Oliver Eikemeier2004-07-3015-393/+0
| | | | http://cnswww.cns.cwru.edu/~chet/bash/NEWS
* Avoid a null pointer dereference, so 'xargs <<< ${EMTPY_VARIABLE}'David E. O'Brien2004-06-201-0/+20
| | | | | | will not segfault and dump core. Submitted by: Robert Nagy <robert@openbsd.org>
* Properly configure on FreeBSD/amd64.David E. O'Brien2003-05-162-0/+25
|
* Use offical vendor patches 1-4.David E. O'Brien2002-09-131-16/+0
|
* Use the offical vendor patch for the directory space vs. slash command nameDavid E. O'Brien2002-09-091-26/+0
| | | | | | | completion problem. Submitted by: Chet Ramey <chet@po.CWRU.Edu> Bash PR: http://mail.gnu.org/pipermail/bug-bash/2002-July/004789.html
* "In certain cases, Bash appends a space instead of a slash to a directory nameDavid E. O'Brien2002-09-091-8/+34
| | | | | | | | relative to the current directory when performing command name completion. This affects partial completion of intermediate directory names." Fix this. Bash PR: http://mail.gnu.org/pipermail/bug-bash/2002-July/004789.html Obtained from: http://www.geocrawler.com/mail/msg.php3?msg_id=9514404&list=342
* We lie about fully having ISO C90 Amd.1 restartable wide and multibyteDavid E. O'Brien2002-08-262-0/+26
| | | | character manipulation functions.
* Simply typing Shift-Enter in bash-2.05b causes it to enter some kind ofDavid E. O'Brien2002-08-061-0/+16
| | | | | | CPU-consuming loop. A kill -9 from another terminal is required to end it. Submitted by: Chet Ramey <chet@nike.ins.cwru.edu>
* Update to version 2.05b.David E. O'Brien2002-08-044-50/+26
| | | | | PR: 41176 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Make FINGORE gain a brain. If NO_FORCE_FIGNORE is set, and a file in theDavid E. O'Brien2002-03-251-0/+118
| | | | FIGNORE list is the only possible match, expand it.
* * Update to 2.05a.Christian Weisgerber2001-11-2111-203/+186
| | | | | | * Split failglob patch into per-file patches. Reviewed by: obrien
* Our `end' key defintion for TERM==cons25 seems to be different from others.David E. O'Brien2001-04-111-0/+14
| | | | | | | So make the same localization here that ache made in src/contrib/libreadline/terminal.c rev 1.2. Submitted by: sobomax
* Remove. Patch not needed any longer.David E. O'Brien2001-04-101-0/+0
| | | | Submitted by: sobomax
* Update to version 2.05.David E. O'Brien2001-04-102-24/+7
| | | | Submitted by: sobomax
* Fix a segmentation fault on the Alpha.David E. O'Brien2001-03-171-0/+20
| | | | | | | | | | | | | | | | As shown with this script : m(){ if [ $1 -eq 1 ];then echo $2 $3;else m $(($1-1)) $2 $4 $3;m 1 $2 \ $3 $4;m $(($1-1)) $4 $3 $2;fi;};if [ $# -eq 3 ]&&[ $3 -ge 1 -a $1 -le \ 3 -a $1 -ge 1 -a $2 -le 3 -a $2 -ge 1 -a $1 -ne $2 ];then m $3 $1 $2 $\ ((6-$1-$2)); else echo Usage: /bin/sh hanoi.sh from to num; fi #by rhb $ bash2 hanoi.sh 1 2 3 1 2 1 3 Segmentation fault (core dumped) Submitted by: Christian Weisgerber <naddy@mips.inka.de>
* Re-add patch for failglob variable (see previous discussion on -commiters)Martin Cracauer2000-05-241-0/+151
|
* Fix trace() symbol clash with ncursesMartin Cracauer2000-05-241-0/+14
| | | | Untested (4-stable) commit by: ache
* Upgrade to 2.04Andrey A. Chernov2000-05-075-265/+31
| | | | | failglob patch removed - this sort of patches must be submitted to bash maintainer
* Don't coredump under certain conditions where the pid > 32000.Steve Price1999-12-291-0/+21
| | | | | PR: 12174 Submitted by: Dirk Meyer <dirk.meyer@home.dinoex.sub.org>
* Use --entry instead of --defentry so this port doesn't fail on olderSteve Price1999-12-291-1/+1
| | | | | | versions of FreeBSD. PR: 12746
* Add `failglob' option as announced on -ports mailing list.Martin Cracauer1999-12-031-0/+198
|
* Fixes for freebsd,ELF,-currentAndrey A. Chernov1999-05-282-0/+38
| | | | Upgrade docs to 2.03
* Update to 2.03 (maintainer did not respond)Martin Cracauer1999-04-191-8/+8
|
* Install /etc/shells entry and info dir entryAndrey A. Chernov1997-06-271-0/+21
| | | | PR: 3971
* Upgrade to 2.01Andrey A. Chernov1997-06-061-24/+0
|
* Upgrade to 2.0Andrey A. Chernov1996-12-272-53/+40
|
* Upgrade 1.14.4 -> 1.14.5Andrey A. Chernov1995-07-191-13/+13
| | | | | | Reviewed by: Submitted by: Obtained from:
* Upgrade.Andrey A. Chernov1995-03-171-4/+4
|
* Upgrade.Andrey A. Chernov1994-12-301-42/+41
| | | | | Attention: you need to remove your bash from /usr/ports/distfiles and re-fetch it again, because version changed while filename not changed.
* Upgrade to 1.14.3Andrey A. Chernov1994-12-121-2/+19
|
* This patch was reversed. Fix it.Jordan K. Hubbard1994-10-141-8/+8
|
* Use cc instead of gcc exclusively.Jordan K. Hubbard1994-09-291-4/+25
|
* Set HOSTTYPE_DECL correctly.Jordan K. Hubbard1994-09-161-0/+19
Reviewed by: jkh Submitted by: wollman