David E. O'Brien
|
7f8208f177
|
Fix a segmentation fault on the Alpha.
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>
|
2001-03-17 01:24:32 +00:00 |
|
Martin Cracauer
|
913c2b25ba
|
Re-add patch for failglob variable (see previous discussion on -commiters)
|
2000-05-24 10:33:20 +00:00 |
|
Martin Cracauer
|
9702f6aa4c
|
Fix trace() symbol clash with ncurses
Untested (4-stable) commit by: ache
|
2000-05-24 10:12:01 +00:00 |
|
Andrey A. Chernov
|
a4923c39c3
|
Upgrade to 2.04
failglob patch removed - this sort of patches must be submitted to bash
maintainer
|
2000-05-07 20:33:34 +00:00 |
|
Steve Price
|
aef431088b
|
Don't coredump under certain conditions where the pid > 32000.
PR: 12174
Submitted by: Dirk Meyer <dirk.meyer@home.dinoex.sub.org>
|
1999-12-29 08:47:55 +00:00 |
|
Steve Price
|
84a09442f0
|
Use --entry instead of --defentry so this port doesn't fail on older
versions of FreeBSD.
PR: 12746
|
1999-12-29 07:38:42 +00:00 |
|
Martin Cracauer
|
77472e1501
|
Add `failglob' option as announced on -ports mailing list.
|
1999-12-03 19:50:51 +00:00 |
|
Andrey A. Chernov
|
b5ee8a0541
|
Fixes for freebsd,ELF,-current
Upgrade docs to 2.03
|
1999-05-28 01:09:20 +00:00 |
|
Martin Cracauer
|
dcc36469d1
|
Update to 2.03 (maintainer did not respond)
|
1999-04-19 08:42:21 +00:00 |
|
Andrey A. Chernov
|
afec97d4f4
|
Install /etc/shells entry and info dir entry
PR: 3971
|
1997-06-27 23:03:34 +00:00 |
|
Andrey A. Chernov
|
685f8803f4
|
Upgrade to 2.01
|
1997-06-06 23:13:54 +00:00 |
|
Andrey A. Chernov
|
48748db13a
|
Upgrade to 2.0
|
1996-12-27 11:40:57 +00:00 |
|
Andrey A. Chernov
|
8977909673
|
Upgrade 1.14.4 -> 1.14.5
Reviewed by:
Submitted by:
Obtained from:
|
1995-07-19 17:44:37 +00:00 |
|
Andrey A. Chernov
|
534d002999
|
Upgrade.
|
1995-03-17 01:05:07 +00:00 |
|
Andrey A. Chernov
|
302fd06bc3
|
Upgrade.
Attention: you need to remove your bash from /usr/ports/distfiles
and re-fetch it again, because version changed while filename not changed.
|
1994-12-30 14:26:10 +00:00 |
|
Andrey A. Chernov
|
890071c2a5
|
Upgrade to 1.14.3
|
1994-12-12 02:18:01 +00:00 |
|
Jordan K. Hubbard
|
96b95c3ed8
|
This patch was reversed. Fix it.
|
1994-10-14 07:27:48 +00:00 |
|
Jordan K. Hubbard
|
035a83bb10
|
Use cc instead of gcc exclusively.
|
1994-09-29 12:02:10 +00:00 |
|
Jordan K. Hubbard
|
bb7ebed9d6
|
Set HOSTTYPE_DECL correctly.
Reviewed by: jkh
Submitted by: wollman
|
1994-09-16 04:18:22 +00:00 |
|