openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
perl-compiler
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Aug 20, 2024 — Aug 20, 2025
Showing page 188 of 201
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
silence 5.6 -Mblib warnings
Reini Urban
More...
over 15 years ago
silence 5.6 -Mblib warnings
Reini Urban
More...
over 15 years ago
revert stderr change, fixes 5.6 BC tests
Reini Urban
More...
over 15 years ago
revert stderr change, fixes 5.6 BC tests
Reini Urban
More...
over 15 years ago
add CC arith and type test 32
Reini Urban
More...
over 15 years ago
add CC arith and type test 32
Reini Urban
More...
over 15 years ago
revert 5.6 policy
Reini Urban
More...
over 15 years ago
revert 5.6 policy
Reini Urban
More...
over 15 years ago
update testcore.t and status
Reini Urban
More...
over 15 years ago
update testcore.t and status
Reini Urban
More...
over 15 years ago
more 5.10 union braces
Reini Urban
More...
over 15 years ago
more 5.10 union braces
Reini Urban
More...
over 15 years ago
added CC -O3
Reini Urban
More...
over 15 years ago
added CC -O3
Reini Urban
More...
over 15 years ago
1.13 release (what a number for various MSWin32, MSVC fixes) Tested with MSVC (MSVC compiles test29 and bigger examples awfully slow! 7:30min, 30MB mem, 98% CPU, 2GHz)
Reini Urban
More...
over 15 years ago
1.13 release (what a number for various MSWin32, MSVC fixes) Tested with MSVC (MSVC compiles test29 and bigger examples awfully slow! 7:30min, 30MB mem, 98% CPU, 2GHz)
Reini Urban
More...
over 15 years ago
1.12 2009-12-31 rurban __DATA__ handles work now. Also more Bytecode fixes. * t/testplc.sh: Added -S: skip all but -S and Concise * Bytecode.pm (1.05): Adapt RV 5.11 change from SV to IV, detect ROK at B::IV::bsave analog to C.pm. Fixes test 16. Set prototype sv_flags at first, so it cannot assert. Fixes tests 27 and 29. More work on 5.6 compat. * bytecode.pl: Fixed 5.6 %alias_to sizes. * bytecode.h: Fix BSET_cop_label for 5.11. Fixes test 21. * t/bytecode.t: Added DEBUGGING to the mix. 5.11 is now completely the same as 5.10. Remaining failures are now 9,10,12 for DEBUGGING (or non-threaded?). * C.pm: Added xpvuv (coverage in 5.6.2 test 21). Added PMOP->pmstash/pmstashpv (no coverage yet). Checked against -Wall -Wextra: Added missing pmop->stash for 5.8. Added missing cop->cop_io for 5.8. Added braces to union inits (MSVC Todo). Remove unused dTARG and dSP. Fixed CC test 29 on 5.6.2, not checked why. Fixed __DATA__ test 15 on 5.10 and 5.11. * TESTS: Updated with 5.10.1 CORE results
Reini Urban
More...
over 15 years ago
1.12 2009-12-31 rurban __DATA__ handles work now. Also more Bytecode fixes. * t/testplc.sh: Added -S: skip all but -S and Concise * Bytecode.pm (1.05): Adapt RV 5.11 change from SV to IV, detect ROK at B::IV::bsave analog to C.pm. Fixes test 16. Set prototype sv_flags at first, so it cannot assert. Fixes tests 27 and 29. More work on 5.6 compat. * bytecode.pl: Fixed 5.6 %alias_to sizes. * bytecode.h: Fix BSET_cop_label for 5.11. Fixes test 21. * t/bytecode.t: Added DEBUGGING to the mix. 5.11 is now completely the same as 5.10. Remaining failures are now 9,10,12 for DEBUGGING (or non-threaded?). * C.pm: Added xpvuv (coverage in 5.6.2 test 21). Added PMOP->pmstash/pmstashpv (no coverage yet). Checked against -Wall -Wextra: Added missing pmop->stash for 5.8. Added missing cop->cop_io for 5.8. Added braces to union inits (MSVC Todo). Remove unused dTARG and dSP. Fixed CC test 29 on 5.6.2, not checked why. Fixed __DATA__ test 15 on 5.10 and 5.11. * TESTS: Updated with 5.10.1 CORE results
Reini Urban
More...
over 15 years ago
release 1.10
Reini Urban
More...
over 15 years ago
release 1.10
Reini Urban
More...
over 15 years ago
grab_stash only via new -stash, not automatically; B::C is better. ldopts -std only when modules are given. fix for empty options. add -sharedxs, -sharedlib; -shared is now for shared linkage, -sharedlib to create a shared lib (was -shared before but never worked) (NYI), -sharedxs to also link shared xsubs, no run-time DynaLoader/XSLoader needed (NYI).
Reini Urban
More...
over 15 years ago
grab_stash only via new -stash, not automatically; B::C is better. ldopts -std only when modules are given. fix for empty options. add -sharedxs, -sharedlib; -shared is now for shared linkage, -sharedlib to create a shared lib (was -shared before but never worked) (NYI), -sharedxs to also link shared xsubs, no run-time DynaLoader/XSLoader needed (NYI).
Reini Urban
More...
over 15 years ago
fixed couple of minor bugs detected with new t/testcore.t: t/CORE/comp/retainedlines.t => Use of uninitialized value $len, save_hek Use of uninitialized value $i in printf at C.pm line 49 Undefined value assigned to typeglob at C.pm line 2901 Do not overwrite run-time @ARGV on >= 5.10 (GP and AV). Fixes @ARGV, test c_argv.t
Reini Urban
More...
over 15 years ago
fixed couple of minor bugs detected with new t/testcore.t: t/CORE/comp/retainedlines.t => Use of uninitialized value $len, save_hek Use of uninitialized value $i in printf at C.pm line 49 Undefined value assigned to typeglob at C.pm line 2901 Do not overwrite run-time @ARGV on >= 5.10 (GP and AV). Fixes @ARGV, test c_argv.t
Reini Urban
More...
over 15 years ago
new tests
Reini Urban
More...
over 15 years ago
new tests
Reini Urban
More...
over 15 years ago
release 1.09 * C.pm: Cut down the number of AUTOLOAD'ed optrees, search only on empty gv->cv (31). Added very unsafe -O4/-fcop to eliminate most cops and file + line numbers. Added faster -fav-init to -O2, less unneeded av_extend(). Get rid of fbm_compile (11). Only 5.8.9 is broken. * CC.pm (1.02): partially fix eval "" for >=5.8.9, wrong CORE cc_runtime.h definition. (test 29 - eval "") * t/test.pl, t/c*.t: Simplify C/CC testsuite. * t/testc.sh: fixed -E Added -o for orig, no -Mblib * t/c_o3.t, t/c_o4.t: added
Reini Urban
More...
over 15 years ago
release 1.09 * C.pm: Cut down the number of AUTOLOAD'ed optrees, search only on empty gv->cv (31). Added very unsafe -O4/-fcop to eliminate most cops and file + line numbers. Added faster -fav-init to -O2, less unneeded av_extend(). Get rid of fbm_compile (11). Only 5.8.9 is broken. * CC.pm (1.02): partially fix eval "" for >=5.8.9, wrong CORE cc_runtime.h definition. (test 29 - eval "") * t/test.pl, t/c*.t: Simplify C/CC testsuite. * t/testc.sh: fixed -E Added -o for orig, no -Mblib * t/c_o3.t, t/c_o4.t: added
Reini Urban
More...
over 15 years ago
* t/test.pl, t/c*.t: Simplify C/CC testsuite. * t/c_o3.t: added
Reini Urban
More...
over 15 years ago
* t/test.pl, t/c*.t: Simplify C/CC testsuite. * t/c_o3.t: added
Reini Urban
More...
over 15 years ago
←
1
2
…
184
185
186
187
188
189
190
191
192
…
200
201
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree