aboutsummaryrefslogtreecommitdiff
path: root/shells/bash/files
Commit message (Collapse)AuthorAgeFilesLines
* Properly configure on FreeBSD/amd64.David E. O'Brien2003-05-162-0/+25
| | | | Notes: svn path=/head/; revision=81123
* Use offical vendor patches 1-4.David E. O'Brien2002-09-131-16/+0
| | | | Notes: svn path=/head/; revision=66224
* 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 Notes: svn path=/head/; revision=65965
* "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 Notes: svn path=/head/; revision=65876
* We lie about fully having ISO C90 Amd.1 restartable wide and multibyteDavid E. O'Brien2002-08-262-0/+26
| | | | | | | character manipulation functions. Notes: svn path=/head/; revision=65014
* 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> Notes: svn path=/head/; revision=64090
* Update to version 2.05b.David E. O'Brien2002-08-044-50/+26
| | | | | | | | PR: 41176 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=63947
* 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. Notes: svn path=/head/; revision=56593
* * Update to 2.05a.Christian Weisgerber2001-11-2111-203/+186
| | | | | | | | | * Split failglob patch into per-file patches. Reviewed by: obrien Notes: svn path=/head/; revision=50311
* 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 Notes: svn path=/head/; revision=41295
* Remove. Patch not needed any longer.David E. O'Brien2001-04-101-0/+0
| | | | | | | Submitted by: sobomax Notes: svn path=/head/; revision=41191
* Update to version 2.05.David E. O'Brien2001-04-102-24/+7
| | | | | | | Submitted by: sobomax Notes: svn path=/head/; revision=41189
* 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> Notes: svn path=/head/; revision=39943
* Re-add patch for failglob variable (see previous discussion on -commiters)Martin Cracauer2000-05-241-0/+151
| | | | Notes: svn path=/head/; revision=28728
* Fix trace() symbol clash with ncursesMartin Cracauer2000-05-241-0/+14
| | | | | | | Untested (4-stable) commit by: ache Notes: svn path=/head/; revision=28725
* Upgrade to 2.04Andrey A. Chernov2000-05-075-265/+31
| | | | | | | | failglob patch removed - this sort of patches must be submitted to bash maintainer Notes: svn path=/head/; revision=28346
* 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> Notes: svn path=/head/; revision=24248
* Use --entry instead of --defentry so this port doesn't fail on olderSteve Price1999-12-291-1/+1
| | | | | | | | | versions of FreeBSD. PR: 12746 Notes: svn path=/head/; revision=24232
* Add `failglob' option as announced on -ports mailing list.Martin Cracauer1999-12-031-0/+198
| | | | Notes: svn path=/head/; revision=23565
* Fixes for freebsd,ELF,-currentAndrey A. Chernov1999-05-282-0/+38
| | | | | | | Upgrade docs to 2.03 Notes: svn path=/head/; revision=19030
* Update to 2.03 (maintainer did not respond)Martin Cracauer1999-04-191-8/+8
| | | | Notes: svn path=/head/; revision=17999
* Install /etc/shells entry and info dir entryAndrey A. Chernov1997-06-271-0/+21
| | | | | | | PR: 3971 Notes: svn path=/head/; revision=7105
* Upgrade to 2.01Andrey A. Chernov1997-06-061-24/+0
| | | | Notes: svn path=/head/; revision=6782
* Upgrade to 2.0Andrey A. Chernov1996-12-272-53/+40
| | | | Notes: svn path=/head/; revision=5110
* Upgrade 1.14.4 -> 1.14.5Andrey A. Chernov1995-07-191-13/+13
| | | | | | | | | Reviewed by: Submitted by: Obtained from: Notes: svn path=/head/; revision=1997
* Upgrade.Andrey A. Chernov1995-03-171-4/+4
| | | | Notes: svn path=/head/; revision=1143
* 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. Notes: svn path=/head/; revision=649
* Upgrade to 1.14.3Andrey A. Chernov1994-12-121-2/+19
| | | | Notes: svn path=/head/; revision=554
* This patch was reversed. Fix it.Jordan K. Hubbard1994-10-141-8/+8
| | | | Notes: svn path=/head/; revision=232
* Use cc instead of gcc exclusively.Jordan K. Hubbard1994-09-291-4/+25
| | | | Notes: svn path=/head/; revision=140
* Set HOSTTYPE_DECL correctly.Jordan K. Hubbard1994-09-161-0/+19
Reviewed by: jkh Submitted by: wollman Notes: svn path=/head/; revision=100