2010-11-04 |
Nicholas Clark | Avoid needing to stub B::OPf_KIDS by loading the XS... |
commit | commitdiff | tree | snapshot |
2010-11-04 |
Nicholas Clark | Remove two use of dXSI32; superfluous because xsubpp... |
commit | commitdiff | tree | snapshot |
2010-11-04 |
Father Chrysostomos | Add Marty Pauley’s other e-mail address to checkAUTHORS.pl |
commit | commitdiff | tree | snapshot |
2010-11-04 |
Marty Pauley | fix for #23790. |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Nicholas Clark | Inline tryAMAGICunDEREF_var() into its callers and... |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Nicholas Clark | Add Perl_amagic_deref_call() to implement the bulk... |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Nicholas Clark | Add tests for tryAMAGICunDEREF_var(). |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Chris 'BinGOs... | Update Unicode-Collate to CPAN version 0.65 |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Yves Orton | fix 68564: /g failure with zero-width patterns |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Yves Orton | clarify code and intent of code in a comment |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Yves Orton | fix incorrect comment |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Yves Orton | fix the trie part of rt-78356 |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Father Chrysostomos | Document y///r |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Father Chrysostomos | Document the ‘Using !~’ errors |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Father Chrysostomos | Increase B::Concise’s version |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Father Chrysostomos | y///r |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Father Chrysostomos | s///r leaks like a sieve |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Father Chrysostomos | Don’t capitalise words in the middle of an error message |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Father Chrysostomos | Add transr op type |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Father Chrysostomos | Avoid multiple $op->private calls in B::Deaprse::pp_trans |
commit | commitdiff | tree | snapshot |
2010-11-02 |
Nicholas Clark | Inline RvDEEPCP() into its only caller, Perl_amagic_call(). |
commit | commitdiff | tree | snapshot |
2010-11-02 |
Nicholas Clark | Implement the loop in tryAMAGICunDEREF_var() using... |
commit | commitdiff | tree | snapshot |
2010-11-02 |
Nicholas Clark | Expand AMG_CALLun_var() into all its users, and elimina... |
commit | commitdiff | tree | snapshot |
2010-11-02 |
Nicholas Clark | Inline tryAMAGICunW_var() into macros tryAMAGICun{DEREF... |
commit | commitdiff | tree | snapshot |
2010-11-02 |
Nicholas Clark | Eliminate tryAMAGICunW() by refactoring tryAMAGICun... |
commit | commitdiff | tree | snapshot |
2010-11-02 |
Nicholas Clark | Remove unused AMAGIC macros from pp.h. Neither core... |
commit | commitdiff | tree | snapshot |
2010-11-02 |
Yves Orton | Fix RT-70998: qq{\x{30ab}} =~ /\xab|\xa9/ produces... |
commit | commitdiff | tree | snapshot |
2010-11-02 |
Father Chrysostomos | Add test for rt-70998: qq{\x{30ab}} =~ /\xab|\xa9/... |
commit | commitdiff | tree | snapshot |
2010-11-02 |
Yves Orton | remove commit bit so that porting tests dont fail |
commit | commitdiff | tree | snapshot |
2010-11-02 |
Nicholas Clark | Reorder struct xpvhv_aux to make two I32s adjacent. |
commit | commitdiff | tree | snapshot |
2010-11-02 |
Nicholas Clark | Fix permissions on lib/overload/numbers.pm, accidentall... |
commit | commitdiff | tree | snapshot |
2010-11-02 |
Father Chrysostomos | perldelta up to 7fd683ff3c3 |
commit | commitdiff | tree | snapshot |
2010-11-02 |
Father Chrysostomos | Increase DynaLoader’s version |
commit | commitdiff | tree | snapshot |
2010-11-02 |
brian d foy | Note changes to perlvar in perldelta |
commit | commitdiff | tree | snapshot |
2010-11-02 |
brian d foy | Whitespace fixes to perlvar |
commit | commitdiff | tree | snapshot |
2010-11-02 |
brian d foy | Added ${^GLOBAL_PHASE} to perlvar |
commit | commitdiff | tree | snapshot |
2010-11-02 |
brian d foy | Fix some grammar nits thanks to jnareb |
commit | commitdiff | tree | snapshot |
2010-11-02 |
brian d foy | Added some missing index entries and fixed some whitespace |
commit | commitdiff | tree | snapshot |
2010-11-02 |
brian d foy | Get rid of spatial references 'above' and 'before'... |
commit | commitdiff | tree | snapshot |
2010-11-02 |
brian d foy | Use 'four' instead of 4 in body para in perlvar |
commit | commitdiff | tree | snapshot |
2010-11-02 |
brian d foy | Make $^V recommendation the first sentence in $] |
commit | commitdiff | tree | snapshot |
2010-11-02 |
brian d foy | Add more English equivalents, index all names in perlvar |
commit | commitdiff | tree | snapshot |
2010-11-02 |
brian d foy | I think I have perlvar ordered and proper now |
commit | commitdiff | tree | snapshot |
2010-11-02 |
brian d foy | Putting the variables in order, mostly, but not complet... |
commit | commitdiff | tree | snapshot |
2010-11-02 |
brian d foy | * mjd rewrites the $", cleans up minor bits |
commit | commitdiff | tree | snapshot |
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 |
next |