Front page | perl.perl5.porters |
Postings from February 2013
[perl #116959] [PATCH] perldtrace.pod: fix example code
Thread Previous
From:
me @ lelf . tk
Date:
February 27, 2013 21:51
Subject:
[perl #116959] [PATCH] perldtrace.pod: fix example code
Message ID:
rt-3.6.HEAD-31961-1361955340-327.116959-75-0@perl.org
# New Ticket Created by me@lelf.tk
# Please include the string: [perl #116959]
# in the subject line of all future correspondence about this issue.
# <URL: https://rt.perl.org:443/rt3/Ticket/Display.html?id=116959 >
This is a bug report for perl from me@lelf.tk,
generated with the help of perlbug 1.39 running under perl 5.10.1.
>From c729127dc9379e4dffc5b03bff4038fbb57a2a6c Mon Sep 17 00:00:00 2001
From: Anton Nikishaev <me@lelf.lu>
Date: Wed, 27 Feb 2013 12:01:07 +0400
Subject: [PATCH] perldtrace.pod: fix example code
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="------------1.7.12.2"
This is a multi-part message in MIME format.
--------------1.7.12.2
Content-Type: text/plain; charset=UTF-8; format=fixed
Content-Transfer-Encoding: 8bit
---
pod/perldtrace.pod | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--------------1.7.12.2
Content-Type: text/x-patch; name="0001-perldtrace.pod-fix-example-code.patch"
Content-Transfer-Encoding: 8bit
Content-Disposition: attachment; filename="0001-perldtrace.pod-fix-example-code.patch"
diff --git a/pod/perldtrace.pod b/pod/perldtrace.pod
index 022a237..0aeb268 100644
--- a/pod/perldtrace.pod
+++ b/pod/perldtrace.pod
@@ -74,7 +74,7 @@ I<caller> from a DTrace action.
:*perl*::sub-entry {
printf("%s::%s entered at %s line %d\n",
- copyinstr(arg3), copyinstr(arg0), copyinstr(arg1), arg0);
+ copyinstr(arg3), copyinstr(arg0), copyinstr(arg1), arg2);
}
=item sub-return(SUBNAME, FILE, LINE, PACKAGE)
@@ -86,7 +86,7 @@ from a DTrace action.
:*perl*::sub-return {
printf("%s::%s returned at %s line %d\n",
- copyinstr(arg3), copyinstr(arg0), copyinstr(arg1), arg0);
+ copyinstr(arg3), copyinstr(arg0), copyinstr(arg1), arg2);
}
=item phase-change(NEWPHASE, OLDPHASE)
--------------1.7.12.2--
---
Flags:
category=docs
severity=low
---
Site configuration information for perl 5.10.1:
Configured by lelf at Thu Sep 20 12:56:21 SAMST 2012.
Summary of my perl5 (revision 5 version 10 subversion 1) configuration:
Platform:
osname=freebsd, osvers=8.2-release, archname=i386-freebsd-64int
uname='freebsd lelf.lu 8.2-release freebsd 8.2-release #0: fri feb 18 02:24:46 utc 2011 root@almeida.cse.buffalo.edu:usrobjusrsrcsysgeneric i386 '
config_args='-sde -Dprefix=/usr/local -Darchlib=/usr/local/lib/perl5/5.10.1/mach -Dprivlib=/usr/local/lib/perl5/5.10.1 -Dman3dir=/usr/local/lib/perl5/5.10.1/perl/man/man3 -Dman1dir=/usr/local/man/man1 -Dsitearch=/usr/local/lib/perl5/site_perl/5.10.1/mach -Dsitelib=/usr/local/lib/perl5/site_perl/5.10.1 -Dscriptdir=/usr/local/bin -Dsiteman3dir=/usr/local/lib/perl5/5.10.1/man/man3 -Dsiteman1dir=/usr/local/man/man1 -Ui_malloc -Ui_iconv -Uinstallusrbinperl -Dcc=cc -Duseshrplib -Dinc_version_list=none -Dccflags=-DAPPLLIB_EXP="/usr/local/lib/perl5/5.10.1/BSDPAN" -Doptimize=-O2 -pipe -fno-strict-aliasing -Ud_dosuid -Ui_gdbm -Dusethreads=n -Dusemymalloc=n -Duse64bitint'
hint=recommended, useposix=true, d_sigaction=define
useithreads=undef, usemultiplicity=undef
useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
use64bitint=define, use64bitall=undef, uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-DAPPLLIB_EXP="/usr/local/lib/perl5/5.10.1/BSDPAN" -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include',
optimize='-O2 -pipe -fno-strict-aliasing',
cppflags='-DAPPLLIB_EXP="/usr/local/lib/perl5/5.10.1/BSDPAN" -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include'
ccversion='', gccversion='4.2.1 20070719 [FreeBSD]', gccosandvers=''
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=12345678
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
ivtype='long long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
alignbytes=4, prototype=define
Linker and Libraries:
ld='cc', ldflags ='-pthread -Wl,-E -fstack-protector -L/usr/local/lib'
libpth=/usr/lib /usr/local/lib
libs=-lgdbm -lm -lcrypt -lutil
perllibs=-lm -lcrypt -lutil
libc=, so=so, useshrplib=true, libperl=libperl.so
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' -Wl,-R/usr/local/lib/perl5/5.10.1/mach/CORE'
cccdlflags='-DPIC -fPIC', lddlflags='-shared -L/usr/local/lib -fstack-protector'
Locally applied patches:
---
@INC for perl 5.10.1:
/usr/local/lib/perl5/5.10.1/BSDPAN
/usr/local/lib/perl5/site_perl/5.10.1/mach
/usr/local/lib/perl5/site_perl/5.10.1
/usr/local/lib/perl5/5.10.1/mach
/usr/local/lib/perl5/5.10.1
.
---
Environment for perl 5.10.1:
HOME=/home/lelf
LANG (unset)
LANGUAGE (unset)
LC_ALL=en_GB.UTF-8
LD_LIBRARY_PATH (unset)
LOGDIR (unset)
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/home/lelf/bin
PERL_BADLANG (unset)
SHELL=/usr/local/bin/bash
Thread Previous