Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 95401 - coreutils: seq lacks ordinal/hexidecimal output
Summary: coreutils: seq lacks ordinal/hexidecimal output
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-07 17:23 UTC by qube99
Modified: 2005-06-09 17:50 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
seq - support "%o" and "%x" output formats (seq-hexord.patch,2.22 KB, patch)
2005-06-07 17:25 UTC, qube99
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description qube99 2005-06-07 17:23:46 UTC
seq offers -f to output floating point output.  Includes is a patch to add 
ordinal and hexidecimal output.  Output is cast to int first.  Also, the 
manual page still needs updated, I believe.  I'd like to change this to output 
64-bit numbers, not just 32-bit.  But, this is at least a basis. 

Reproducible: Always
Steps to Reproduce:
Comment 1 qube99 2005-06-07 17:25:39 UTC
Created attachment 60812 [details, diff]
seq - support "%o" and "%x" output formats
Comment 2 SpanKY gentoo-dev 2005-06-08 05:53:50 UTC
this is good but this should be submitted to the coreutils maintainers rather
than Gentoo

bug-coreutils@gnu.org
Comment 3 SpanKY gentoo-dev 2005-06-09 17:50:26 UTC
thought i closed this