| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=81123
|
|
|
|
| |
Notes:
svn path=/head/; revision=66224
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
character manipulation functions.
Notes:
svn path=/head/; revision=65014
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
PR: 41176
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes:
svn path=/head/; revision=63947
|
|
|
|
|
|
|
| |
FIGNORE list is the only possible match, expand it.
Notes:
svn path=/head/; revision=56593
|
|
|
|
|
|
|
|
|
| |
* Split failglob patch into per-file patches.
Reviewed by: obrien
Notes:
svn path=/head/; revision=50311
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Submitted by: sobomax
Notes:
svn path=/head/; revision=41191
|
|
|
|
|
|
|
| |
Submitted by: sobomax
Notes:
svn path=/head/; revision=41189
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=28728
|
|
|
|
|
|
|
| |
Untested (4-stable) commit by: ache
Notes:
svn path=/head/; revision=28725
|
|
|
|
|
|
|
|
| |
failglob patch removed - this sort of patches must be submitted to bash
maintainer
Notes:
svn path=/head/; revision=28346
|
|
|
|
|
|
|
|
| |
PR: 12174
Submitted by: Dirk Meyer <dirk.meyer@home.dinoex.sub.org>
Notes:
svn path=/head/; revision=24248
|
|
|
|
|
|
|
|
|
| |
versions of FreeBSD.
PR: 12746
Notes:
svn path=/head/; revision=24232
|
|
|
|
| |
Notes:
svn path=/head/; revision=23565
|
|
|
|
|
|
|
| |
Upgrade docs to 2.03
Notes:
svn path=/head/; revision=19030
|
|
|
|
| |
Notes:
svn path=/head/; revision=17999
|
|
|
|
|
|
|
| |
PR: 3971
Notes:
svn path=/head/; revision=7105
|
|
|
|
| |
Notes:
svn path=/head/; revision=6782
|
|
|
|
| |
Notes:
svn path=/head/; revision=5110
|
|
|
|
|
|
|
|
|
| |
Reviewed by:
Submitted by:
Obtained from:
Notes:
svn path=/head/; revision=1997
|
|
|
|
| |
Notes:
svn path=/head/; revision=1143
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=554
|
|
|
|
| |
Notes:
svn path=/head/; revision=232
|
|
|
|
| |
Notes:
svn path=/head/; revision=140
|
|
Reviewed by: jkh
Submitted by: wollman
Notes:
svn path=/head/; revision=100
|