Search Discussions
-
Short version: The copy on write code assumes that the only thing that copies scalars is sv_setsv_flags. Clearly this isn't true under ithreads. It seems that something else is copying scalars ...
Nicholas Clark
Sep 4, 2002 at 8:55 pm
Sep 26, 2002 at 7:30 pm -
64
Collections
Hello Does something like this exist (Collections, Containers, or whatever I should call it)?: I frequently need to put references/objects into some bucket - for later retrieval - for check if an ...Christian Jaeger
Sep 29, 2002 at 4:46 am
Oct 3, 2002 at 2:56 pm -
Before uploading to CPAN, I would like to ask p5p for comments on my latest endeavour: jit.pm. Installable version available from: http://www.liz.nl/CPAN/jit-0.01.tar.gz All the functionality ...
Elizabeth Mattijsen
Sep 28, 2002 at 10:37 pm
Oct 7, 2002 at 1:26 pm -
Excellent! Thanks for catching the potential problem with IRIXes with different shells than the 6.5 ones (although anything before 6.5 is _really_ out of date...). Good programming practice, namely ...
Allen Smith
Sep 7, 2002 at 8:06 pm
Sep 16, 2002 at 7:50 pm -
# New Ticket Created by DL-pdsupport@ubsw.com # Please include the string: [perl #17197] # in the subject line of all future correspondence about this issue. # <URL: ...
DL-pdsupport@ubsw.com (via RT)
Sep 12, 2002 at 4:54 pm
Sep 26, 2002 at 9:26 am -
I noticed that a "make" in a module tree is much slower in 5.8.0 than in older perl versions. Obviously that's because the lines in the pm_to_blib rule are limited to a maximum of 200 characters (see ...
Slaven Rezic
Sep 30, 2002 at 9:21 am
Oct 8, 2002 at 12:45 am -
I think, I've perlbuged this but couldn't find it over on rt, so I report it again. Apologies to those that see it as a duplicate. If you can point me to the right URL that finds the report, please ...
Andreas J. Koenig
Sep 27, 2002 at 7:30 am
Oct 10, 2002 at 10:17 pm -
Being able to compare two thread objects with "==" (rather than by using the "equal" method), is _very_ wasteful with regards to memory. Since threads.pm is the _only_ module that uses overload.pm, ...
Elizabeth Mattijsen
Sep 25, 2002 at 6:13 pm
Oct 7, 2002 at 12:34 pm -
Then attached patch is a rewrite of a recent posting to perl-unicode@perl.org which turned out to help a few people in their porting efforts. -- andreas --- perlunicode.pod~ Fri Sep 27 00:45:48 2002 ...
Andreas J. Koenig
Sep 27, 2002 at 1:30 pm
Oct 2, 2002 at 3:16 pm -
I was searching for a high level interface to select() and could not find it at the expected place. So this doc patch and another to fix my email address. diff -u ext/IO/IO.pm ext/IO/IO.pm.new --- ...
Stéphane Payrard
Sep 28, 2002 at 9:36 pm
Oct 28, 2002 at 11:08 pm -
# New Ticket Created by Elizabeth Mattijsen # Please include the string: [perl #17061] # in the subject line of all future correspondence about this issue. # <URL: ...
Elizabeth Mattijsen
Sep 6, 2002 at 8:50 pm
Oct 17, 2002 at 2:43 pm -
I've got some projects now where I need a lot of Unicode, and typeing the full names is a tedious and unneeded way to proceed. We are dealing with a limited subset of the Unicode set and have a list ...
H.Merijn Brand
Sep 26, 2002 at 9:39 am
Oct 2, 2002 at 8:40 pm -
Any reason not to move the pod to the __END__ of strict.pm I've no idea if these are sane timings, but before this patch, time to run the regression tests was: u=32.1484 s=12.1797 cu=1717.68 ...
Nicholas Clark
Sep 8, 2002 at 9:44 pm
Sep 13, 2002 at 6:09 pm -
# New Ticket Created by Allen Smith # Please include the string: [perl #17075] # in the subject line of all future correspondence about this issue. # <URL: ...
Allen Smith
Sep 9, 2002 at 4:48 am
Jan 1, 2003 at 11:06 pm -
Using CGI-2.86 (CGI::Carp v1.24), CGI::Carp qw(fatalsToBrowser) is now implmented via CORE::GLOBAL::die. The problem is that the builtin die appears to be parsed differently to the CORE::GLOBAL::die ...
Bradley Baetz
Sep 30, 2002 at 4:18 am
Oct 5, 2002 at 11:39 pm -
Hi, I just try MinGw-2.0.0-3 with NT4. He is released with gcc-3.2.0. I try to smoke perl-current with defaut gcc, and then gcc-2.95.3. With the two, I have (1) message. I applied then attached ...
Alian
Sep 22, 2002 at 10:54 pm
Oct 3, 2002 at 11:22 pm -
It took me some time to get bleadperl compiled on Win32/GCC. I used the following patch. I'm not sure about this patch, should the symbol be skipped for all Win32 builds, or is there something else? ...
Abe Timmerman
Sep 6, 2002 at 3:09 am
Sep 9, 2002 at 1:25 pm -
-----BEGIN PGP SIGNED MESSAGE----- Moin, Math::BigInt's testsuite is failing, because at one point $caught & 1 == 0 is not properly working inside Perl: bash-2.03# perl -le '$a = 0; print "== 0" if ...
Tels
Sep 26, 2002 at 10:50 am
Oct 3, 2002 at 9:40 pm -
I submitted patches 15118/15017 which made it into 5.8 to permit initiating overloading from XS code. Unfortunately, I made a mistake and the current code will cause problems (at least under ...
John Peacock
Sep 1, 2002 at 12:23 pm
Sep 4, 2002 at 2:12 pm -
# New Ticket Created by (Pete) # Please include the string: [perl #17589] # in the subject line of all future correspondence about this issue. # <URL: ...
Pete) (via RT
Sep 25, 2002 at 6:06 pm
Oct 29, 2002 at 10:00 pm -
diff -ruN bleadperl/pod/perlopentut.pod bleadpatch/pod/perlopentut.pod --- bleadperl/pod/perlopentut.pod Wed Jun 12 19:02:45 2002 +++ bleadpatch/pod/perlopentut.pod Fri Sep 20 09:13:17 2002 @@ -5,7 ...
Andy Lester
Sep 20, 2002 at 5:29 pm
Oct 2, 2002 at 9:00 pm -
(yeah, I know, I should file these as real bugs...) It seems that somehow the "unused variable" tricks we use fail in the gcc 3 of Jaguar. opmini.c: In function `Perl_scalar': opmini.c:1059: warning: ...
Jarkko Hietaniemi
Sep 6, 2002 at 3:23 am
Sep 12, 2002 at 5:40 pm -
Automated smoke report for patch 17882 on CYGWIN_NT-4.0 NT 1.3.12 - v1.13 using version gcc version 2.95.3-5 (cygwin special) O = OK F = Failure(s), extended report at the bottom ? = still running or ...
Alian
Sep 9, 2002 at 4:40 pm
Sep 10, 2002 at 7:09 pm -
# New Ticket Created by Richard Soderberg # Please include the string: [perl #17073] # in the subject line of all future correspondence about this issue. # <URL: ...
Richard Soderberg
Sep 9, 2002 at 4:48 am
Sep 10, 2002 at 6:17 pm -
Attached you'll find a patch that changes the policy with the reentrant libc interfaces from limited to unlimited: in other words, instead of keeping growing the result buffers of calls like ...
Jarkko Hietaniemi
Sep 26, 2002 at 10:09 pm
Oct 11, 2002 at 11:38 pm -
[ this patch requires 'make regen_headers' ] This patch moves (nearly) all pad-related code from the various core src files to the two new files pad.c and pad.h, and attempts to create something ...
Dave Mitchell
Sep 25, 2002 at 10:42 pm
Oct 3, 2002 at 2:42 pm -
This code coredumps, due to unauthorized memory access, unless I uncomment the first line : #!bleadperl #use B qw/save_BEGINs/; BEGIN { save_BEGINs(); } BEGIN { $f = sub { eval $_[0] } } $bar = ...
Rafael Garcia-Suarez
Sep 17, 2002 at 9:21 pm
Sep 26, 2002 at 10:34 am -
Comments applied, and incorrect changes removed... xoxo, Andy diff -ruN bleadperl/pod/perlopentut.pod bleadpatch/pod/perlopentut.pod --- bleadperl/pod/perlopentut.pod Wed Jun 12 19:02:45 2002 +++ ...
Andy Lester
Sep 20, 2002 at 4:05 am
Sep 22, 2002 at 2:25 pm -
Should or shouldn't this print "hi" ? perl -e '*CORE::GLOBAL::exit = sub { warn "hi" }; exit()' It doesn't. ;-( I guess that means it is impossible to hijack exit()? It seems that you _can_ hijack ...
Elizabeth Mattijsen
Sep 5, 2002 at 10:36 am
Sep 5, 2002 at 1:01 pm -
Is there a way to let a thread stop without using die()? Other than return() from the top level of the thread, of course. Or is there a way to cause die in a thread not to output an error message to ...
Elizabeth Mattijsen
Sep 2, 2002 at 12:21 pm
Sep 3, 2002 at 7:23 pm -
The #11559 broke the $0-setting (as correctly surmised, it was a PL_origargv patch). ------ ../patches/11559.gz <------ Change 11559 by jhi@alpha on 2001/08/03 12:08:59 Subject: [patch] plug ...
Jarkko Hietaniemi
Sep 3, 2002 at 1:55 am
Nov 4, 2002 at 3:21 pm -
Not sure what's causing this... I'll investigate... $ cat foo.pl sub f($); f $x / 2; $ perl5.8.0 -c foo.pl foo.pl syntax OK $ bleadperl -c foo.pl Search pattern not terminated at foo.pl line 2.
Rafael Garcia-Suarez
Sep 12, 2002 at 1:19 pm
Sep 24, 2002 at 7:19 am -
# New Ticket Created by Mark-Jason Dominus # Please include the string: [perl #17099] # in the subject line of all future correspondence about this issue. # <URL: ...
Mark-Jason Dominus
Sep 10, 2002 at 3:47 am
Sep 26, 2002 at 9:48 am -
This patch syncs windows config.xx (and Config.pm) with the Config.pm changes that have been going on: good luck, Abe -- Amsterdam Perl Mongers http://amsterdam.pm.org perl -we '$_="rekcah lreP ...
Abe Timmerman
Sep 6, 2002 at 11:31 am
Sep 9, 2002 at 3:40 pm -
Richard Soderberg
Sep 3, 2002 at 6:55 pm
Sep 8, 2002 at 4:03 pm -
I've got a failure in t/op/getpid.t. My bleadperl is currently modified, so I'm not sure if this is real or not. I'll try it again with a clean version later. Meanwhile, I fixed up the test a little ...
Michael G Schwern
Sep 4, 2002 at 12:48 am
Sep 5, 2002 at 7:39 pm -
A debian bug (#158587) notes that ther is no documentation (nor methods) to examine/modify the attributes of the POSIX::SigAction object--which might be useful for examining/modifying the object ...
Brendan O'Dea
Sep 3, 2002 at 3:48 pm
Sep 5, 2002 at 12:46 am -
As a way of thinking through this myself, I want to restate the current [known] objections to version objects. I don't claim that this is a complete list, nor do I pretend that these are the only ...
John Peacock
Sep 2, 2002 at 2:27 pm
Sep 4, 2002 at 2:30 pm -
# New Ticket Created by mmokrejs@pf-i400.natur.cuni.cz # Please include the string: [perl #17428] # in the subject line of all future correspondence about this issue. # <URL: ...
mmokrejs@pf-i400.natur.cuni.cz (via RT)
Sep 19, 2002 at 3:11 pm
May 4, 2012 at 11:07 am -
....to default from "define" to "undef"? We have new Mac OS X hints cooking (library directories will have the Perl version in them, yea) (as everyone else has), but as a part of that discussion Andy ...
Jarkko Hietaniemi
Sep 19, 2002 at 3:58 am
Oct 2, 2002 at 2:55 pm -
echo "hi" out.txt tiilt% perl -we "close(STDOUT); open(F, qq{out.txt}) || die;" Name "main::F" used only once: possible typo at -e line 1. Filehandle STDOUT opened only for input at -e line 1. The ...
Arthur Bergman
Sep 24, 2002 at 5:26 pm
Oct 2, 2002 at 2:28 pm -
# New Ticket Created by "rossati@libero.it" # Please include the string: [perl #17632] # in the subject line of all future correspondence about this issue. # <URL: ...
Rossati
Sep 27, 2002 at 8:55 pm
Sep 29, 2002 at 5:10 pm -
# New Ticket Created by Mark-Jason Dominus # Please include the string: [perl #17623] # in the subject line of all future correspondence about this issue. # <URL: ...
Mark-Jason Dominus
Sep 27, 2002 at 3:40 pm
Sep 28, 2002 at 7:37 am -
lib/ExtUtils/t/Installed.t is creating a directory t/auto when it is run, but not tidying it away. Should it tidy it away? Nicholas Clark -- Even better than the real thing: ...
Nicholas Clark
Sep 8, 2002 at 2:50 pm
Sep 26, 2002 at 9:36 am -
Background: [most everyone here on p5p knows this, but I'll restate it for anyone who doesn't, and to make sure I've got it clear in my own head]: In the old fields.pm implementation, the kind of ...
Benjamin Goldberg
Sep 7, 2002 at 4:03 am
Sep 14, 2002 at 3:34 am -
-----BEGIN PGP SIGNED MESSAGE----- Moin, does anybody else see the webfrontend to the bugtracking system of Perl 5 beeing broken? At http://bugs6.perl.org/perlbug/ I can click at the "Current Perl 5 ...
Tels
Sep 12, 2002 at 9:23 am
Sep 12, 2002 at 7:57 pm -
Don't generate empty man pages for podless modules (Net::FTP::A for example). --bod diff -ur perl-5.8.0.orig/installman perl-5.8.0/installman --- x/perl-5.8.0/installman 2002-07-08 05:49:41.000000000 ...
Brendan O'Dea
Sep 6, 2002 at 8:42 pm
Sep 7, 2002 at 1:35 am -
# New Ticket Created by Elizabeth Mattijsen # Please include the string: [perl #16928] # in the subject line of all future correspondence about this issue. # <URL: ...
Elizabeth Mattijsen
Sep 2, 2002 at 5:57 pm
Sep 3, 2002 at 11:03 am -
# New Ticket Created by Burkhard Meier # Please include the string: [perl #17474] # in the subject line of all future correspondence about this issue. # <URL: ...
Burkhard Meier
Sep 21, 2002 at 5:01 pm
Sep 5, 2013 at 9:30 am -
For some reason (1 liner containing "remove"?), onion.perl.org decided that the above message was an unsubscribe request. -- ams
Abhijit Menon-Sen
Sep 30, 2002 at 4:26 pm
Oct 2, 2002 at 4:57 am
Group Overview
group | perl5-porters |
categories | perl |
discussions | 277 |
posts | 1,255 |
users | 126 |
website | perl.org |
126 users for September 2002
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)