| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Remove 'our' from warnings.pl
p4raw-id: //depot/perlio@8026
|
|
|
|
|
|
|
| |
Message-ID: <20001205212328.C6473@blackrider.aocn.com>
Carp::Heavy parts not very applicable because of recent changes.
p4raw-id: //depot/perl@8013
|
|
|
|
|
| |
Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
p4raw-id: //depot/perl@6869
|
|
|
|
|
|
|
|
| |
all the warnings functions now can take an optional object reference.
Subject: [PATCH bleedperl@6691] warnings pragma update
Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
p4raw-id: //depot/perl@6707
|
|
|
| |
p4raw-id: //depot/perl@6146
|
|
|
| |
p4raw-id: //depot/perl@5995
|
|
|
| |
p4raw-id: //depot/perl@5702
|
|
|
|
|
| |
scope, among other things (from Paul Marquess)
p4raw-id: //depot/perl@5170
|
|
|
|
|
| |
p4raw-link: @5131 on //depot/perl: 34d09196f6a006314d7ea49a091a30ce5ee08bff
p4raw-id: //depot/perl@5135
|
|
|
| |
p4raw-id: //depot/perl@5025
|
|
|
|
|
| |
<gbacon@cs.uah.edu>)
p4raw-id: //depot/perl@4947
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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@4038
|