Search Discussions
-
This is a bug report for perl from chris@netmonger.net, generated with the help of perlbug 1.26 running under perl 5.00503. ----------------------------------------------------------------- [Please ...
Christopher Masto
Nov 3, 1999 at 9:20 pm
Nov 11, 1999 at 7:14 pm -
Hi! Nope. It's completly related to free()ing memory which hasn't been malloc()'ed before. There can't be such a thing like the "wrong malloc()" since my perl has been build with "usemymalloc=n". ...
Joerg Schumacher
Nov 17, 1999 at 10:59 pm
Nov 21, 1999 at 9:09 pm -
Hello *, I've experimented with a threading Perl 5.005_03 on Solaris 2.5.1/2.6/2.7, compiled with the native Sun cc, using -lpthread -mt (these options produced the most reasonable binary, egcs/gcc ...
Marek Rouchal DAT CAD HW Tel 25849
Nov 9, 1999 at 8:26 am
Dec 1, 1999 at 5:18 pm -
FYI. Sarathy gsar@ActiveState.com -----------------------------------8<----------------------------------- Change 4521 by gsar@auger on 1999/11/05 04:35:30 allow $\ to work right when set to a string ...
Gurusamy Sarathy
Nov 5, 1999 at 4:54 am
Nov 7, 1999 at 1:33 am -
This is a bug report for perl from Philip.Newton@datenrevision.de, generated with the help of perlbug 1.26 running under perl 5.00503. ...
,,,
Nov 19, 1999 at 7:12 am
Nov 29, 1999 at 7:59 am -
I have just talked to one too many people who have been bitten by this... Is there any possibility of having Perl's chomp() command be modified to recognize \n, \r, and \r\n as line-endings to chomp? ...
Ben_tilly
Nov 19, 1999 at 3:26 pm
Nov 22, 1999 at 5:30 pm -
Below is a patch that decouples the match variables from the op tree and places them in the thread structure. This will fix bug 19990707.008: overwriting of regexp match variables by multiple ...
Brian Mancuso
Nov 19, 1999 at 8:05 pm
Nov 30, 1999 at 12:12 am -
Now that system() and open "...|" work as well on Unix as on less obsolete systems, should not we backport C<system 1, whatever to Unix too? For those how did not follow: on most of the non-Unix ...
Ilya Zakharevich
Nov 2, 1999 at 10:42 pm
Nov 3, 1999 at 5:08 pm -
Is this idea I just had REALLY farfetched? I sounds to me like it would take some serious work to incorporate: { local select(FH); $| = 1; } # former handle now select()ed { local ...
Jeff Pinyan
Nov 16, 1999 at 9:50 pm
Dec 13, 1999 at 12:13 am -
Looking at the todo list and thinking which features could be IMHO nice to have in 5.6, lexical subs seem like a worthy addition. Here's the most recent thread on the subject, basically the idea and ...
Jarkko Hietaniemi
Nov 3, 1999 at 2:47 pm
Dec 6, 1999 at 8:02 pm -
Currently one can fake conditional `use' statemenst with BEGIN blocks, however, this works only for those `use's teh effect of which is not lexically scoped. The following patch makes use foo if bar; ...
Ilya Zakharevich
Nov 18, 1999 at 5:45 am
Nov 19, 1999 at 6:30 pm -
This is a bug report for perl from michael@shoebox.net, generated with the help of perlbug 1.26 running under perl 5.00503. ----------------------------------------------------------------- [Please ...
Michael Fowler
Nov 2, 1999 at 1:03 am
Nov 10, 1999 at 11:13 pm -
On 22 Nov 1999 07:21:40 GMT, mjd@plover.com wrote in his summary: [a summary from Dan Sugalski] Roughly half the variables are shared and the rest are distinct. For example, the stack is distinct, ...
Gurusamy Sarathy
Nov 22, 1999 at 5:09 pm
Nov 22, 1999 at 10:28 pm -
Hi, eof() (the < magic version) returns true if no attempt to read from < has yet been made. A simple test case (that doesn't illustrate why I want to do this) is #! /usr/local/bin/perl -w use ...
Ralph Corderoy
Nov 30, 1999 at 6:22 pm
Dec 14, 1999 at 4:00 pm -
For some reason, Perl accepts a while loop with an empty conditional. while ( ) { print "TRUE"; sleep 1; } results in a big list of TRUEs. This is odd in several ways: 1) Everything else (until, if, ...
Michael G Schwern
Nov 19, 1999 at 9:17 pm
Nov 20, 1999 at 4:36 am -
Hi!, I have tested the same simple program in perl5 and perl4 with different result: The program, make an (bitwise) AND operation: -------BEGIN---------- #!/usr/local/bin/perl local($a); local($b); ...
COLAPSO
Nov 23, 1999 at 10:25 am
Nov 24, 1999 at 2:04 am -
I work as an electrical engineer, designing asics. I wanted to develop something that would let me quickly model hardware in perl. I was working on an ASIC design that had two clock domains that ...
Bartels
Nov 22, 1999 at 6:50 pm
Nov 23, 1999 at 10:56 pm -
This is a bug report for perl from ilya@karetnikova.uucp, generated with the help of perlbug 1.27 running under perl 5.00562. ----------------------------------------------------------------- [Please ...
Ilya
Nov 16, 1999 at 6:24 am
Nov 16, 1999 at 6:06 pm -
Hi, I was looking at the Perl compiler stuff for the first time today, and I discovered that, while it is possible to generate bytecode files, there doesn't seem to be a means of running them... ...
Moore, Paul
Nov 3, 1999 at 4:44 pm
Nov 7, 1999 at 12:56 pm -
The following patch provides a new macro, SvLOCK, which lets XS code snag a perl-level lock on an arbitrary SV *. (FWIW, I can't get inbound mail for a while, so replies'll be a bit tardy) --- sv.h;1 ...
Dan Sugalski
Nov 16, 1999 at 2:31 pm
Nov 17, 1999 at 12:16 am -
I am writing often writing obfuscated code to learn perl arcana. Apparently it is also good perl stress-test. This stuff crashes perl 5.005_62. Note the various behaviors if you define $o or if you ...
Stéphane Payrard -- stef@adnaccess.com (06 60 95 82 69)
Nov 9, 1999 at 10:49 am
Nov 9, 1999 at 9:59 pm -
Now when we have lvalue subs, what is stopping people for adding $/-per filehandle? 2 month ago it was (?) agreed that lvalue subs are the only thing which was missing to get backward-compatible ...
Ilya Zakharevich
Nov 6, 1999 at 8:35 pm
Nov 9, 1999 at 7:52 am -
A couple of days ago someone (mjd?) was wondering if the problem that threads have with the regex match variables (where the regex variables are tied to pieces of the code and reflect the last thread ...
Dan Sugalski
Nov 5, 1999 at 5:52 pm
Nov 6, 1999 at 6:09 pm -
Essentially, the convention on MacPerl is that a message like Syntax error in script.plx, line 46 is formatted as # Syntax Error File "script.plx"; Line 46 Since the # is a comment character, this ...
Matthias Ulrich Neeracher
Nov 3, 1999 at 12:47 am
Nov 3, 1999 at 3:02 pm -
This is a pretty high impact patch. It makes xsubpp recognize cases when an XSUB may use dXSTARG macro. It also gives examples of how one would use this macro. ;-) Any function with a return value ...
Ilya Zakharevich
Nov 3, 1999 at 8:09 am
Dec 9, 1999 at 8:40 pm -
This is a bug report for perl from jklein@alerts.co.il, generated with the help of perlbug 1.20 running under perl 5.00404. ----------------------------------------------------------------- [Please ...
Yossi Klein
Nov 25, 1999 at 7:09 am
Nov 25, 1999 at 2:27 pm -
This is a bug report for perl from k@hohenstaufen.in-berlin.de, generated with the help of perlbug 1.27 running under perl 5.00563. ----------------------------------------------------------------- ...
Andreas J. Koenig
Nov 18, 1999 at 6:01 pm
Nov 25, 1999 at 10:58 am -
This is a build failure report for perl from pvhp@forte.com, generated with the help of perlbug 1.27 running under perl 5.00562. ----------------------------------------------------------------- ...
Peter Prymmer
Nov 2, 1999 at 10:11 pm
Nov 14, 1999 at 8:21 pm -
This is a bug report for perl from mstevens@imaginet.co.uk, generated with the help of perlbug 1.20 running under perl 5.00404. ----------------------------------------------------------------- ...
Michael Stevens
Nov 24, 1999 at 5:54 pm
Nov 24, 1999 at 9:11 pm -
This is the reworked version of my old 'PREPARE on my Dog $spot' patch. Documentation is in the first chunks. I also catched a possibility to remove a defined out chunk of gv.c. Ilya P.S. I inserted ...
Ilya Zakharevich
Nov 21, 1999 at 8:01 am
Dec 9, 1999 at 6:42 am -
This patch: a) adds some comments to REx compile-time sniffer/optimizer; b) makes debugging output for REx charclasses print the contents of the charclass; c) Implements first-char cognizance in the ...
Ilya Zakharevich
Nov 24, 1999 at 3:55 am
Dec 8, 1999 at 6:00 pm -
Hi, to quote "perldoc perlfunc": Shadow password files are only supported if your vendor has implemented them in the intuitive fashion that calling the regular C library routines gets the shadow ...
Jochen Wiedmann
Nov 26, 1999 at 10:43 pm
Nov 29, 1999 at 1:47 pm -
I find this problem when I use perl5 compiled under Linux. % perl -v This is perl, version 5.005_03 built for i386-linux % perl print 8473018401 % 524288 , "\n" 524287 The correct answer should be ...
Wei, Guoheng
Nov 17, 1999 at 5:45 pm
Nov 18, 1999 at 7:08 pm -
This is a bug report for perl from pimlott@idiomtech.com, generated with the help of perlbug 1.26 running under perl 5.00503. ----------------------------------------------------------------- [Please ...
Andrew Pimlott
Nov 14, 1999 at 10:48 pm
Nov 16, 1999 at 2:17 pm -
A couple of hours ago I sent an explanation why embedded templates are a "good thing to do". Here is the patch. Documentation in the first two chunks. One needs to do 'make regen_headers'. Changed ...
Ilya Zakharevich
Nov 3, 1999 at 4:33 am
Nov 5, 1999 at 7:18 am -
perl -we 'defined ${$1}' gives the errors Useless use of defined operator in void context at -e line 1. Modification of a read-only value attempted at -e line 1. Simpler examples give the expected ...
M.J.T. Guy
Nov 3, 1999 at 5:57 pm
Mar 17, 2010 at 5:17 pm -
Is there something internally special about pragmas? Specifically, is there any reason we can't make our own? -- MIDN 4/C PINYAN, USNR, NROTCURPI http://www.pobox.com/~japhy/ jeff pinyan: ...
Jeff Pinyan
Nov 20, 1999 at 12:46 am
Nov 21, 1999 at 9:27 pm -
My summary of p5p activity for 10/25 - 10/31 is available at http://www.perl.com/pub/1999/10/p5pdigest/THISWEEK-19991031.html It was delayed by computer hardware problems at my home. If you want to ...
Mark-Jason Dominus
Nov 3, 1999 at 5:02 pm
Nov 3, 1999 at 9:45 pm -
This is a bug report for perl from inaba@st.rim.or.jp, generated with the help of perlbug 1.26 running under perl 5.00503. ----------------------------------------------------------------- [Please ...
Inaba Hiroto
Nov 28, 1999 at 11:57 am
Jul 17, 2010 at 9:11 am -
This is a bug report for perl from jarausch@numa1.igpm.rwth-aachen.de, generated with the help of perlbug 1.27 running under perl 5.00563. ...
Helmut Jarausch
Nov 26, 1999 at 1:07 pm
Dec 4, 1999 at 1:19 am -
Hi, Assigning a /gx regexp to a list breaks \G in the following regexp. #! /usr/local/bin/perl -w $_ = 'a 1 b 2 c 3'; print "bug\n"; ($a, $b) = /^(\w)\s(\d)\s/gx; print "a=$a b=$b\n"; ($a, $b) = ...
Ralph Corderoy
Nov 30, 1999 at 4:07 pm
Dec 2, 1999 at 11:21 am -
Apologies for sending this to what I suspect is an inappropriate address, but would you mind forwarding it for me please? (And what's the <suggestion-box@perl.org address?) My suggestion: I'd like to ...
Mike Taylor
Nov 19, 1999 at 3:22 pm
Nov 19, 1999 at 6:17 pm -
I found <URL:http://www4.telge.kth.se/~d99_kme/ on memepool. That's Perl code back there. :-) Greg
Greg Bacon
Nov 19, 1999 at 8:14 pm
Nov 20, 1999 at 8:42 pm -
This patch moves the optimized leading-node lookup from regexec() into a separate subroutine, and uses this subroutine in re_intuit_start() as well. This should be a pretty major optimization. ...
Ilya Zakharevich
Nov 9, 1999 at 5:02 am
Nov 14, 1999 at 10:04 pm -
Although setting $/ to "" is mentioned, saying Perl treats empty lines as delimiters, I think it may be useful to explicitly mention that: { $/ = ""; chomp(@para = <FH ); } Removes all the \n's at ...
Jeff Pinyan
Nov 12, 1999 at 5:41 am
Nov 12, 1999 at 2:17 pm -
This is a bug report for perl from jhi@mimosa.hut.fi, generated with the help of perlbug 1.27 running under perl 5.00562. ----------------------------------------------------------------- [Please ...
Jarkko Hietaniemi
Nov 10, 1999 at 12:55 pm
Nov 10, 1999 at 11:25 pm -
I've been watching the modlist for the last few months, and basically nothing since roughly June seems to have made it into the updated lists. For example, the following modules I placed in CPAN in ...
Benjamin Franz
Nov 1, 1999 at 3:37 pm
Nov 10, 1999 at 2:27 pm -
I don't want to start any religious arguments. If we're not supposed to grandfather coding style, ignore this patch. Simon *** pp_ctl.c.old Mon Nov 1 18:43:14 1999 --- pp_ctl.c Mon Nov 1 19:08:12 ...
Simon Cozens
Nov 1, 1999 at 10:13 am
Nov 2, 1999 at 1:37 am -
This patch adds a new module XSLoader.pm to the distribution. All modules (except IPC::SysV, which is doing something strange) in the distribution made use it instead of DynaLoader. The memory ...
Ilya Zakharevich
Nov 16, 1999 at 6:50 am
Dec 7, 1999 at 6:27 am -
Hi I download a complied version of perl 5,00404 for alpha-dec-osf (OSF1 , V4.0) , The aim was to get sybperl working. Sybperl had a couple of warning messages (i.e make) but failed at the test stage ...
Neequaye, Bridget
Nov 30, 1999 at 12:10 pm
Dec 2, 1999 at 7:06 pm
Group Overview
group | perl5-porters |
categories | perl |
discussions | 226 |
posts | 1,102 |
users | 212 |
website | perl.org |
212 users for November 1999
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)