This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug translator/12209] New: accept and ignore %l (long) option in *printf family


http://sourceware.org/bugzilla/show_bug.cgi?id=12209

           Summary: accept and ignore %l (long) option in *printf family
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: translator
        AssignedTo: systemtap@sources.redhat.com
        ReportedBy: fche@redhat.com


Since we do expose the "long" term as a keyword here and there,
unwily users may think that stap numbers might as well be printed
as printf("%ld"), whereas all we accept only the pagan printf("%d").
Let's quietly consume the l in %ld and accept it, to reduce unwily
user surprise.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]