1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 20, 2024 — Aug 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
silence 5.6 -Mblib warnings More... over 15 years ago
silence 5.6 -Mblib warnings More... over 15 years ago
revert stderr change, fixes 5.6 BC tests More... over 15 years ago
revert stderr change, fixes 5.6 BC tests More... over 15 years ago
add CC arith and type test 32 More... over 15 years ago
add CC arith and type test 32 More... over 15 years ago
revert 5.6 policy More... over 15 years ago
revert 5.6 policy More... over 15 years ago
update testcore.t and status More... over 15 years ago
update testcore.t and status More... over 15 years ago
more 5.10 union braces More... over 15 years ago
more 5.10 union braces More... over 15 years ago
added CC -O3 More... over 15 years ago
added CC -O3 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) 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) 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 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 More... over 15 years ago
release 1.10 More... over 15 years ago
release 1.10 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). 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). 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 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 More... over 15 years ago
new tests More... over 15 years ago
new tests 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 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 More... over 15 years ago
* t/test.pl, t/c*.t: Simplify C/CC testsuite. * t/c_o3.t: added More... over 15 years ago
* t/test.pl, t/c*.t: Simplify C/CC testsuite. * t/c_o3.t: added More... over 15 years ago