2010-11-02 |
brian d foy | * Add the missing $" |
commit | commitdiff | tree | snapshot |
2010-11-02 |
brian d foy | * The first draft of a perlvar reorganization |
commit | commitdiff | tree | snapshot |
2010-11-02 |
Jan Dubois | Avoid buffer overflow in dl_win32.c |
commit | commitdiff | tree | snapshot |
2010-11-01 |
Nicholas Clark | Correct the return type for B::MAGIC::MOREMAGIC. |
commit | commitdiff | tree | snapshot |
2010-11-01 |
Nicholas Clark | Tidy B interpreter struct accessors in B.xs |
commit | commitdiff | tree | snapshot |
2010-11-01 |
David Mitchell | tidy code in Perl_sighandler() |
commit | commitdiff | tree | snapshot |
2010-11-01 |
David Mitchell | RT #76248: double-freed SV with nested sig-handler |
commit | commitdiff | tree | snapshot |
2010-11-01 |
David Mitchell | RT 75254: Slow GC after Scalar::Util::weaken |
commit | commitdiff | tree | snapshot |
2010-11-01 |
Nicholas Clark | Merge B's interpreter structure accesses for SV* types... |
commit | commitdiff | tree | snapshot |
2010-11-01 |
Nicholas Clark | All callers of get_op_bitspec() in Opcode.xs pass len... |
commit | commitdiff | tree | snapshot |
2010-11-01 |
Nicholas Clark | Small refactoring of op_names_init() and put_op_bitspec... |
commit | commitdiff | tree | snapshot |
2010-11-01 |
Nicholas Clark | Refactor Storable::{net_,}pstore to return undef/true... |
commit | commitdiff | tree | snapshot |
2010-11-01 |
Nicholas Clark | Merge the implementation of B::sv_{undef,no,yes} using... |
commit | commitdiff | tree | snapshot |
2010-11-01 |
Nicholas Clark | Refactor the error handling logic in Storable::_store(). |
commit | commitdiff | tree | snapshot |
2010-11-01 |
Father Chrysostomos | Remove S_get_isa_hash |
commit | commitdiff | tree | snapshot |
2010-11-01 |
David Golden | Allow push/pop/keys/etc to act on references |
commit | commitdiff | tree | snapshot |
2010-11-01 |
Father Chrysostomos | [perl #78580] Stop a simple *glob from calling get... |
commit | commitdiff | tree | snapshot |
2010-11-01 |
Chris 'BinGOs... | Update parent to CPAN version 0.224 |
commit | commitdiff | tree | snapshot |
2010-10-31 |
Karl Williamson | perlunicode.pod: Add detail on utf8/locale conflicts |
commit | commitdiff | tree | snapshot |
2010-10-31 |
Karl Williamson | regcomp.h: Remove unused #define |
commit | commitdiff | tree | snapshot |
2010-10-31 |
Karl Williamson | reginclass: Remove redundant test |
commit | commitdiff | tree | snapshot |
2010-10-31 |
Karl Williamson | reginclass: Reorder fastest first |
commit | commitdiff | tree | snapshot |
2010-10-31 |
Karl Williamson | reginclass: Remove unnecessary test |
commit | commitdiff | tree | snapshot |
2010-10-31 |
Karl Williamson | reginclass: Make explicit the length assumptions |
commit | commitdiff | tree | snapshot |
2010-10-31 |
Karl Williamson | reginclass: Rename variable for clarity |
commit | commitdiff | tree | snapshot |
2010-10-31 |
Karl Williamson | regcomp.h: Clean up some comments |
commit | commitdiff | tree | snapshot |
2010-10-31 |
Karl Williamson | ANYOF_LARGE is now the same as ANYOF_CLASS |
commit | commitdiff | tree | snapshot |
2010-10-31 |
Karl Williamson | regexec.c: reorder statements for speed |
commit | commitdiff | tree | snapshot |
2010-10-31 |
Karl Williamson | regexec.c: Add clarifying comment |
commit | commitdiff | tree | snapshot |
2010-10-31 |
Karl Williamson | reginclass: add some consts to prototype |
commit | commitdiff | tree | snapshot |
2010-10-31 |
Karl Williamson | regexec.c: Remove redundant line. |
commit | commitdiff | tree | snapshot |
2010-10-31 |
Karl Williamson | reginclass: Return matched length even if not utf8 |
commit | commitdiff | tree | snapshot |
2010-10-31 |
Karl Williamson | reginclass: Change variable name for clarity. |
commit | commitdiff | tree | snapshot |
2010-10-31 |
Karl Williamson | regexec.c: Document existing reginclass behavior |
commit | commitdiff | tree | snapshot |
2010-10-31 |
Father Chrysostomos | perldelta up to 7cb18e1b02 |
commit | commitdiff | tree | snapshot |
2010-10-31 |
Nicholas Clark | Merge Storable::{is_storing,is_retrieving} using ALIAS. |
commit | commitdiff | tree | snapshot |
2010-10-31 |
Nicholas Clark | Storable::{last_op_in_netorder,is_storing,is_retrieving... |
commit | commitdiff | tree | snapshot |
2010-10-31 |
Nicholas Clark | Merge Storable::{,net_}pstore and Storable::{,net_... |
commit | commitdiff | tree | snapshot |
2010-10-31 |
Karl Williamson | Add l1_char_class_tab.h to Make dependencies |
commit | commitdiff | tree | snapshot |
2010-10-31 |
Karl Williamson | regcomp.c: No longer need _C_C_T_ and variant macro |
commit | commitdiff | tree | snapshot |
2010-10-31 |
Karl Williamson | [:posix:] now works under /u |
commit | commitdiff | tree | snapshot |
2010-10-31 |
Karl Williamson | l1_char_class_tab.h: Wrong for ALNUMC |
commit | commitdiff | tree | snapshot |
2010-10-31 |
Karl Williamson | Nits in re pods |
commit | commitdiff | tree | snapshot |
2010-10-31 |
Karl Williamson | DOCs: Clarify that \w matches marks and \Pc |
commit | commitdiff | tree | snapshot |
2010-10-31 |
Karl Williamson | Add consistent synonyms for \p{PosxFOO} |
commit | commitdiff | tree | snapshot |
2010-10-31 |
Father Chrysostomos | Revert "Add consistent synonyms for \p{PosxFOO}" |
commit | commitdiff | tree | snapshot |
2010-10-31 |
Nicholas Clark | Merge the XS implementation of all B::MG accessors... |
commit | commitdiff | tree | snapshot |
2010-10-31 |
Rafael Garcia... | Bump Safe's version to 2.29 |
commit | commitdiff | tree | snapshot |
2010-10-31 |
Rafael Garcia... | Add &version::vxs::VCMP to Safe's default share |
commit | commitdiff | tree | snapshot |
2010-10-31 |
Karl Williamson | Add consistent synonyms for \p{PosxFOO} |
commit | commitdiff | tree | snapshot |
2010-10-31 |
Karl Williamson | perlrecharclass: Nits |
commit | commitdiff | tree | snapshot |
2010-10-31 |
Karl Williamson | mktables: Clarify \d description for perluniprops |
commit | commitdiff | tree | snapshot |
2010-10-31 |
Karl Williamson | mktables: Add tests for wrong equivalence attempts |
commit | commitdiff | tree | snapshot |
2010-10-31 |
David Mitchell | RT 75082: recv() with MSG_TRUNC flag SEGV |
commit | commitdiff | tree | snapshot |
2010-10-31 |
Nicholas Clark | Merge the implementation of B::{main_root,main_start... |
commit | commitdiff | tree | snapshot |
2010-10-31 |
David Mitchell | RT 72246: rcatline memory leak on bad $/ |
commit | commitdiff | tree | snapshot |
2010-10-31 |
David Mitchell | adjust output of -Dm |
commit | commitdiff | tree | snapshot |
2010-10-31 |
Chris 'BinGOs... | Update Unicode-Collate to CPAN version 0.64 |
commit | commitdiff | tree | snapshot |
2010-10-31 |
Nicholas Clark | Merge the implementation of B::{dowarn,sub_generation... |
commit | commitdiff | tree | snapshot |
2010-10-31 |
Nicholas Clark | Merge the implementation of B::{minus_c,save_BEGINSs... |
commit | commitdiff | tree | snapshot |
2010-10-31 |
Nicholas Clark | Remove the conditional #define of OPpPAD_STATE from... |
commit | commitdiff | tree | snapshot |
2010-10-31 |
Nicholas Clark | Remove the variables stash and export_ok from the BOOT... |
commit | commitdiff | tree | snapshot |
2010-10-31 |
Nicholas Clark | Merge the implementation of B::HE::{VAL,SVKEY_force... |
commit | commitdiff | tree | snapshot |
2010-10-31 |
Nicholas Clark | Merge the implementation of B::CV::{XSUB,XSUBANY} using... |
commit | commitdiff | tree | snapshot |
2010-10-31 |
Father Chrysostomos | Tests for [perl #77358] |
commit | commitdiff | tree | snapshot |
2010-10-31 |
Father Chrysostomos | [perl #77358] ISA warnings after aliasing packages |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Father Chrysostomos | Set stash names before calling mro_isa_changed_in3 |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Nicholas Clark | Make B::HV::NAME an ALIAS of B::GV::NAME, as both conve... |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Nicholas Clark | Merge B::BM::PREVIOUS, B::BM::RARE and B::BM::USEFUL... |
commit | commitdiff | tree | snapshot |
2010-10-30 |
David Mitchell | Merge branch 'blead' of perl5.git.perl.org:/gitroot... |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Nicholas Clark | Merge B::HV::MAX and B::HV::KES into the common accessor. |
commit | commitdiff | tree | snapshot |
2010-10-30 |
David Mitchell | RT #63790: &{PL_sv_yes} corrupted mark stack |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Nicholas Clark | Merge all B::CV structure accesses into the common... |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Nicholas Clark | Merge B::AV::MAX and B::FM::LINES into the common accessor. |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Nicholas Clark | Merge all B::IO structure accesses into the common... |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Father Chrysostomos | Comment typo |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Father Chrysostomos | Move the meta->isa code from UNIVERSAL::isa to mro_get_... |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Nicholas Clark | Merge B::GV::{STASH,GvFLAGS} into the common accessor. |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Father Chrysostomos | Switch UNIVERSAL::isa over to HvENAME |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Father Chrysostomos | Suppress warning from gv.t |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Father Chrysostomos | A plethora of isarev tests |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Father Chrysostomos | Correct reference to get_linear_isa in get_isarev’... |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Father Chrysostomos | To-do tests for isarev (more to come) |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Father Chrysostomos | Increase mro’s version |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Nicholas Clark | Merge the direct structure lookup for B::{PV,PVMG,PVLV... |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Nicholas Clark | Merge the direct structure lookup for B::IV:: and B... |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Nicholas Clark | Merge the implementation of B::IV::{needs64bits,packiv... |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Nicholas Clark | 257e0650 used the "wrong" croak() - correct B::GV:SV... |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Nicholas Clark | Merge B::GV::{file,name} using ALIAS. |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Nicholas Clark | For B's GP accessors, encode the type and offset in... |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Nicholas Clark | In B.xs, move the direct COP access for stash and file... |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Father Chrysostomos | Macros are not called with aTHX_ |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Father Chrysostomos | Switch S_mro_get_linear_isa_c3 to HvENAME |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Father Chrysostomos | Remove the #ifdef PERL_CORE surrounding the HvENAME... |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Father Chrysostomos | Add HvENAME_HEK |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Father Chrysostomos | Add docs for hv_ename_* |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Father Chrysostomos | perlmroapi: suggest HvNAME as a fallback |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Father Chrysostomos | Add test for the crashes fixed in 00169e2 |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Father Chrysostomos | Switch the core MRO code over to HvENAME |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Father Chrysostomos | Add HvENAME |
commit | commitdiff | tree | snapshot |
next |