2010-12-08 |
Nicholas Clark | In Storable.xs fix #80074, caused by the Perl stack...
|
commit | commitdiff | tree |
2010-12-07 |
Nicholas Clark | Uncomment and fix up tests at the end of Storable's...
|
commit | commitdiff | tree |
2010-12-03 |
Nicholas Clark | Remove the Makefile command to touch perlmain.c after...
|
commit | commitdiff | tree |
2010-12-01 |
Nicholas Clark | Avoid two compiler warnings in B::cstring, spotted...
|
commit | commitdiff | tree |
2010-11-30 |
Nicholas Clark | Restore building Encode's subextensions for a static...
|
commit | commitdiff | tree |
2010-11-30 |
Nicholas Clark | In S_scan_const(), use my_snprintf() instead of my_sprintf().
|
commit | commitdiff | tree |
2010-11-29 |
Nicholas Clark | Following fbcaf61123069fe4, remove perlmain.c from...
|
commit | commitdiff | tree |
2010-11-29 |
Nicholas Clark | Add a verbose option to -DP, and replace C<#if 0> blocks...
|
commit | commitdiff | tree |
2010-11-29 |
Nicholas Clark | In Perl_sv_gets(), shortbuffered is always 0 when rslen...
|
commit | commitdiff | tree |
2010-11-29 |
Nicholas Clark | Break out code from Perl_sv_gets() which is self contained...
|
commit | commitdiff | tree |
2010-11-28 |
Nicholas Clark | Correct a copy&pasto - := is now an error, and no longer...
|
commit | commitdiff | tree |
2010-11-28 |
Nicholas Clark | Remove makeaperl, never used, a wrapper for ExtUtils...
|
commit | commitdiff | tree |
2010-11-28 |
Nicholas Clark | Generate perlmain.c using ExtUtils::Miniperl, instead...
|
commit | commitdiff | tree |
2010-11-28 |
Nicholas Clark | Proper Makefile dependencies for the x2p/s2p rule.
|
commit | commitdiff | tree |
2010-11-26 |
Nicholas Clark | In deparse.t, give a description to every test. Remove...
|
commit | commitdiff | tree |
2010-11-25 |
Nicholas Clark | Make BEGIN {require 5.12.0} behave as documented.
|
commit | commitdiff | tree |
2010-11-25 |
Nicholas Clark | Extend -d:foo=bar to make -d:-foo expand to C<no foo...
|
commit | commitdiff | tree |
2010-11-25 |
Nicholas Clark | Use newSVpvs_flags() instead of sv_2mortal(newSVpvs())
|
commit | commitdiff | tree |
2010-11-25 |
Nicholas Clark | Refactor ENAME dumping in Perl_do_sv_dump() to simplify...
|
commit | commitdiff | tree |
2010-11-25 |
Nicholas Clark | Test dumping stashes, with various combinations of...
|
commit | commitdiff | tree |
2010-11-25 |
Nicholas Clark | Refactor Peek.t to give more useable diagnostics.
|
commit | commitdiff | tree |
2010-11-24 |
Nicholas Clark | Explicitly export Perl_sv_compile_2op_is_broken(),...
|
commit | commitdiff | tree |
2010-11-24 |
Nicholas Clark | Deprecate sv_compile_2op()
|
commit | commitdiff | tree |
2010-11-24 |
Nicholas Clark | Fix a typo introduced by 15d9236d3878cc50. (The wrong...
|
commit | commitdiff | tree |
2010-11-24 |
Max Maischein | Add fold_latin1 to the list of exported variable symbols...
|
commit | commitdiff | tree |
2010-11-24 |
Nicholas Clark | Remove unused variable from S_set_regclass_bit_fold()
|
commit | commitdiff | tree |
2010-11-24 |
Nicholas Clark | Convert xhv_name in struct xpvhv_aux to be a union...
|
commit | commitdiff | tree |
2010-11-23 |
Nicholas Clark | When dup'ing CVs, only take the OP_REFCNT_LOCK if it...
|
commit | commitdiff | tree |
2010-11-23 |
Nicholas Clark | No need to clone pad name 0, as it's never used.
|
commit | commitdiff | tree |
2010-11-21 |
Nicholas Clark | Move the test for Win32's FindExt.pm to t/porting,...
|
commit | commitdiff | tree |
2010-11-20 |
Nicholas Clark | Fix the test fix for older perls (5499dc3d6e47ea78...
|
commit | commitdiff | tree |
2010-11-19 |
Nicholas Clark | Update the perldelta for ExtUtils::Constant.
|
commit | commitdiff | tree |
2010-11-18 |
Nicholas Clark | Refactor newATTRSUB()'s logic for grafting a sub definition...
|
commit | commitdiff | tree |
2010-11-18 |
Nicholas Clark | Test that the stash and file of a sub's definition...
|
commit | commitdiff | tree |
2010-11-18 |
Nicholas Clark | Test that lack of prototype on a sub's definition overrides...
|
commit | commitdiff | tree |
2010-11-17 |
Nicholas Clark | In Perl_cv_undef(), only check potential pads against...
|
commit | commitdiff | tree |
2010-11-17 |
Nicholas Clark | In S_pad_check_dup(), no need to check the 0th name...
|
commit | commitdiff | tree |
2010-11-17 |
Nicholas Clark | Convert newSUB() to a macro wrapping Perl_newATTRSUB()
|
commit | commitdiff | tree |
2010-11-16 |
Nicholas Clark | Inline Perl_pad_undef() into its only caller, Perl_cv_undef().
|
commit | commitdiff | tree |
2010-11-16 |
Nicholas Clark | Move Perl_cv_undef() from op.c to pad.c
|
commit | commitdiff | tree |
2010-11-16 |
Nicholas Clark | Add Grant McLean to AUTHORS, following commit a27417a027da2da0.
|
commit | commitdiff | tree |
2010-11-16 |
Nicholas Clark | In Perl_pad_new(), allocate a 2 element array for padlist.
|
commit | commitdiff | tree |
2010-11-16 |
Nicholas Clark | In Perl_pad_new(), avoid calling av_fetch() for something...
|
commit | commitdiff | tree |
2010-11-14 |
Nicholas Clark | Fix multiplicity build, broken by 328552296d8d53b3.
|
commit | commitdiff | tree |
2010-11-11 |
Nicholas Clark | In newSVhek(), use sv_usepvn_flags() to avoid a malloc...
|
commit | commitdiff | tree |
2010-11-11 |
Nicholas Clark | Add Perl_bytes_cmp_utf8() to compare character sequences...
|
commit | commitdiff | tree |
2010-11-11 |
Nicholas Clark | Add tests for cmp, eq, ne for UTF-8 vs octet representation.
|
commit | commitdiff | tree |
2010-11-11 |
Nicholas Clark | Fix errors in the diagnostic output of t/op/cmp.t
|
commit | commitdiff | tree |
2010-11-11 |
Nicholas Clark | Adjust t/run/switchd-78586.t to work under t/TEST and...
|
commit | commitdiff | tree |
2010-11-11 |
Nicholas Clark | Inline sv_cmp() and sv_cmp_locale() as macros wrapping...
|
commit | commitdiff | tree |
2010-11-11 |
Nicholas Clark | Convert the flags argument for Perl_sv_{eq,cmp,cmp_locale...
|
commit | commitdiff | tree |
2010-11-09 |
Nicholas Clark | In S_check_type_and_open() call PerlIO_openn() directly...
|
commit | commitdiff | tree |
2010-11-09 |
Nicholas Clark | Change S_doopen_pm() and S_check_type_and_open() to...
|
commit | commitdiff | tree |
2010-11-09 |
Nicholas Clark | Test that Opcode loads without warnings.
|
commit | commitdiff | tree |
2010-11-09 |
Nicholas Clark | Tidy up ext/Opcode/t/Opcode.t.
|
commit | commitdiff | tree |
2010-11-09 |
Nicholas Clark | Convert ext/Opcode/t/Opcode.t to Test::More.
|
commit | commitdiff | tree |
2010-11-09 |
Nicholas Clark | Fix error in tryAMAGICunDEREF() introduced in 25a9ffce153b0e67.
|
commit | commitdiff | tree |
2010-11-08 |
Nicholas Clark | Avoid a declaration after statement, accidentally added...
|
commit | commitdiff | tree |
2010-11-08 |
Nicholas Clark | In B.xs, remove the now unused first argument from...
|
commit | commitdiff | tree |
2010-11-08 |
Nicholas Clark | In B.xs, use PPCODE rather than a typemap for output...
|
commit | commitdiff | tree |
2010-11-08 |
Nicholas Clark | B::MAGIC::LENGTH(), not B::MAGIC::LEN(). Fixes #78864
|
commit | commitdiff | tree |
2010-11-08 |
Nicholas Clark | In B.xs refactor cc_opclassname() to make_op_object().
|
commit | commitdiff | tree |
2010-11-08 |
Nicholas Clark | Merge the implementation of B::COP::{io,warnings} using...
|
commit | commitdiff | tree |
2010-11-08 |
Nicholas Clark | In B.xs, refactor make_warnings_object() to take a...
|
commit | commitdiff | tree |
2010-11-08 |
Nicholas Clark | Merge the implementation of B::COP::{filegv,stash}...
|
commit | commitdiff | tree |
2010-11-08 |
Nicholas Clark | Merge the implementation of B::COP::{file,stashpv}...
|
commit | commitdiff | tree |
2010-11-08 |
Nicholas Clark | Merge the implementation of B::BM::TABLE with B::PV...
|
commit | commitdiff | tree |
2010-11-08 |
Nicholas Clark | Remove unneeded PREFIXes from B.xs.
|
commit | commitdiff | tree |
2010-11-08 |
Nicholas Clark | Merge the implementation of B::PV::PVBM with PVX and...
|
commit | commitdiff | tree |
2010-11-08 |
Nicholas Clark | Merge the implementation of B::PV::{PVX,PV} using ALIAS.
|
commit | commitdiff | tree |
2010-11-08 |
Nicholas Clark | Refactor B::PV::PV to use newSVpvn_flags() for both...
|
commit | commitdiff | tree |
2010-11-08 |
Nicholas Clark | Merge the implementation of B::REGEXP::{REGEXP,precomp...
|
commit | commitdiff | tree |
2010-11-08 |
Nicholas Clark | In B::REGEX::precomp, use newSVpvn_flags() instead...
|
commit | commitdiff | tree |
2010-11-08 |
Nicholas Clark | In B.xs, move the version dependant regexp code to...
|
commit | commitdiff | tree |
2010-11-08 |
Nicholas Clark | Move the aliasing of B::IV::RV as B::PV::RV from XS...
|
commit | commitdiff | tree |
2010-11-05 |
Nicholas Clark | A hack for t/harness to restore the ability to run...
|
commit | commitdiff | tree |
2010-11-05 |
Nicholas Clark | Tweak the test from 98517ccb8d5e8751 to work with PERL_UNICO...
|
commit | commitdiff | tree |
2010-11-05 |
Nicholas Clark | Avoid creating lots of mortals in B::walkoptree()
|
commit | commitdiff | tree |
2010-11-05 |
Nicholas Clark | B::Concise was failing to traverse some children of...
|
commit | commitdiff | tree |
2010-11-04 |
Nicholas Clark | Some tests for B::walkoptree.
|
commit | commitdiff | tree |
2010-11-04 |
Nicholas Clark | Create &B::{IV,PV}::as_string using typeglob assignment...
|
commit | commitdiff | tree |
2010-11-04 |
Nicholas Clark | Avoid needing to stub B::OPf_KIDS by loading the XS...
|
commit | commitdiff | tree |
2010-11-04 |
Nicholas Clark | Remove two use of dXSI32; superfluous because xsubpp...
|
commit | commitdiff | tree |
2010-11-03 |
Nicholas Clark | Inline tryAMAGICunDEREF_var() into its callers and...
|
commit | commitdiff | tree |
2010-11-03 |
Nicholas Clark | Add Perl_amagic_deref_call() to implement the bulk...
|
commit | commitdiff | tree |
2010-11-03 |
Nicholas Clark | Add tests for tryAMAGICunDEREF_var().
|
commit | commitdiff | tree |
2010-11-02 |
Nicholas Clark | Inline RvDEEPCP() into its only caller, Perl_amagic_call().
|
commit | commitdiff | tree |
2010-11-02 |
Nicholas Clark | Implement the loop in tryAMAGICunDEREF_var() using...
|
commit | commitdiff | tree |
2010-11-02 |
Nicholas Clark | Expand AMG_CALLun_var() into all its users, and eliminate it.
|
commit | commitdiff | tree |
2010-11-02 |
Nicholas Clark | Inline tryAMAGICunW_var() into macros tryAMAGICun{DEREF_var...
|
commit | commitdiff | tree |
2010-11-02 |
Nicholas Clark | Eliminate tryAMAGICunW() by refactoring tryAMAGICun...
|
commit | commitdiff | tree |
2010-11-02 |
Nicholas Clark | Remove unused AMAGIC macros from pp.h. Neither core...
|
commit | commitdiff | tree |
2010-11-02 |
Nicholas Clark | Reorder struct xpvhv_aux to make two I32s adjacent.
|
commit | commitdiff | tree |
2010-11-02 |
Nicholas Clark | Fix permissions on lib/overload/numbers.pm, accidentally...
|
commit | commitdiff | tree |
2010-11-01 |
Nicholas Clark | Correct the return type for B::MAGIC::MOREMAGIC.
|
commit | commitdiff | tree |
2010-11-01 |
Nicholas Clark | Tidy B interpreter struct accessors in B.xs
|
commit | commitdiff | tree |
2010-11-01 |
Nicholas Clark | Merge B's interpreter structure accesses for SV* types...
|
commit | commitdiff | tree |
2010-11-01 |
Nicholas Clark | All callers of get_op_bitspec() in Opcode.xs pass len...
|
commit | commitdiff | tree |
2010-11-01 |
Nicholas Clark | Small refactoring of op_names_init() and put_op_bitspec...
|
commit | commitdiff | tree |
2010-11-01 |
Nicholas Clark | Refactor Storable::{net_,}pstore to return undef/true...
|
commit | commitdiff | tree |
next |