Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 102534

Summary: foo
Product: Gentoo Linux Reporter: G.P. LeChuck <scnr_lechuck>
Component: [OLD] UnspecifiedAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: VERIFIED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description G.P. LeChuck 2005-08-14 12:47:56 UTC
Reproducible: Always 
Steps to Reproduce: 
10 RENUM 
20 PRINT "bar" 
30 GOTO 10 
 
 
Expected Results: 
bar 
 
Actual Results: 
batz 
 
ARRRRRRRRRRRRRRRRRRRRRRRR!!!!
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-08-14 12:52:06 UTC
mv /stupid/bug /dev/null && shutdown spammers
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2005-08-14 12:52:21 UTC
.
Comment 3 G.P. LeChuck 2005-08-16 09:16:36 UTC
Au contraire!  This ain't be happenin' runnin' the same program under the same 
dosemu (all versions) in Red Hat.  As ye'll be seein' in the following session 
script, in Gentoo it'll be printin' "batz" when the expected result be "bar"! 
 
That error be breakin' shiploads of popular apps of that 
Comment 4 G.P. LeChuck 2005-08-16 09:16:36 UTC
Au contraire!  This ain't be happenin' runnin' the same program under the same 
dosemu (all versions) in Red Hat.  As ye'll be seein' in the following session 
script, in Gentoo it'll be printin' "batz" when the expected result be "bar"! 
 
That error be breakin' shiploads of popular apps of that æra. 
 
Arrrrrrrr!!! 
 
 
#v+ 
gpl@riptide ~$ xdosemu 
 
C:\>ver 
 
MS-DOS Version 3.30 
 
C:\>cd \src\basic 
 
C:\SRC\BASIC>gwbasic 
 
GW-BASIC 3.22 
(C) Copyright Microsoft 1983,1984,1985,1986,1987 
60300 Bytes free 
Ok 
load "foo.bas" 
Ok 
list 
10 RENUM 
20 PRINT ¨bar¨ 
30 GOTO 40 
40 END 
Ok 
run 
batz 
Ok 
system 
 
C:\SRC\BASIC>exitemu 
 
gpl@riptide ~$ 
#v- 
 
Comment 5 Jakub Moc (RETIRED) gentoo-dev 2005-08-16 09:21:23 UTC
.
Comment 6 Jakub Moc (RETIRED) gentoo-dev 2005-08-16 09:22:03 UTC
.