Search the web
Sign In
New User? Sign Up
perl5-porters
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 75379 - 75408 of 89846   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
75379
From: Nicholas Clark [mailto:nick@...] ... Icarus ... To be honest, no I can't. I don't even recall adding fcrypt to that perl3 port (although I can...
Moore, Paul
Paul.Moore@...
Send Email
Nov 1, 2000
9:45 am
75380
... Other tests (e.g. t/lib/thr5005.t t/op/lex_assign.t t/op/local.t t/op/pat.t t/op/regexp.t t/op/sort.t t/pragma/warnings.t) brush this problem under the...
Robin Barker
rmb1@...
Send Email
Nov 1, 2000
10:41 am
75381
... Self-ties are badly broken, and in the development version of perl they are disallowed - see the recent p5p traffic for details. Use a normal tie if at...
Alan Burlison
Alan.Burlison@...
Send Email
Nov 1, 2000
10:58 am
75382
... On AIX 4.3.0 (in fact 4.3.2, but oslevel doesn't show it) with 4.4.0.3 actually, but *with* -DDEBUGGING. Your patch is checked (as reported) to be...
H.Merijn Brand
h.m.brand@...
Send Email
Nov 1, 2000
11:08 am
75383
This is a bug report for perl from root@..., generated with the help of perlbug 1.26 running under perl 5.00503. ... [Please enter your...
root
root@...
Send Email
Nov 1, 2000
11:33 am
75384
... None at all. I believe the problem was with prototyping, and how come no other platform has problems. The current code seems to work fine, and if it's...
Nicholas Clark
nick@...
Send Email
Nov 1, 2000
12:16 pm
75385
... s/they are disallowed/self-tied arrays and hashes are completely disallowed because they tend to cause unbounded recursion leading into core dumps/ Someone...
Jarkko Hietaniemi
jhi@...
Send Email
Nov 1, 2000
1:36 pm
75386
... Yes, looks like we need to define the semantics of this more tightly. Consider $a0 = "\0"; $b0 = substr("\0\x{100}", 0, 1); $a1 = ~$a0; $b1 = ~$b0; Yes, I...
Jarkko Hietaniemi
jhi@...
Send Email
Nov 1, 2000
1:58 pm
75387
... My current thinking on -Duseperlio by the way is that when we have "disciplines" (layers or whatever) it will be entierly resonable to "push" a "stdio"...
Nick Ing-Simmons
nik@...
Send Email
Nov 1, 2000
2:15 pm
75388
This is a success report for perl from domo@..., generated with the help of perlbug 1.32 running under perl v5.7.0. Perl reported to build OK on this...
Dominic Dunlop
domo@...
Send Email
Nov 1, 2000
2:20 pm
75389
... As I never spec'ed what PerlIO_ungetc() did whether it is complete or not is moot. I seem to recall way back in 5.003_02 conducting a "poll" on what...
Nick Ing-Simmons
nik@...
Send Email
Nov 1, 2000
2:30 pm
75390
... Applied, thanks. -- $jhi++; # http://www.iki.fi/jhi/ # There is this special biologist word we use for 'stable'. # It is 'dead'. -- Jack Cohen...
Jarkko Hietaniemi
jhi@...
Send Email
Nov 1, 2000
2:49 pm
75391
... Applied, thanks. (With "a hints file"...what hints file are you referring to? Do you need to modify some existing one or create a new one?) -- $jhi++; #...
Jarkko Hietaniemi
jhi@...
Send Email
Nov 1, 2000
2:54 pm
75392
... Which version of Perl on UNIX does this? As I noted at least 5.6.0 should have it right. -- $jhi++; # http://www.iki.fi/jhi/ # There is this special...
Jarkko Hietaniemi
jhi@...
Send Email
Nov 1, 2000
2:57 pm
75393
... Thanks, patch applied. -- $jhi++; # http://www.iki.fi/jhi/ # There is this special biologist word we use for 'stable'. # It is 'dead'. -- Jack Cohen...
Jarkko Hietaniemi
jhi@...
Send Email
Nov 1, 2000
3:00 pm
75394
... Applied (manually, my patch(1) didn't like the above). -- $jhi++; # http://www.iki.fi/jhi/ # There is this special biologist word we use for 'stable'. # It...
Jarkko Hietaniemi
jhi@...
Send Email
Nov 1, 2000
3:02 pm
75395
... This is perl, version 5.005_03 built for sgi6-irix The curse of having too many versions of Perl on too many hosts, many of which are not under my control....
John P. Linderman
jpl@...
Send Email
Nov 1, 2000
3:04 pm
75396
... Maybe this is a perl6-meta question, but in the opinion of perl5-porters what's the best way of getting a copy of the ANSI C spec (definitely C89 is more...
Nicholas Clark
nick@...
Send Email
Nov 1, 2000
3:05 pm
75397
... This is what I applied to (post-5.7.0): Change 7515 by jhi@alpha on 2000/11/01 16:52:31 Subject: [ID 20001005.004] doc bug: perlsec misleading re file...
Jarkko Hietaniemi
jhi@...
Send Email
Nov 1, 2000
4:55 pm
75398
I rsync the patches instead of the sources because these can be applied to all my systems, whereas rsynced files are rynced to one system only. I've got two...
H.Merijn Brand
h.m.brand@...
Send Email
Nov 1, 2000
4:57 pm
75399
... People buy all sorts of crap. The 'Perl for Dummies' books, which are execrable, also have high ratings on Amazon. Schildt has a clear, readable writing...
Mark-Jason Dominus
mjd@...
Send Email
Nov 1, 2000
5:02 pm
75400
Ummm, on second reading I notice the hardwired references to the 2nd Edition Camel. I think it would be wiser either to refer to the 3rd Edition, or drop the...
Jarkko Hietaniemi
jhi@...
Send Email
Nov 1, 2000
5:19 pm
75401
On Tue, 31 Oct 2000 14:06:51 -0800 (PST), Peter Prymmer <pvhp@...> wrote: Could you also take a look at the dependencies in the Makefile. On *every* ... ...
H.Merijn Brand
h.m.brand@...
Send Email
Nov 1, 2000
5:46 pm
75402
... This: 4.9.7.11 The ungetc Function Synopsis #include <stdio.h> int ungetc(int c, FILE *stream); Description The ungetc function pushes the character...
Dominic Dunlop
domo@...
Send Email
Nov 1, 2000
5:53 pm
75403
... <golf> $b0=substr(v256.0,1) :) </golf> ... (2) makes a little more sense to me than (1). (Assuming you mean truncating each character to 8 bits, not just...
Yitzchak Scott-Thoennes
sthoenna@...
Send Email
Nov 1, 2000
5:56 pm
75404
... I'd strongly recommend sticking with rsync. The rsync mirror is automatic and syncs with the repository every five minutes. Updating the patch area still...
Gurusamy Sarathy
gsar@...
Send Email
Nov 1, 2000
5:58 pm
75405
... You guys are just too fast for me to keep up :-) But can anyone tell me why we are _not_ just including Perl_deb in perl.exp? Wouldn't we then not have to...
John L. Allen
allen@...
Send Email
Nov 1, 2000
6:09 pm
75406
Tie::RefHash is cool, but it won't let you make hashes-of-hashes using references as keys: use Tie::RefHash; use strict 'refs'; $ref = []; $ref1 = []; tie %h,...
Edward Avis
epa98@...
Send Email
Nov 1, 2000
6:12 pm
75407
... Sure; the only reason I added the 2nd ed refs was because the perlfaq was pointing to specific chapters and even page numbers in Camel v2; the chapter...
John Borwick
jhborwic@...
Send Email
Nov 1, 2000
6:21 pm
75408
... No, I didn't mean truncating to 8 bits, I meant ignoring the UTF8ness. Bytes. Bytes. Bytes. ... ord() it, for example. 255 is mighty different from...
Jarkko Hietaniemi
jhi@...
Send Email
Nov 1, 2000
6:31 pm
Messages 75379 - 75408 of 89846   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help