| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
| |
p4raw-id: //depot/perl@4782
|
|
|
| |
p4raw-id: //depot/perl@4769
|
|
|
|
|
| |
match /^lib/ won't load properly)
p4raw-id: //depot/perl@4765
|
|
|
| |
p4raw-id: //depot/perl@4763
|
|
|
| |
p4raw-id: //depot/perl@4758
|
|
|
|
|
| |
p4raw-link: @4745 on //depot/perl: 0407a77bc74fb10c233a2d09d551311e3628eba5
p4raw-id: //depot/perl@4756
|
|
|
|
|
|
| |
to write to a file other than tmon.out (suggested by Haakon Alstadheim
<Haakon.Alstadheim@sds.no>)
p4raw-id: //depot/perl@4750
|
|
|
| |
p4raw-id: //depot/perl@4746
|
|
|
| |
p4raw-id: //depot/perl@4745
|
|
|
| |
p4raw-id: //depot/perl@4744
|
|
|
| |
p4raw-id: //depot/perl@4737
|
|
|
| |
p4raw-id: //depot/perl@4717
|
|
|
| |
p4raw-id: //depot/perl@4711
|
|
|
|
|
| |
(fix suggested by Hans Mulder)
p4raw-id: //depot/perl@4691
|
|
|
| |
p4raw-id: //depot/perl@4690
|
|
|
|
|
| |
by Hans Mulder)
p4raw-id: //depot/perl@4686
|
|
|
|
|
| |
p4raw-link: @4546 on //depot/perl: 11faa288e292c27cb2ddc4ccdc483b523d26ce19
p4raw-id: //depot/perl@4662
|
|
|
|
|
|
| |
Message-ID: <19991119024527.72749.qmail@hotmail.com>
Subject: [PATCH 5.005_62] Perl on Win95, Mark IIB
p4raw-id: //depot/perl@4653
|
|
|
|
|
| |
perlcc use it (from Tom Hughes <tom@compton.nu>)
p4raw-id: //depot/perl@4631
|
|
|
|
|
| |
Chip Salzenberg)
p4raw-id: //depot/perl@4629
|
|
|
| |
p4raw-id: //depot/perl@4628
|
|
|
| |
p4raw-id: //depot/perl@4624
|
|
|
|
|
|
|
|
|
| |
(change#4043 fixed the need for that)
Message-Id: <199911160650.BAA18874@monk.mps.ohio-state.edu>
Subject: [PATCH 5.005_62] XSLoader.pm
p4raw-link: @4043 on //depot/cfgperl: 09bef84370e90d727656ea11ba5ee8be80e361d3
p4raw-id: //depot/perl@4623
|
|
|
|
|
|
| |
Message-Id: <714DFA46B9BBD0119CD000805FC1F53BDC38E3@UKRUX002.rundc.uk.origin-it.com>
Subject: File::Glob again. Final patch, honest!
p4raw-id: //depot/perl@4615
|
|\
| |
| | |
p4raw-id: //depot/perl@4606
|
| |
| |
| | |
p4raw-id: //depot/cfgperl@4597
|
| |
| |
| |
| |
| | |
(can happen in UNICOS)
p4raw-id: //depot/cfgperl@4596
|
| |
| |
| | |
p4raw-id: //depot/perl@4604
|
|/
|
| |
p4raw-id: //depot/perl@4602
|
|
|
|
|
|
| |
is due to regexps keeping non-constant data in their compiled
structures)
p4raw-id: //depot/perl@4579
|
|
|
|
|
|
| |
p4raw-link: @4565 on //depot/cfgperl: 6688c047a9590c3f89dc0c1c9d684b235df668c4
p4raw-link: @4561 on //depot/cfgperl: 8bc9d5905854a266b70e2103e09a997741ac5d52
p4raw-id: //depot/perl@4575
|
|
|
|
|
|
| |
To: <perl5-porters@perl.org>
Message-ID: <LPBBIIMJKJMPNOGHGLLCMEBFCAAA.gustav@morpheus.demon.co.uk>
p4raw-id: //depot/cfgperl@4568
|
|
|
|
|
|
|
| |
To: perl5-porters@perl.org
Cc: gbarr@pobox.com
Message-Id: <m3emdvw9hp.fsf@sgifford.tir.com>
p4raw-id: //depot/cfgperl@4565
|
|
|
|
|
|
| |
because it may contain host/node identification like
CPU serial numbers.
p4raw-id: //depot/cfgperl@4561
|
|
|
|
|
|
| |
move nv-preserving test out of perl.h into Configure;
use HAS_SETVBUF in IO.
p4raw-id: //depot/cfgperl@4560
|
|\
| |
| | |
p4raw-id: //depot/cfgperl@4555
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
subtests; various subtle bugs, new and old, observed when running
cloned interpreters have been fixed
still to do:
| * dup psig_ptr table
| * merge PADOP GVs support with "our" SVs (existing PADOPs are too
| simple-minded and grab one pad entry each, heavily bloating
| the pad by not avoiding dups)
| * overloaded constants are not really immutable--they need to
| be PADOPs
| * allocator for constants and OPs need to be spelled differently
| (shared vs interpreter-local allocations)
| * optree refcounting is still missing locking (macros are in place)
| * curstackinfo, {mark,scope,save,ret}stack need to be cloned so
| perl_clone() can be called from within runops*()
p4raw-id: //depot/perl@4553
|
|\ \
| |/
| | |
p4raw-id: //depot/cfgperl@4549
|
| |
| |
| | |
p4raw-id: //depot/perl@4546
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
in COP; revert parts of change#4485 and s/xcv_filegv/xcv_file/
(CvFILE() may yet come in handy somewhere); adjust compiler doodads
to suit
p4raw-link: @4485 on //depot/perl: b195d4879f55e1610299cb9b1b55356940c2a577
p4raw-id: //depot/perl@4545
|
| |
| |
| | |
p4raw-id: //depot/cfgperl@4525
|
| |
| |
| | |
p4raw-id: //depot/cfgperl@4524
|
|\ \
| |/
| | |
p4raw-id: //depot/cfgperl@4520
|
| |
| |
| |
| |
| | |
p4raw-link: @4485 on //depot/perl: b195d4879f55e1610299cb9b1b55356940c2a577
p4raw-id: //depot/perl@4516
|
| |
| |
| |
| |
| | |
tested)
p4raw-id: //depot/perl@4515
|
| |
| |
| | |
p4raw-id: //depot/perl@4514
|
|/
|
| |
p4raw-id: //depot/cfgperl@4508
|
|
|
| |
p4raw-id: //depot/perl@4485
|
|
|
|
|
| |
shareable across interpreters)
p4raw-id: //depot/perl@4484
|
|\
| |
| |
| |
| | |
(Ilya's changes won).
p4raw-id: //depot/cfgperl@4468
|