| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
To: perl5-porters@perl.org
Message-ID: <19990118093231.18443.qmail@hotmail.com>
p4raw-id: //depot/cfgperl@2657
|
|
|
| |
p4raw-id: //depot/perl@2640
|
|
|
|
|
| |
Message-Id: <19990118004111.29667.qmail@hotmail.com>
p4raw-id: //depot/perl@2639
|
|
|
| |
p4raw-id: //depot/perl@2632
|
|
|
|
|
| |
p4raw-link: @2602 on //depot/cfgperl: 88b39979ed4ec47a51ecb175fcf086fb7df0ebdb
p4raw-id: //depot/perl@2621
|
|\
| |
| | |
p4raw-id: //depot/perl@2620
|
| |
| |
| |
| |
| |
| | |
Lines: 134
Message-ID: <MLIST_19990111052126.27966.qmail@hotmail.com>
p4raw-id: //depot/cfgperl@2602
|
| |
| |
| |
| |
| |
| | |
To: perl5-porters@perl.org
Message-ID: <MLIST_19990108101557.4481.qmail@hotmail.com>
p4raw-id: //depot/cfgperl@2600
|
| |
| |
| |
| |
| |
| | |
To: perl5-porters@perl.org
Message-ID: <MLIST_199812160055.QAA06272@f10.hotmail.com>
p4raw-id: //depot/cfgperl@2525
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
To: perl5-porters@perl.org
Cc: rmb1@cise.npl.co.uk, nick@ni-s.u-net.com
Message-ID: <MLIST_19981210061651.29891.qmail@hotmail.com>
(Nick's part was applied earlier, in change #2460)
p4raw-link: @2460 on //depot/cfgperl: f2b52f348dbc295b553473d1499a3cb8ae7c7ba4
p4raw-id: //depot/cfgperl@2524
|
| |
| |
| |
| |
| |
| |
| | |
To: nick@ni-s.u-net.com
Cc: perl5-porters@perl.org
Message-ID: <MLIST_19981209043146.16829.qmail@hotmail.com>
p4raw-id: //depot/cfgperl@2523
|
| |
| |
| |
| |
| |
| |
| |
| | |
To: perl5-porters@perl.org
Message-ID: <19981221030326.27660.qmail@hotmail.com>
(slightly reformatted)
p4raw-id: //depot/cfgperl@2492
|
| |
| |
| | |
p4raw-id: //depot/perl@2552
|
| |
| |
| |
| |
| | |
Use them in various B::* rather than have local defs.
p4raw-id: //depot/perl@2551
|
| |
| |
| |
| |
| |
| | |
p4raw-id: //depot/perl@2550
p4raw-integrated: from //depot/cfgperl@2491 'copy in' ext/B/B.xs
(@2460..) 'merge in' ext/B/B/C.pm ext/B/B/CC.pm
ext/B/B/Stackobj.pm (@2524..)
|
| |
| |
| | |
p4raw-id: //depot/perl@2491
|
|/
|
|
|
|
|
|
|
|
|
| |
2. Fixes the bug regarding return value of c-functions generated out
of perl subs. ( Just includes the patch I sent earlier)
3. Incorporates the other changes that need to be done to get CC.pm
use ISA search for packages and methods on the same lines as C.pm
Vishal would appreciate comments about B::Stackobj changes from
someone knowing that module well.
p4raw-id: //depot/perl@2461
|
|
|
| |
p4raw-id: //depot/perl@2458
|
|
|
|
|
| |
Update CC.pm to save %INC, and to co-exist with new C.pm
p4raw-id: //depot/perl@2453
|
|
|
|
|
|
|
| |
PERL_HASH in hv.h - so all saved HV's were mangled - including %INC
which meant that run-time require was re-done.
Removed some debug from C.pm
p4raw-id: //depot/perl@2452
|
|
|
|
|
| |
well as _54, but with pre-scan for classes and save the ISA scheme.
p4raw-id: //depot/perl@2451
|
|
|
| |
p4raw-id: //depot/perl@2450
|
|
|
|
|
|
|
|
| |
avoid most uses of PL_na (which is much more inefficient than a
simple local); update docs to suit; PL_na now being thr->Tna may
be a minor compatibility issue for extensions--will require dTHR
outside of XSUBs (those get automatic dTHR)
p4raw-id: //depot/perl@2387
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Save globs even if we have saved cv itself before - may be imported.
While we don't save "bootstrap" CV we need to provide a stub,
so that if we require it later we don't fall through and attempt
to DynaLoad module again.
Attempt to save %INC so that "require" does not reload things
we have compiled-in (does not work right yet - seems to be due
to PL_incgv being created in perl_parse() current scheme setting
GvHV() is "better" than saving the glob, but still does not
work as I expect).
p4raw-id: //depot/perl@2378
|
|
|
|
|
| |
<jgorman@webbysoft.com>)
p4raw-id: //depot/perl@2344
|
|
|
|
|
|
|
|
|
|
|
| |
1. Provide init_av() from B.xs
2. Export it in B.pm
3. Use it in C.pm
Also disable some pruning in savecv() which seems to undo
my previous patch.
Experimental feature - save pathnames of .so files in easily
grep-able form for use in wrapper to feed to linker.
p4raw-id: //depot/perl@2332
|
|
|
| |
p4raw-id: //depot/perl@2324
|
|
|
|
|
|
| |
Message-ID: <19981029074534.2334.qmail@hotmail.com>
Subject: [PATCH 5.005_52]Compiling modules,more bugfixes for B
p4raw-id: //depot/perl@2146
|
|
|
| |
p4raw-id: //depot/perl@2145
|
|
|
|
|
|
|
|
|
|
| |
(objpp.h is gone, embed.pl now does some of that); objXSUB.h
should soon be automated also; the global variables that
escaped the PL_foo conversion are now reined in; renamed
MAGIC in regcomp.h to REG_MAGIC to avoid collision with the
type of same name; duplicated lists of pp_things in various
places is now gone; result has only been tested on win32
p4raw-id: //depot/perl@2133
|
|
|
|
|
|
| |
Message-Id: <19981022055904.20083.qmail@hotmail.com>
Subject: [PATCH 5.005_52] More fixes for B
p4raw-id: //depot/perl@2072
|
|
|
|
|
|
| |
Message-ID: <19981012014139.19614.qmail@hotmail.com>
Subject: B::CC problems with pp_sassign routine
p4raw-id: //depot/perl@1993
|
|
|
|
|
| |
(MAN3PODS cannot be set to ' '; stray stricture violation)
p4raw-id: //depot/perl@1967
|
|
|
| |
p4raw-id: //depot/perl@1871
|
|
|
| |
p4raw-id: //depot/perl@1842
|
|
|
| |
p4raw-id: //depot/maint-5.005/perl@1708
|
|
|
| |
p4raw-id: //depot/perl@1618
|
|
|
|
|
| |
Message-Id: <199807211713.SAA20735@sable.ox.ac.uk>
p4raw-id: //depot/perl@1617
|
|
|
| |
p4raw-id: //depot/perl@1611
|
|
|
|
|
| |
Message-Id: <13748.6392.921893.643238@alias-2.pr.mcs.net>
p4raw-id: //depot/perl@1605
|
|
|
|
|
|
| |
brute force search script). Result builds and passes all tests on
Solaris. win32 and PERL_OBJECT are still untested.
p4raw-id: //depot/perl@1578
|
|
|
| |
p4raw-id: //depot/ansiperl@1534
|
|
|
|
|
| |
Builds and passes all tests at one limit i.e. -DPERL_GLOBAL_STRUCT
p4raw-id: //depot/ansiperl@1532
|
|
|
| |
p4raw-id: //depot/perl@1518
|
|
|
|
|
|
| |
Message-ID: <13739.64763.792570.626015@alias-2.pr.mcs.net>
Subject: B::Deparse update for qr// and regcreset
p4raw-id: //depot/perl@1507
|
|
|
|
|
|
|
|
| |
Message-ID: <13734.58994.735473.859218@alias-2.pr.mcs.net>
Subject: [PATCH] Re: B::Deparse for(1..100000)
p4raw-link: @1421 on //depot/perl: d8d95777eda225e5e5adb348f812ffc22a87caf5
p4raw-id: //depot/perl@1436
|
|
|
|
|
| |
Message-ID: <m3n2ahx677.fsf@furu.g.aas.no>
p4raw-id: //depot/perl@1421
|
|
|
|
|
|
| |
Message-ID: <13733.45251.47363.431138@alias-2.pr.mcs.net>
Subject: Big B::Deparse update
p4raw-id: //depot/perl@1413
|
|
|
|
|
| |
Message-Id: <13732.16626.904108.608743@alias-2.pr.mcs.net>
p4raw-id: //depot/perl@1395
|
|
|
|
|
| |
Message-ID: <13726.65230.19324.216849@alias-2.pr.mcs.net>
p4raw-id: //depot/perl@1318
|