Search Discussions
-
97
perl@16539
http://www.iki.fi/jhi/perl@16539.tgz http://www.iki.fi/jhi/perl@16539.tbz ftp://ftp.funet.fi/pub/languages/perl/snap/perl@16539.tgz ftp://ftp.funet.fi/pub/languages/perl/snap/perl@16539.tbz ...Jarkko Hietaniemi
May 10, 2002 at 4:27 pm
May 24, 2002 at 2:27 am -
The below list consists of modules that have either had problems (I hope that is the right tense) with bleadperl, or modules that I consider to be rather essential, or modules that are complex enough ...
Jarkko Hietaniemi
May 28, 2002 at 1:33 am
May 31, 2002 at 5:40 pm -
38
perl@16433
http://www.iki.fi/jhi/perl@16433.tgz http://www.iki.fi/jhi/perl@16433.tbz ftp://ftp.funet.fi/pub/languages/perl/snap/perl@16433.tgz ftp://ftp.funet.fi/pub/languages/perl/snap/perl@16433.tbz ...Jarkko Hietaniemi
May 6, 2002 at 2:50 pm
May 10, 2002 at 4:36 am -
38
perl@16307
http://www.iki.fi/jhi/perl@16307.tgz http://www.iki.fi/jhi/perl@16307.tbz ftp://ftp.funet.fi/pub/languages/perl/snap/perl@16307.tgz ftp://ftp.funet.fi/pub/languages/perl/snap/perl@16307.tbz ...Jarkko Hietaniemi
May 1, 2002 at 2:53 pm
May 4, 2002 at 7:18 pm -
Hi, I noticed that 5005threads does indeed do. -- while (PL_nthreads 1) { DEBUG_S(PerlIO_printf(Perl_debug_log, "perl_destruct: final wait for %d threads\n", PL_nthreads - 1)); ...
Arthur Bergman
May 12, 2002 at 5:29 pm
May 14, 2002 at 8:07 am -
The following core XS modules Encode/Encode.xs Encode/Unicode/Unicode.xs PerlIO/Via/Via.xs PerlIO/encoding/encoding.xs attrs/attrs.xs all [1] include code that checks whether warnings are enabled ...
Paul Marquess
May 16, 2002 at 10:57 am
May 21, 2002 at 10:33 am -
Here's problems found in a test run I just ran on an up-to-date Cygwin/98. t/io/fs.............................# Failed at io/fs.t line 101 # got '1' # expected '3' FAILED at test 4 ...
Michael G Schwern
May 23, 2002 at 10:51 pm
May 29, 2002 at 1:37 pm -
consider the following: use strict; sub foo::bar { print "foobar(@_)!\n" }; foo- bar(qw/a b c/); This works fine. Then comment out the 'use strict'. The script now outputs: Unquoted string "foo" may ...
Dave Mitchell
May 10, 2002 at 10:14 pm
Jun 5, 2002 at 7:52 am -
Not off-hand. Hopefully the latest doesn't. CC'd to perl5-porters as I'm sure someone there will know (or ought to :) You don't say which version of perl. Tim.
Tim Bunce
May 2, 2002 at 1:38 pm
May 7, 2002 at 11:33 pm -
22
perl@16493
http://www.iki.fi/jhi/perl@16493.tgz http://www.iki.fi/jhi/perl@16493.tbz ftp://ftp.funet.fi/pub/languages/perl/snap/perl@16493.tgz ftp://ftp.funet.fi/pub/languages/perl/snap/perl@16493.tbz ...Jarkko Hietaniemi
May 8, 2002 at 3:55 pm
May 13, 2002 at 1:34 pm -
I watched my smoke carefully, and whenever it hung on cond.t, killed the offending process. I can't see any correlation between -DDEBUGGING -Duseperlio -Dcc='ccache gcc' -Dusethreads -Duseithreads ...
Nicholas Clark
May 8, 2002 at 4:47 pm
May 22, 2002 at 1:43 pm -
"use threads::shared" doesn't hang well with warnings: $ ./perl -Ilib -w -e 'use threads; use threads::shared' Declaration of shared attribute in package UNIVERSAL may clash with future reserved word ...
Dave Mitchell
May 9, 2002 at 8:01 pm
May 15, 2002 at 10:13 pm -
Hi, I got a problem with the 'split' function. I've attached a program that open each file of a directory one at a time, read the entire content of the file in a scalar, then attempt to split the ...
Delta
May 13, 2002 at 8:45 pm
Apr 23, 2012 at 6:08 pm -
Hi! I've tried to condense my experiences with perlio.c into a patch for that file, and some POD changes. The patch to perlapio.pod changes the documentation for PerlIO_exportFILE and PerlIO_findFILE ...
Lupe Christoph
May 5, 2002 at 8:43 am
May 9, 2002 at 1:28 pm -
With the latest bleedperl, % perl -e 'binmode(STDOUT, ":utf-8"); print "\x{1234}\n"' issues a "Wide character in print" warning. This surprises me for two reasons: 1) "utf-8" used to be a valid ...
Jeffrey Friedl
May 11, 2002 at 9:22 am
May 16, 2002 at 2:59 am -
From pod/perldelta.pod: =head2 Localising Tied Arrays and Hashes Is Broken local %tied_array; doesn't work as one would expect: the old value is restored incorrectly. In a fit of hubris, I thought ...
Dave Mitchell
May 6, 2002 at 8:37 pm
May 16, 2002 at 10:27 am -
This is a bug report for perl from sam@airtrout.tregar.com, generated with the help of perlbug 1.33 running under perl v5.7.3. ----------------------------------------------------------------- ...
Sam
May 13, 2002 at 10:22 pm
Aug 3, 2013 at 11:32 pm -
Please integrate this with bleadperl. I am not entirely positive this is the Right Thing, but, well, when those symbols were removed recently, it broke MacPerl, and I noticed that NetWare added them ...
Chris Nandor
May 8, 2002 at 2:05 pm
May 9, 2002 at 3:14 am -
[This patch needs to be discussed before possibly being applied] This patch attempts to fix the fact that localization of a non-existent standard hash element restores its non-existentness on exit, ...
Dave Mitchell
May 3, 2002 at 11:35 pm
May 7, 2002 at 11:17 pm -
14
perl@16925
http://www.iki.fi/jhi/perl@16925.tgz http://www.iki.fi/jhi/perl@16925.tbz ftp://ftp.funet.fi/pub/languages/perl/snap/perl@16925.tgz ftp://ftp.funet.fi/pub/languages/perl/snap/perl@16925.tbz ...Jarkko Hietaniemi
May 31, 2002 at 4:05 pm
Jul 12, 2002 at 10:54 pm -
14
perl@16816
http://www.iki.fi/jhi/perl@16816.tgz http://www.iki.fi/jhi/perl@16816.tbz ftp://ftp.funet.fi/pub/languages/perl/snap/perl@16816.tgz ftp://ftp.funet.fi/pub/languages/perl/snap/perl@16816.tbz ...Jarkko Hietaniemi
May 27, 2002 at 6:04 pm
May 29, 2002 at 11:18 am -
mod_perl.so cannot link in libperl.a on hpux if perl was built with the hpux cc/ld, unless +Z is added to ccflags. i have no hints-fu to get the change right, figure it'll be a sinch for somebody who ...
Doug MacEachern
May 23, 2002 at 2:31 am
May 23, 2002 at 7:29 pm -
Once again, here is a patch for WinCE cross-compiling. It touches mostly ./wince/* files and a few files in other dirs. Should not affect any platform, I checked this with Win32(Borland) build. What ...
Vadim Konovalov
May 11, 2002 at 8:02 pm
May 12, 2002 at 12:01 am -
This is a bug report for perl from nick@ccl4.org, generated with the help of perlbug 1.33 running under perl v5.7.3. ----------------------------------------------------------------- [Please enter ...
Nicholas Clark
May 25, 2002 at 11:27 pm
Feb 1, 2003 at 10:52 am -
Attached. -- $jhi++; # http://www.iki.fi/jhi/ # There is this special biologist word we use for 'stable'. # It is 'dead'. -- Jack Cohen
Jarkko Hietaniemi
May 31, 2002 at 6:14 pm
Jun 3, 2002 at 4:25 am -
Doesn't look good. I have very little time to investigate tonight. And none tomorrow. Nicholas Clark
Nicholas Clark
May 28, 2002 at 9:52 pm
May 29, 2002 at 9:24 pm -
Hallo perl5-porters, from lib/User/pwent.t: my $uid_expect = $uid; if ( $^O eq 'cygwin' ) { $uid_expect = 500; } # go figure print "not " unless $pwent- uid == $uid_expect ; print "ok 2\n"; This ...
Gerrit P. Haase
May 3, 2002 at 10:09 pm
May 7, 2002 at 2:53 pm -
12
perl@16764
http://www.iki.fi/jhi/perl@16764.tgz http://www.iki.fi/jhi/perl@16764.tbz ftp://ftp.funet.fi/pub/languages/perl/snap/perl@16764.tgz ftp://ftp.funet.fi/pub/languages/perl/snap/perl@16764.tbz ...Jarkko Hietaniemi
May 24, 2002 at 1:47 pm
May 25, 2002 at 9:26 pm -
I install bleadperl in /usr/local/bleadperl/bin and put a symlink from /usr/bin. Thus bleadperl executables are not located in path. enc2xs neither. Here's a proof-of-concept path for enc2xs not to ...
Tatsuhiko Miyagawa
May 3, 2002 at 12:44 pm
May 6, 2002 at 7:34 am -
inlined and attached in case the patch gets mangled --- pod/perlipc.pod.orig 2002-05-30 14:55:24.000000000 +0800 +++ pod/perlipc.pod 2002-05-30 15:26:22.000000000 +0800 @@ -168,6 +168,66 @@ the ...
Stas Bekman
May 30, 2002 at 7:29 am
May 30, 2002 at 4:30 pm -
This is a build failure report for perl from jpeacock@kes.internal, generated with the help of perlbug 1.33 running under perl v5.7.3. Failed Test Stat Wstat Total Fail Failed List of Failed ...
John Peacock
May 28, 2002 at 7:21 pm
May 29, 2002 at 7:13 pm -
The DBI has some code to make database access thread safe by having a mutex for the DBI and one cond per DBD driver and thereby not letting two threads enter the same driver. [It does that by default ...
Tim Bunce
May 9, 2002 at 12:25 pm
May 13, 2002 at 2:17 pm -
[Perl5-porters is CC'd on this. Note to them: shuffle() does a for/foreach loop over @_ and modifies the insides. Followup set to perl5-porters, but I post via NNTP and don't know if SMTP people will ...
William R Ward
May 7, 2002 at 3:25 am
May 7, 2002 at 4:25 pm -
Hallo perl5-porters, Failed 9/699 test scripts, 98.00% okay. 62/64646 subtests failed, 99.90% okay. Failed Test Stat Wstat Total Fail Failed List of Failed ...
Gerrit P. Haase
May 24, 2002 at 6:44 pm
May 25, 2002 at 6:55 pm -
10
perl@16654
http://www.iki.fi/jhi/perl@16654.tgz http://www.iki.fi/jhi/perl@16654.tbz ftp://ftp.funet.fi/pub/languages/perl/snap/perl@16654.tgz ftp://ftp.funet.fi/pub/languages/perl/snap/perl@16654.tbz ...Jarkko Hietaniemi
May 17, 2002 at 1:39 pm
May 18, 2002 at 10:02 am -
Hello, all! Here I want to propose a patch that slightly improves situation for WinCE build. 1. utf8.c file have comment near "UNDER_CE" string, which explains a situation. It appears that whole ...
Vadim Konovalov
May 13, 2002 at 8:42 pm
May 16, 2002 at 2:34 pm -
Tim
May 8, 2002 at 9:02 am
May 9, 2002 at 11:06 pm -
Nick, Here is a copy of dialogue between Andreas and me. Andreas is working on a new Encoding called MAB2 and it looks OK and works OK. But one of the characters fails to decode via ...
Dan Kogai
May 7, 2002 at 10:19 am
May 9, 2002 at 2:22 pm -
Hi, I'm trying to compile new release, but it fails at: `sh cflags libperl.a perlio.o` perlio.c CCCMD = cc -n32 -DPERL_CORE -c -D_BSD_TYPES -D_BSD_TIME -woff 1009,1110,1174,1184,1552 ...
Martin MOKREJ©
May 14, 2002 at 8:02 am
Aug 19, 2002 at 9:49 am -
OK, I have updated the definition of perlpath in Porting/Glossary, added a new section to pod/perlport.pod about the distinction between command names and file pathnames, and made the initial changes ...
Paul_greenvos
May 30, 2002 at 9:33 pm
May 31, 2002 at 3:37 am -
Based on email from Ilya Zakharevich to module-authors@perl.org [attached and inlined] +++ pod/perlvar.pod 2002-05-30 15:55:39.000000000 +0800 @@ -1150,8 +1150,22 @@ =item $^X -The name that the Perl ...
Stas Bekman
May 30, 2002 at 7:59 am
May 30, 2002 at 6:42 pm -
A while ago there was a thread whose conclusion was 1) the existing behaviour of local(%tied, @tied) is wrong 2) we need to fix it 3) we can't fix it yet because existing code relies on the broken ...
Dave Mitchell
May 26, 2002 at 1:17 pm
May 27, 2002 at 8:04 pm -
http://www.iki.fi/jhi/perl@16714.tgz http://www.iki.fi/jhi/perl@16714.tbz ftp://ftp.funet.fi/pub/languages/perl/snap/perl@16714.tgz ftp://ftp.funet.fi/pub/languages/perl/snap/perl@16714.tbz ...
Jarkko Hietaniemi
May 20, 2002 at 4:00 pm
May 27, 2002 at 7:54 pm -
Dear Perl5 Porters, I would be grateful if you could take a look at the attached log, which shows a failed compilation for the perl module Storable-2.00. The machine on which I compiled this ...
GRAY, Alex, FM
May 22, 2002 at 2:47 pm
May 22, 2002 at 5:50 pm -
running the script below with -T produces: ExtUtils/testlib.pm loaded Insecure dependency in require while running with -T switch at (eval 2) line 1. notice it does not croak on require of ...
Doug MacEachern
May 15, 2002 at 2:00 am
May 16, 2002 at 11:44 am -
Just when you thought it was safe to smoke Perl... I'm also working on tests for CPAN::FirstTime, though they may require a bit of reorganization to do it right. It'll likely make the code smaller ...
Chromatic
May 10, 2002 at 2:14 am
May 10, 2002 at 2:47 pm -
MY_CXT is supposed to be per-interpreter. my point is that because of this it cannot be used to keep track of loaded shared libraries. and such a mechanism cannot have ties to a PerlInterpreter in ...
Doug MacEachern
May 30, 2002 at 8:21 pm
May 31, 2002 at 4:19 pm -
(Yeah, I know that 5.6.0 breaks in various wacky ways, but in this case, apple's 5.6.0 is the latest released perl version that will build on mac os x.) The old Storable worked great. Storable 2.0.0 ...
Jesse
May 21, 2002 at 8:58 pm
May 25, 2002 at 10:31 pm -
This patch makes the test work with MacPerl, by being more specific about what should be seen in each test. Change #16731 in //depot/macperl/. --Chris --- macperl/t/io/crlf.t#2~16255~ Sun Apr 28 ...
Chris Nandor
May 22, 2002 at 5:35 am
May 23, 2002 at 12:48 pm -
$ grep sleep ext/threads/**/*.t ext/threads/t/basic.t:sleep 2; ext/threads/t/list.t:sleep 1; ext/threads/t/thread.t: # test that sleep lets other thread run ext/threads/t/thread.t: sleep 1; $ All ...
Jarkko Hietaniemi
May 11, 2002 at 9:27 pm
May 13, 2002 at 1:11 pm
Group Overview
group | perl5-porters |
categories | perl |
discussions | 431 |
posts | 2,016 |
users | 174 |
website | perl.org |
174 users for May 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)