From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21770 invoked by alias); 4 Jun 2007 16:14:14 -0000 Received: (qmail 21752 invoked by uid 48); 4 Jun 2007 16:14:05 -0000 Date: Mon, 04 Jun 2007 16:14:00 -0000 From: "fche at redhat dot com" To: systemtap@sources.redhat.com Message-ID: <20070604161405.4591.fche@redhat.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug translator/4591] New: println function X-Bugzilla-Reason: AssignedTo Mailing-List: contact systemtap-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-owner@sourceware.org X-SW-Source: 2007-q2/txt/msg00458.txt.bz2 As a space-saver measure, I'd like to have a function like pascal's println in the systemtap language: println (EXPR [, EXPR]...) which would be equivalent (rewritten) to: printf ("%.%.%.\n", EXPR, EXPR2, EXPR3) -- Summary: println function Product: systemtap Version: unspecified Status: NEW Severity: enhancement Priority: P2 Component: translator AssignedTo: systemtap at sources dot redhat dot com ReportedBy: fche at redhat dot com http://sourceware.org/bugzilla/show_bug.cgi?id=4591 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.