Your message dated Sat, 17 Apr 2004 13:18:00 +0200
with message-id <[EMAIL PROTECTED]>
and subject line writeln radix control
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 25 Feb 2002 20:18:52 +0000
>From [EMAIL PROTECTED] Mon Feb 25 14:18:52 2002
Return-path: <[EMAIL PROTECTED]>
Received: from saturn.cs.uml.edu [129.63.8.2] 
        by master.debian.org with esmtp (Exim 3.12 1 (Debian))
        id 16fRaG-0003Ri-00; Mon, 25 Feb 2002 14:18:52 -0600
Received: (from [EMAIL PROTECTED])
        by saturn.cs.uml.edu (8.11.6/8.11.6) id g1PKIkA311554;
        Mon, 25 Feb 2002 15:18:46 -0500 (EST)
Date: Mon, 25 Feb 2002 15:18:46 -0500 (EST)
Message-Id: <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
From: [EMAIL PROTECTED]
Subject: writeln radix control
Delivered-To: [EMAIL PROTECTED]


Package: gpc
Version: 2:2.95.4-9

The "pc" compiler on Tru64 (formerly OSF/1 or Digital UNIX) has
radix control. NOTE: it is typed and works for negative values.
I get stuff like "-FFF" from -4095 but "EE6CD998" from 4000111000.
I've no idea how to get leading zeros on these.

PROGRAM radix ( input,output ) ;
begin

   writeln('''', 4095:2:16, '''');  
   writeln('''', 4095:3:16, '''');  
   writeln('''', 4095:8:16, '''');  
   writeln('''', 4095:9:16, '''');  

   writeln('''', 4095:2:8, '''');  
   writeln('''', 4095:4:8, '''');  
   writeln('''', 4095:11:8, '''');  
   writeln('''', 4095:12:8, '''');  

   writeln('''', 4095:2:2, '''');  
   writeln('''', 4095:6:2, '''');  
   writeln('''', 4095:32:2, '''');  
   writeln('''', 4095:36:2, '''');  

   writeln('''', 4095:2:32, '''');  
   writeln('''', 4095:3:32, '''');  
   writeln('''', 4095:7:32, '''');  
   writeln('''', 4095:8:32, '''');  

   writeln('''', 4095:2:10, '''');  
   writeln('''', 4095:4:10, '''');  
   writeln('''', 4095:10:10, '''');  
   writeln('''', 4095:12:10, '''');  

   writeln('''', 4095:2, '''');  
   writeln('''', 4095:4, '''');  
   writeln('''', 4095:10, '''');  
   writeln('''', 4095:12, '''');  

   writeln
end.

@@@@@@@@@@@@@@@@@@@@@@@@@ SAMPLE OUTPUT @@@@@@@@@@@@@@@@@@@@@@@@@@@@

'FFF'
'FFF'
'     FFF'
'      FFF'
'7777'
'7777'
'       7777'
'        7777'
'111111111111'
'111111111111'
'                    111111111111'
'                        111111111111'
'3VV'
'3VV'
'    3VV'
'     3VV'
'4095'
'4095'
'      4095'
'        4095'
'4095'
'4095'
'      4095'
'        4095'

---------------------------------------
Received: (at 135730-done) by bugs.debian.org; 17 Apr 2004 11:22:13 +0000
>From [EMAIL PROTECTED] Sat Apr 17 04:22:13 2004
Return-path: <[EMAIL PROTECTED]>
Received: from mail.cs.tu-berlin.de [130.149.17.13] (root)
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1BEntk-0006NP-00; Sat, 17 Apr 2004 04:22:12 -0700
Received: from bolero.cs.tu-berlin.de ([EMAIL PROTECTED] [130.149.19.1])
        by mail.cs.tu-berlin.de (8.9.3p2/8.9.3) with ESMTP id NAA18975;
        Sat, 17 Apr 2004 13:18:01 +0200 (MET DST)
Received: (from [EMAIL PROTECTED])
        by bolero.cs.tu-berlin.de (8.12.10+Sun/8.12.8/Submit) id i3HBI0Pl000207;
        Sat, 17 Apr 2004 13:18:00 +0200 (MEST)
From: Matthias Klose <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-ID: <[EMAIL PROTECTED]>
Date: Sat, 17 Apr 2004 13:18:00 +0200
To: [EMAIL PROTECTED]
CC: [EMAIL PROTECTED]
Subject: Re: writeln radix control
X-Mailer: VM 7.03 under 21.4 (patch 6) "Common Lisp" XEmacs Lucid
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-2.0 required=4.0 tests=BAYES_00 autolearn=no 
        version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 
X-CrossAssassin-Score: 1

closing this report as wontfix.


Reply via email to