Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Update to 3.1.10 | Renato Botelho | 2006-02-21 | 10 | -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 width | Oliver Eikemeier | 2004-11-19 | 1 | -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 Eikemeier | 2004-11-11 | 1 | -16/+0 |
| | | | | | | - use system readline on -CURRENT [1] Submitted by: sf [1] | ||||
* | - update to patchlevel 15 | Oliver Eikemeier | 2004-11-02 | 1 | -17/+0 |
| | |||||
* | - better reflect `bash --version' in PORTVERSION | Oliver Eikemeier | 2004-10-14 | 6 | -0/+253 |
| | | | | | - new shopt colonbreakswords - fix default PATH | ||||
* | Fix process substitution on systems without fdescfs (FreeBSD 5.x, 6.x) | Oliver Eikemeier | 2004-10-09 | 7 | -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 FAQ | Oliver Eikemeier | 2004-09-03 | 4 | -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 Eikemeier | 2004-08-19 | 3 | -0/+56 |
| | | | | | | - pipefail option - broken array expansion - segmentation fault in unset typeset array variable | ||||
* | Fix nested brace vs. variable expansion | Oliver Eikemeier | 2004-08-10 | 1 | -0/+15 |
| | |||||
* | Fix segfault when accessing an unset array | Oliver Eikemeier | 2004-08-10 | 1 | -0/+16 |
| | |||||
* | Add bash3, The GNU Bourne-Again SHell version 3.00 | Oliver Eikemeier | 2004-07-30 | 15 | -393/+0 |
| | | | | http://cnswww.cns.cwru.edu/~chet/bash/NEWS | ||||
* | Avoid a null pointer dereference, so 'xargs <<< ${EMTPY_VARIABLE}' | David E. O'Brien | 2004-06-20 | 1 | -0/+20 |
| | | | | | | will not segfault and dump core. Submitted by: Robert Nagy <robert@openbsd.org> | ||||
* | Properly configure on FreeBSD/amd64. | David E. O'Brien | 2003-05-16 | 2 | -0/+25 |
| | |||||
* | Use offical vendor patches 1-4. | David E. O'Brien | 2002-09-13 | 1 | -16/+0 |
| | |||||
* | Use the offical vendor patch for the directory space vs. slash command name | David E. O'Brien | 2002-09-09 | 1 | -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 name | David E. O'Brien | 2002-09-09 | 1 | -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 multibyte | David E. O'Brien | 2002-08-26 | 2 | -0/+26 |
| | | | | character manipulation functions. | ||||
* | Simply typing Shift-Enter in bash-2.05b causes it to enter some kind of | David E. O'Brien | 2002-08-06 | 1 | -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'Brien | 2002-08-04 | 4 | -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 the | David E. O'Brien | 2002-03-25 | 1 | -0/+118 |
| | | | | FIGNORE list is the only possible match, expand it. | ||||
* | * Update to 2.05a. | Christian Weisgerber | 2001-11-21 | 11 | -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'Brien | 2001-04-11 | 1 | -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'Brien | 2001-04-10 | 1 | -0/+0 |
| | | | | Submitted by: sobomax | ||||
* | Update to version 2.05. | David E. O'Brien | 2001-04-10 | 2 | -24/+7 |
| | | | | Submitted by: sobomax | ||||
* | Fix a segmentation fault on the Alpha. | David E. O'Brien | 2001-03-17 | 1 | -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 Cracauer | 2000-05-24 | 1 | -0/+151 |
| | |||||
* | Fix trace() symbol clash with ncurses | Martin Cracauer | 2000-05-24 | 1 | -0/+14 |
| | | | | Untested (4-stable) commit by: ache | ||||
* | Upgrade to 2.04 | Andrey A. Chernov | 2000-05-07 | 5 | -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 Price | 1999-12-29 | 1 | -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 older | Steve Price | 1999-12-29 | 1 | -1/+1 |
| | | | | | | versions of FreeBSD. PR: 12746 | ||||
* | Add `failglob' option as announced on -ports mailing list. | Martin Cracauer | 1999-12-03 | 1 | -0/+198 |
| | |||||
* | Fixes for freebsd,ELF,-current | Andrey A. Chernov | 1999-05-28 | 2 | -0/+38 |
| | | | | Upgrade docs to 2.03 | ||||
* | Update to 2.03 (maintainer did not respond) | Martin Cracauer | 1999-04-19 | 1 | -8/+8 |
| | |||||
* | Install /etc/shells entry and info dir entry | Andrey A. Chernov | 1997-06-27 | 1 | -0/+21 |
| | | | | PR: 3971 | ||||
* | Upgrade to 2.01 | Andrey A. Chernov | 1997-06-06 | 1 | -24/+0 |
| | |||||
* | Upgrade to 2.0 | Andrey A. Chernov | 1996-12-27 | 2 | -53/+40 |
| | |||||
* | Upgrade 1.14.4 -> 1.14.5 | Andrey A. Chernov | 1995-07-19 | 1 | -13/+13 |
| | | | | | | Reviewed by: Submitted by: Obtained from: | ||||
* | Upgrade. | Andrey A. Chernov | 1995-03-17 | 1 | -4/+4 |
| | |||||
* | Upgrade. | Andrey A. Chernov | 1994-12-30 | 1 | -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.3 | Andrey A. Chernov | 1994-12-12 | 1 | -2/+19 |
| | |||||
* | This patch was reversed. Fix it. | Jordan K. Hubbard | 1994-10-14 | 1 | -8/+8 |
| | |||||
* | Use cc instead of gcc exclusively. | Jordan K. Hubbard | 1994-09-29 | 1 | -4/+25 |
| | |||||
* | Set HOSTTYPE_DECL correctly. | Jordan K. Hubbard | 1994-09-16 | 1 | -0/+19 |
Reviewed by: jkh Submitted by: wollman |