Search Discussions
-
# New Ticket Created by Salvador Fandiño # Please include the string: [perl #36211] # in the subject line of all future correspondence about this issue. # <URL: ...
Salvador "Fandiño"
Jun 8, 2005 at 12:01 am
Jun 22, 2005 at 11:16 pm -
-----BEGIN PGP SIGNED MESSAGE----- Moin, in my quest to rescue^Wpreserve memory, here is the second patch in my noCarp series. The first one can be found here: ...
Tels
Jun 26, 2005 at 9:11 am
Jul 1, 2005 at 10:57 pm -
I guess it serves me right for not being around at weekends, but I wish this hadn't been committed in my absence. Did you try this on Win32 before committing? I've long meant to have a look at a ...
Steve Hay
Jun 13, 2005 at 8:37 am
Jun 17, 2005 at 9:07 am -
I added Archive::Tar to the core, this being the last addition before CPANPLUS. I made the three modifications below, so A::T doesn't leave files behind him when tested, and to get a manpage ...
Rafael Garcia-Suarez
Jun 21, 2005 at 4:57 pm
Jan 3, 2006 at 2:21 pm -
-----BEGIN PGP SIGNED MESSAGE----- Moin, Semi-stupid question. How do I get different patch-levels from blead? I know how to get the latest, but have no idea how to checkout a certain patch number, ...
Tels
Jun 12, 2005 at 9:42 am
Jul 4, 2005 at 9:11 pm -
# New Ticket Created by Sebastian # Please include the string: [perl #36127] # in the subject line of all future correspondence about this issue. # <URL: ...
Sebastian
Jun 4, 2005 at 10:52 pm
Jul 24, 2013 at 1:27 pm -
New() macro's 1st arg is a magic number intended to help track memory allocations/leaks. Is this archaic enough to strip out ? it never reaches object code, so its truly a cosmetic change only. ...
Jim Cromie
Jun 17, 2005 at 2:00 am
Jul 8, 2005 at 5:04 pm -
-----BEGIN PGP SIGNED MESSAGE----- Moin, Which is different from "added because I noticed it was missing" :) (Just splitting hairs, ignore the man behind the editor etc :) I see a few problems here: ...
Tels
Jun 17, 2005 at 10:13 am
Jun 23, 2005 at 9:00 pm -
24953 added some initializations to silence bcc32 compiler warnings 24963 corrected the initialization (sorry!) 24965 removed the initializations! Was that last change deliberate or can the ...
Steve Hay
Jun 24, 2005 at 7:48 am
Jul 5, 2005 at 6:00 pm -
# New Ticket Created by David Dyck # Please include the string: [perl #36434] # in the subject line of all future correspondence about this issue. # <URL: ...
David Dyck
Jun 30, 2005 at 6:50 am
Jul 1, 2005 at 8:19 am -
Should this be perlbug'ed? It seems like the + operator is mistakenly being taken for the unary plus and not the binary plus. print() on unopened filehandle 10 at -e line 1. -- perl -Mre=debug -e ...
Demerphq
Jun 15, 2005 at 6:51 am
Jun 15, 2005 at 2:26 pm -
The problem is that Perl sees the "my $fh, $file;" and assumes its a list-like declaration using my which requires parens around the list. This warning occurs with our as well. This can be prevented ...
Steve Peters via RT
Jun 7, 2005 at 11:05 pm
Jun 9, 2005 at 4:12 am -
# New Ticket Created by Justin Mason # Please include the string: [perl #36417] # in the subject line of all future correspondence about this issue. # <URL: ...
Justin Mason
Jun 28, 2005 at 6:25 pm
Jul 5, 2005 at 6:44 pm -
# New Ticket Created by Jarkko Hietaniemi # Please include the string: [perl #36130] # in the subject line of all future correspondence about this issue. # <URL: ...
Jarkko Hietaniemi
Jun 5, 2005 at 5:02 pm
Jun 7, 2005 at 9:50 am -
Hi, I have been working further on the assertions support, the patch attached provides: - better docs - new low level subroutines to support alternative assertion frameworks (assertions::enabled() ...
Salvador Fandiño
Jun 13, 2005 at 3:47 pm
Sep 7, 2006 at 4:39 am -
# New Ticket Created by "Niki W. Waibel" # Please include the string: [perl #36235] # in the subject line of all future correspondence about this issue. # <URL: ...
Niki W. Waibel
Jun 10, 2005 at 3:00 am
Aug 10, 2005 at 9:00 pm -
win32/win32.c currently generates warnings under gcc. The problem is reproduced by: #include <process.h int main() { const char *cmdname; const char *const *argv; return execv(cmdname, (char *const ...
Steve Hay
Jun 27, 2005 at 9:46 am
Jul 5, 2005 at 7:03 pm -
With DynaLoader: perl -MStorable -e1 0,18s user 0,02s system 93% cpu 0,213 total perl -MStorable -e1 0,20s user 0,00s system 96% cpu 0,207 total perl -MStorable -e1 0,20s user 0,00s system 94% cpu ...
Alexey Tourbin
Jun 27, 2005 at 1:11 am
Jun 30, 2005 at 7:02 pm -
With the following script #!perl -w use strict; use File::Find; sub wanted { return if ! -f; print "$File::Find::name\n"; } find \&wanted, "C:/"; I was not able to duplicate your problem with either ...
Steve Peters via RT
Jun 17, 2005 at 1:39 pm
Jun 23, 2005 at 4:17 pm -
Dear all, when building with ITHREADS, MULTIPLICITY, IMP_SYS turned off, and PERL_MALLOC, PERLIO turned on, following linker error happens: link -dll -def:perldll.def -base:0x28000000 ...
Vadim
Jun 25, 2005 at 2:07 pm
Jul 18, 2005 at 2:49 pm -
# New Ticket Created by Nicholas Clark # Please include the string: [perl #36207] # in the subject line of all future correspondence about this issue. # <URL: ...
Nicholas Clark
Jun 7, 2005 at 4:28 pm
Jul 10, 2005 at 5:13 pm -
Is this a suitable patch to apply to Configure (and backport to the metaconfig units), for the purpose of testing whether 0.0 is stored as all bits zero in memory? It's a useful thing to know, ...
Nicholas Clark
Jun 18, 2005 at 5:51 pm
Jul 5, 2005 at 8:35 pm -
# New Ticket Created by "Piotr Fusik" # Please include the string: [perl #36359] # in the subject line of all future correspondence about this issue. # <URL: ...
Piotr Fusik
Jun 22, 2005 at 11:24 am
Jul 1, 2013 at 6:50 am -
# New Ticket Created by Nicholas Clark # Please include the string: [perl #36375] # in the subject line of all future correspondence about this issue. # <URL: ...
Nicholas Clark
Jun 23, 2005 at 4:33 pm
Jul 20, 2005 at 11:25 am -
# New Ticket Created by ikegami@artemis.a01.aist.go.jp # Please include the string: [perl #36310] # in the subject line of all future correspondence about this issue. # <URL: ...
Ikegami @ artemis . a01 . aist . go . jp
Jun 16, 2005 at 1:36 pm
Jun 21, 2005 at 7:30 am -
# New Ticket Created by "Piotr Fusik" # Please include the string: [perl #36336] # in the subject line of all future correspondence about this issue. # <URL: ...
Piotr Fusik
Jun 20, 2005 at 9:32 am
Jun 20, 2005 at 9:06 pm -
# New Ticket Created by "Piotr Fusik" # Please include the string: [perl #36313] # in the subject line of all future correspondence about this issue. # <URL: ...
Piotr Fusik
Jun 16, 2005 at 3:54 pm
Jun 18, 2005 at 9:47 pm -
Hello, all! attached patch introduces ability to make static build of extensions (into perlXX.dll); it was available for win32/makefile.mk for a long time already. BR, Vadim.
Vadim
Jun 12, 2005 at 10:11 am
Jun 13, 2005 at 10:38 am -
Here's a patch for quieting some lint warnings on Solaris lint. Also introduces a little bit of infrastructure. xoxo, Andy -- Andy Lester = andy@petdance.com = www.petdance.com = AIM:petdance
Andy Lester
Jun 16, 2005 at 2:35 pm
Jun 16, 2005 at 10:02 pm -
When you try running Perl-5.8.6 with a -f (which isn't valid), you'll see Unrecognized switch: -f (-h will show valid options). When currently running blead, Perl waits patiently for STDIN, even ...
Steve Peters
Jun 15, 2005 at 2:40 pm
Jun 16, 2005 at 9:11 am -
Here are a couple of cleanups to util.c, four of which will definitely be speedups, although not by much. :-) * On all Perl_*instr functions, removed the register qualifiers from all variables. Also, ...
Andy Lester
Jun 5, 2005 at 6:50 pm
Jun 6, 2005 at 1:17 pm -
In the absence of a bleadperl smoke (until I or someone else finds time to fix Test-Smoke for the new harness output), here's a new test failure using a default threaded config on Win32/VC++: op/gv.t ...
Steve Hay
Jun 24, 2005 at 8:12 am
Jun 24, 2005 at 2:07 pm -
Looking into the causes of the various test failures when perl is built with Borland bcc32 on Win32, the first failing test is ext/B/t/deparse.t, which fails with "pow: OVERFLOW error"s unexpectedly ...
Steve Hay
Jun 16, 2005 at 1:01 pm
Jun 17, 2005 at 12:05 pm -
Hi, Ive been trying to help Ken get the latest version of Pathtools (Cwd.xs) to work properly on Win32 5.6.x. Overall this hasnt been much of a problem, except that for the life of me I cant get ...
Demerphq
Jun 3, 2005 at 5:09 pm
Jun 3, 2005 at 7:58 pm -
This is a small optimization of pp_pow. The following: use Benchmark; timethis(30000, 'my $x; for my $base (-8 .. 8) { for my $power (0 .. 10) { $x = $base ** $power; $x = $base ** $power; $x = $base ...
Unknown Sender
Jun 23, 2005 at 7:52 am
Jul 19, 2005 at 11:09 am -
Hello, Just saw in today's Freshmeat newsletter that Intel made a public release of ICC 9.0. http://developer.intel.com/software/products/compilers/clin/ It is available for evaluation purpose at ...
Sébastien Aperghis-Tramoni
Jun 16, 2005 at 10:05 am
Jul 5, 2005 at 10:38 pm -
dirname("/perl/") == "/perl" dirname("/perl/lib//") == "/perl/lib" That's what I'd think, anyway. But the tests specificly contradict this saying dirname("/perl/lib//") == "/perl" and specificly ...
Michael G Schwern
Jun 30, 2005 at 8:27 am
Jul 5, 2005 at 7:00 pm -
The attached patch rephrases three pieces of Perl documentation which suggest that calling UNIVERSAL::isa() or UNIVERSAL::can() directly is a good idea. The revised version explains why it's a bad ...
Chromatic
Jun 15, 2005 at 7:24 pm
Jun 16, 2005 at 6:28 pm -
I've added Compress::Zlib to bleadperl. The next steps would be to add IO::Zlib, Archive::Tar and CPANPLUS (and then, profit and release a new blead tarball). It's probably still a bit rough. I've ...
Rafael Garcia-Suarez
Jun 10, 2005 at 1:40 pm
Jun 13, 2005 at 9:28 am -
6
mathoms
There was a discussion about this a while back, that seemed to get distracted by a bikeshed argument (the name). Apart from the name, does anyone see any good reason why we shouldn't move all the ...Nicholas Clark
Jun 3, 2005 at 10:17 am
Jun 3, 2005 at 4:51 pm -
mktables is re-run because it depends on Config_heavy.pl which is always updated. What is needed is a temporary config_heavy, as in the patch below. Robin --- ...
Robin Barker
Jun 1, 2005 at 8:55 am
Jun 1, 2005 at 2:56 pm -
Does anyone else see several dozen warning: #pragma system_header ignored outside include file warnings when building Errno with gcc? I see it on Win32 (MinGW -- gcc 3.2.3). It never used to happen, ...
Steve Hay
Jun 28, 2005 at 12:54 pm
Jul 5, 2005 at 6:27 pm -
Would it make sense to replace the hardwired 2048 file descriptor reference count array (used in perlio.c, defined in perlvars.h) PERLVARA(Gperlio_fd_refcnt, 2048, int) /* PERLIO_MAX_REFCOUNTABLE_FD ...
Nicholas Clark
Jun 24, 2005 at 10:27 pm
Jul 5, 2005 at 6:10 pm -
Attached is a cleanup of the File::Basename tests to use Test::More instead of ad-hockery. I also fixed a warning generated by the taint detection method by replacing it with the new one in perlsec. ...
Michael G Schwern
Jun 30, 2005 at 7:39 am
Jun 30, 2005 at 7:32 pm -
# New Ticket Created by avised@kbcfp.com # Please include the string: [perl #36422] # in the subject line of all future correspondence about this issue. # <URL: ...
Avised @ kbcfp . com
Jun 29, 2005 at 8:39 am
Jun 29, 2005 at 3:07 pm -
# New Ticket Created by Salvador Fandiño # Please include the string: [perl #36350] # in the subject line of all future correspondence about this issue. # <URL: ...
Salvador "Fandiño"
Jun 21, 2005 at 2:45 pm
Jun 23, 2005 at 11:06 am -
Consider this code for (1 .. 3) { my $outer = 0 ; sub mkClosure { sub { $outer = 1234 } ; } &{ mkClosure() }(); print "outer $outer\n" ; } With all perl's except the bleeding edge I get this $ ...
Paul Marquess
Jun 15, 2005 at 12:28 pm
Jun 22, 2005 at 3:22 pm -
lib/Test/Simple/t/fail-more.t fails test 10 when perl is built with bcc32: not ok 10 # Failed test (../lib/Test/Simple/t/fail-more.t at line 80) # got: 'No such file or directory # ' # expected: '' # ...
Steve Hay
Jun 21, 2005 at 11:58 am
Jun 21, 2005 at 2:18 pm -
+ $x = 1 for $[ = 0; + pass('optimized assignment to $[ used to segfault in scalar context'); + if (($[) = 0) { $x = 1 } + pass('optimized assignment to $[ used to segfault in list context'); Looks ...
Piotr Fusik
Jun 19, 2005 at 9:35 am
Jun 20, 2005 at 2:53 pm -
Most calls to upgrade scalars are made via the SvUPGRADE macro, which looks like this: #define SvUPGRADE(sv, mt) (SvTYPE(sv) = (mt) || (sv_upgrade(sv, mt), 1)) However, some code calls ...
Nicholas Clark
Jun 17, 2005 at 10:37 am
Jun 17, 2005 at 2:11 pm
Group Overview
group | perl5-porters |
categories | perl |
discussions | 322 |
posts | 1,137 |
users | 112 |
website | perl.org |
112 users for June 2005
Archives
- June 2016 (5)
- May 2016 (782)
- April 2016 (174)
- March 2016 (531)
- December 2015 (245)
- April 2015 (169)
- March 2015 (473)
- February 2015 (439)
- January 2015 (1,057)
- December 2014 (1,349)
- November 2014 (966)
- October 2014 (1,113)
- September 2014 (1,618)
- August 2014 (784)
- July 2014 (976)
- June 2014 (1,234)
- May 2014 (1,223)
- April 2014 (772)
- March 2014 (754)
- February 2014 (1,098)
- January 2014 (1,160)
- December 2013 (788)
- November 2013 (1,137)
- October 2013 (838)
- September 2013 (1,294)
- August 2013 (1,480)
- July 2013 (1,403)
- June 2013 (1,437)
- May 2013 (1,331)
- April 2013 (436)
- March 2013 (795)
- February 2013 (762)
- December 2012 (972)
- November 2012 (155)
- October 2012 (1,550)
- September 2012 (1,847)
- August 2012 (1,300)
- July 2012 (1,143)
- June 2012 (1,403)
- May 2012 (1,373)
- April 2012 (993)
- March 2012 (958)
- February 2012 (1,326)
- January 2012 (1,667)
- December 2011 (1,109)
- November 2011 (1,422)
- October 2011 (840)
- September 2011 (1,365)
- August 2011 (1,119)
- July 2011 (1,330)
- June 2011 (946)
- May 2011 (1,393)
- April 2011 (1,195)
- March 2011 (866)
- February 2011 (949)
- January 2011 (1,089)
- December 2010 (962)
- November 2010 (1,137)
- October 2010 (828)
- September 2010 (988)
- August 2010 (1,087)
- July 2010 (1,280)
- June 2010 (670)
- May 2010 (968)
- April 2010 (1,475)
- March 2010 (1,025)
- February 2010 (990)
- January 2010 (1,101)
- December 2009 (1,010)
- November 2009 (1,157)
- October 2009 (1,628)
- September 2009 (790)
- August 2009 (1,183)
- July 2009 (1,367)
- June 2009 (1,126)
- May 2009 (809)
- April 2009 (606)
- March 2009 (812)
- February 2009 (714)
- January 2009 (913)
- December 2008 (752)
- November 2008 (1,039)
- October 2008 (903)
- September 2008 (761)
- August 2008 (496)
- July 2008 (758)
- June 2008 (923)
- May 2008 (931)
- April 2008 (813)
- March 2008 (954)
- February 2008 (850)
- January 2008 (1,433)
- December 2007 (1,146)
- November 2007 (1,102)
- October 2007 (896)
- September 2007 (1,183)
- August 2007 (737)
- July 2007 (1,316)
- June 2007 (1,017)
- May 2007 (1,071)
- April 2007 (1,129)
- March 2007 (1,150)
- February 2007 (1,179)
- January 2007 (947)
- December 2006 (670)
- November 2006 (1,105)
- October 2006 (962)
- September 2006 (695)
- August 2006 (597)
- July 2006 (948)
- June 2006 (1,145)
- May 2006 (1,002)
- April 2006 (1,102)
- March 2006 (1,056)
- February 2006 (1,026)
- January 2006 (1,142)
- December 2005 (1,030)
- November 2005 (825)
- October 2005 (996)
- September 2005 (885)
- August 2005 (693)
- July 2005 (1,381)
- June 2005 (1,137)
- May 2005 (909)
- April 2005 (795)
- March 2005 (762)
- February 2005 (503)
- January 2005 (815)
- December 2004 (931)
- November 2004 (981)
- October 2004 (670)
- September 2004 (449)
- August 2004 (749)
- July 2004 (871)
- June 2004 (708)
- May 2004 (711)
- April 2004 (986)
- March 2004 (1,232)
- February 2004 (934)
- January 2004 (1,310)
- December 2003 (1,055)
- November 2003 (1,220)
- October 2003 (1,628)
- September 2003 (1,693)
- August 2003 (2,053)
- July 2003 (1,739)
- June 2003 (1,064)
- May 2003 (1,344)
- April 2003 (1,256)
- March 2003 (1,143)
- February 2003 (1,236)
- January 2003 (1,108)
- December 2002 (897)
- November 2002 (874)
- October 2002 (1,221)
- September 2002 (1,255)
- August 2002 (1,696)
- July 2002 (1,719)
- June 2002 (2,292)
- May 2002 (2,016)
- April 2002 (2,489)
- March 2002 (2,413)
- February 2002 (1,488)
- January 2002 (1,641)
- December 2001 (2,190)
- November 2001 (2,082)
- October 2001 (1,372)
- September 2001 (1,828)
- August 2001 (1,602)
- July 2001 (1,667)
- June 2001 (1,833)
- May 2001 (2,353)
- April 2001 (1,893)
- March 2001 (1,594)
- February 2001 (1,808)
- January 2001 (1,825)
- December 2000 (1,353)
- November 2000 (1,776)
- October 2000 (1,452)
- September 2000 (1,318)
- August 2000 (2,169)
- July 2000 (1,118)
- June 2000 (773)
- May 2000 (1,163)
- April 2000 (1,181)
- March 2000 (2,886)
- February 2000 (1,596)
- January 2000 (1,407)
- December 1999 (644)
- November 1999 (1,102)
- October 1999 (1,537)
- September 1999 (1,425)
- August 1999 (303)