summaryrefslogtreecommitdiff
path: root/shells/bash (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* - add FAQOliver Eikemeier2004-09-036-11/+181
| | | | | | | | | | - 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 Notes: svn path=/head/; revision=118022
* add three fixes from bug-bash@:Oliver Eikemeier2004-08-194-1/+57
| | | | | | | | | - pipefail option - broken array expansion - segmentation fault in unset typeset array variable Notes: svn path=/head/; revision=116655
* Fix nested brace vs. variable expansionOliver Eikemeier2004-08-102-1/+16
| | | | Notes: svn path=/head/; revision=115867
* Fix segfault when accessing an unset arrayOliver Eikemeier2004-08-102-0/+17
| | | | Notes: svn path=/head/; revision=115864
* Add bash3, The GNU Bourne-Again SHell version 3.00Oliver Eikemeier2004-07-3021-479/+177
| | | | | | | http://cnswww.cns.cwru.edu/~chet/bash/NEWS Notes: svn path=/head/; revision=115119
* Fix location of binary in man-pageVolker Stolz2004-07-081-0/+5
| | | | | | | | | PR: ports/42729 Submitted by: Harold Gutch Approved by: maintainer timeout Notes: svn path=/head/; revision=113209
* Avoid a null pointer dereference, so 'xargs <<< ${EMTPY_VARIABLE}'David E. O'Brien2004-06-202-1/+21
| | | | | | | | | will not segfault and dump core. Submitted by: Robert Nagy <robert@openbsd.org> Notes: svn path=/head/; revision=111891
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+9
| | | | Notes: svn path=/head/; revision=105747
* Fix pkg-plist (NOPORTDOCS knob).Sergey A. Osokin2004-01-021-4/+4
| | | | | | | | | Use DOCSDIR macro. Approved by: obrien (maintainer) Notes: svn path=/head/; revision=97095
* Also pay attention to NOSHARED=yes as /usr/src and zsh does.David E. O'Brien2003-12-151-1/+1
| | | | | | | Requested by: Richard Coleman <richardcoleman@mindspring.com> Notes: svn path=/head/; revision=95858
* The option to enable network redirection is removed since this is theDavid E. O'Brien2003-12-141-9/+0
| | | | | | | | | | default behavior. PR: 60222 Submitted by: David Yeske <dyeske@yahoo.com> Notes: svn path=/head/; revision=95772
* Build bash dynamic unless either WANT_STATIC_BASH or NO_DYNAMICROOTDavid E. O'Brien2003-12-141-0/+4
| | | | | | | is defined. Notes: svn path=/head/; revision=95771
* Fetch patches from MASTER_SITE_GNU also.David E. O'Brien2003-05-191-2/+4
| | | | Notes: svn path=/head/; revision=81490
* Properly configure on FreeBSD/amd64.David E. O'Brien2003-05-162-0/+25
| | | | Notes: svn path=/head/; revision=81123
* Update to patchlevel 7.David E. O'Brien2003-05-162-2/+6
| | | | Notes: svn path=/head/; revision=81121
* Support /dev/(tcp|udp)/host/port redirection.David E. O'Brien2003-03-241-0/+9
| | | | | | | Submitted by: David Yeske <dyeske@yahoo.com> Notes: svn path=/head/; revision=77412
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Fix logic error when NOPORTDOCS is set.David E. O'Brien2002-09-291-2/+2
| | | | | | | | Submitted by: Peter Avalos <pavalos@theshell.com> PR: 43459 Notes: svn path=/head/; revision=67205
* Mirror the patch files.David E. O'Brien2002-09-201-1/+3
| | | | Notes: svn path=/head/; revision=66764
* Use offical vendor patches 1-4.David E. O'Brien2002-09-133-20/+9
| | | | Notes: svn path=/head/; revision=66224
* Use the offical vendor patch for the directory space vs. slash command nameDavid E. O'Brien2002-09-093-26/+4
| | | | | | | | | | 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
* Bump revision for directory command-line completion fix.David E. O'Brien2002-09-091-0/+1
| | | | | | | Always forgotten by: me Notes: svn path=/head/; revision=65900
* "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
* `make reinstall' clean.David E. O'Brien2002-08-061-1/+1
| | | | Notes: svn path=/head/; revision=64089
* Forgot to update pkg-plist with 5.0b upgrade.David E. O'Brien2002-08-041-2/+3
| | | | | | | Submitted by: Neil Darlow <neil@darlow.co.uk> Notes: svn path=/head/; revision=63986
* Update to version 2.05b.David E. O'Brien2002-08-046-58/+38
| | | | | | | | PR: 41176 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=63947
* No longer need to explicitly provide a GNU autconf target.David E. O'Brien2002-03-281-1/+0
| | | | Notes: svn path=/head/; revision=56766
* 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
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;Akinori MUSHA2002-01-291-1/+1
| | | | | | | | | the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command. Notes: svn path=/head/; revision=53959
* Override CONFIGURE_TARGET, so that this configure script generated byMaxim Sobolev2001-11-231-0/+1
| | | | | | | autoconf-2.52 doesn't generate a warning. Notes: svn path=/head/; revision=50411
* * Update to 2.05a.Christian Weisgerber2001-11-2113-206/+189
| | | | | | | | | * 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-105-27/+11
| | | | | | | 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
* Put back my editor hints that were removed w/o permission.David E. O'Brien2001-02-071-0/+1
| | | | | | | Note these are *FULLY* Satoshi approved for the past 4 years. Notes: svn path=/head/; revision=38061
* Massive style enforcement - use ^I instead of spaces for variables identation.Maxim Sobolev2001-01-161-4/+3
| | | | Notes: svn path=/head/; revision=37252
* Fix typoDavid E. O'Brien2000-12-221-1/+1
| | | | | | | PR: 23202 Notes: svn path=/head/; revision=36254
* It's my main shell, so I have in interest in seeing it maintained.David E. O'Brien2000-11-301-1/+2
| | | | Notes: svn path=/head/; revision=35535
* Drop my maintainershipAndrey A. Chernov2000-11-301-1/+1
| | | | Notes: svn path=/head/; revision=35519
* 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
* Restore static linkingAndrey A. Chernov2000-05-231-0/+1
| | | | | | | Submitted by: Martin Cracauer <cracauer@cons.org> Notes: svn path=/head/; revision=28708
* Upgrade to 2.04Andrey A. Chernov2000-05-077-269/+35
| | | | | | | | failglob patch removed - this sort of patches must be submitted to bash maintainer Notes: svn path=/head/; revision=28346
* Correct whitespace introduced during PORTNAME conversion and portlintMichael Haro2000-04-211-4/+4
| | | | Notes: svn path=/head/; revision=27847
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-2/+2
| | | | Notes: svn path=/head/; revision=27426
* add WWW:Michael Haro2000-01-221-0/+2
| | | | | | | | PR: 16261, 16262, 16263 Submitted by: joseph.scott@owp.csus.edu Notes: svn path=/head/; revision=24910
* 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