Reini Urban
|
e049bd9519
Fixed $$ ($PID) to be dynamic, issue 108. Thanks to flexvault for reporting this.
|
13 years ago |
Reini Urban
|
9e1d1e47f7
Fixed regex_pad offset in threaded perls >= 5.11, issue 68
|
13 years ago |
Reini Urban
|
72a0f86cb5
Changes: update for Invalid version format fixes
|
13 years ago |
Reini Urban
|
ebe85bf087
Bytecode 1.14 bump, update Changes
|
13 years ago |
Reini Urban
|
5b0b7d5247
add check_require to CC
|
13 years ago |
Reini Urban
|
c6d7765342
threaded C: pass around curcv for proper pads
|
13 years ago |
Reini Urban
|
180d3b7434
perlcc: add new option -f passthru to C and CC
|
13 years ago |
Reini Urban
|
0ff123ac22
do not pollute STDERR for missing B methods
|
13 years ago |
Reini Urban
|
9dcbbe74e7
issue96: detect and skip defined(symbol) again.
|
13 years ago |
Reini Urban
|
d6757ada77
merge newpkg into master
|
13 years ago |
Reini Urban
|
f9fcb38a5d
less arguments to XSLoader::load, only XSLoader::load_file needs the stashfile as 2nd arg
|
13 years ago |
Reini Urban
|
f2a7db1823
CC (1.31): added check_entersub, check_bless - bless and new caching
|
13 years ago |
Reini Urban
|
d10a283452
detect typed lexicals for methods
|
13 years ago |
Reini Urban
|
8b07854f91
rewrite method_named with new find_method and unique @candidates
|
13 years ago |
Reini Urban
|
e3399dac50
With hek do not drop FAKE, only for const pv
|
13 years ago |
Reini Urban
|
3390b2945f
Fixed refinition warnings of XS CONSTSUB.
|
13 years ago |
Reini Urban
|
359461ee18
try_isa(): Desperate method finding attempt by trying all seen packages.
|
13 years ago |
Reini Urban
|
03f8cfe750
Fixed wrong boot_ arg for the xs version check with --staticxs
|
13 years ago |
Reini Urban
|
fc7ad55008
fix merge conflicts
|
13 years ago |
Reini Urban
|
790c10deda
Fix -u<module> without file extension. fix unused section->remove(arg)
|
13 years ago |
Reini Urban
|
ff102f0bc5
Stash (1.03): fix compilation for 5.8.8 and below: gv_fetchsv missing
|
13 years ago |
Reini Urban
|
393470583c
const BARE typo 34->64, t/testm.sh: use pcc prefix for the name
|
13 years ago |
Reini Urban
|
59b827dcc5
Merge branch 'master' of github.com:rurban/perl-compiler
|
13 years ago |
Reini Urban
|
df6a14e58d
Stash (1.03): fix compilation for 5.8.8 and below: gv_fetchsv missing
|
13 years ago |
Reini Urban
|
a562ed6c8e
const BARE typo 34->64
|
13 years ago |
Reini Urban
|
04c3094ec3
revise prev. change which broke 50
|
13 years ago |
Reini Urban
|
fd3317390d
More heuristics when method package_pv not found
|
13 years ago |
Reini Urban
|
4b34e4b302
check entersub until end of call to improve method package finding
|
13 years ago |
Reini Urban
|
7c8b8f5bd2
Merge branch 'master' of github.com:rurban/perl-compiler
|
13 years ago |
Reini Urban
|
a4ab615f02
Fixed more method not found
|
13 years ago |