| Commit message (Expand) | Author | Age | Files | Lines |
* | perl #77654: quotemeta quotes non-ASCII consistently | Karl Williamson | 2012-02-15 | 1 | -0/+1 |
* | Further eliminate POSIX-emulation under LinuxThreads | Ævar Arnfjörð Bjarmason | 2012-02-15 | 1 | -1/+0 |
* | intrpvar.h: Rmv no longer used PL_ variable | Karl Williamson | 2012-02-11 | 1 | -1/+0 |
* | regcomp.c: /[[:lower:]]/i should match the same as /\p{Lower}/i | Karl Williamson | 2012-02-11 | 1 | -0/+1 |
* | add wrap_op_checker() API function | Zefram | 2012-02-11 | 1 | -0/+2 |
* | Add compile-time inversion lists for POSIX classes | Karl Williamson | 2012-02-09 | 1 | -0/+29 |
* | regcomp.c: Use compile-time invlists | Karl Williamson | 2012-02-09 | 1 | -0/+3 |
* | Fix CORE::glob | Father Chrysostomos | 2011-10-26 | 1 | -0/+1 |
* | utf8.c: Add function to retrieve new _Perl_IDStart prop | Karl Williamson | 2011-10-01 | 1 | -0/+1 |
* | Don't use swash to find cntrls | Karl Williamson | 2011-10-01 | 1 | -1/+0 |
* | No need for swashes for properties that are ASCII-only | Karl Williamson | 2011-10-01 | 1 | -3/+0 |
* | No need for swashes for computing if ASCII | Karl Williamson | 2011-10-01 | 1 | -1/+0 |
* | Simplify embedvar.h, removing a level of macro indirection for PL_* variables. | Nicholas Clark | 2011-08-11 | 1 | -369/+0 |
* | Store C<study>'s data in in mg_ptr instead of interpreter variables. | Nicholas Clark | 2011-07-01 | 1 | -6/+0 |
* | Merge PL_scream{first,next} into one allocated buffer. | Nicholas Clark | 2011-07-01 | 1 | -2/+0 |
* | Move PL_runops_{std,dbg} to perl.h, and make them const. | Nicholas Clark | 2011-06-12 | 1 | -6/+0 |
* | Move PL_global_struct_size, PL_interp_size{,_5_16_0} to perl.h | Nicholas Clark | 2011-06-12 | 1 | -9/+0 |
* | In perlvar.h, move the always-present globals above those conditionally compiled | Nicholas Clark | 2011-06-12 | 1 | -3/+3 |
* | Move PL_{revision,version,subversion} to perl.h, making them const U8. | Nicholas Clark | 2011-06-12 | 1 | -9/+0 |
* | Move PL_sh_path to perl.h (except for OS/2), as it's const char[] | Nicholas Clark | 2011-06-12 | 1 | -0/+4 |
* | Move PL_{No,Yes,hexdigit} from perlvars.h to perl.h, as all are const char[] | Nicholas Clark | 2011-06-12 | 1 | -9/+0 |
* | Eliminate PL_patleave, unused since perl 5.0 alpha 2. | Nicholas Clark | 2011-06-12 | 1 | -3/+0 |
* | Restore building with -DPERL_GLOBAL_STRUCT, broken since 4dc941f7cb795735. | Nicholas Clark | 2011-05-22 | 1 | -3/+0 |
* | handy.h: isIDFIRST_utf8() changed to use XIDStart | Karl Williamson | 2011-02-17 | 1 | -0/+4 |
* | Add PL_foldable - a list of chars that participate in folds | Karl Williamson | 2011-02-02 | 1 | -0/+2 |
* | Move all the generated file header printing into read_only_top() | Nicholas Clark | 2011-01-23 | 1 | -4/+4 |
* | Generate pp_* prototypes in pp_proto.h, and remove pp.sym | Nicholas Clark | 2011-01-09 | 1 | -1/+1 |
* | Improve custom OP support. | Ben Morrow | 2010-11-14 | 1 | -0/+2 |
* | Eliminate PL_dirty | Florian Ragwitz | 2010-11-14 | 1 | -2/+0 |
* | Add ${^GLOBAL_PHASE} | Florian Ragwitz | 2010-11-14 | 1 | -0/+2 |
* | regexec.c: Don't give up on fold matching early | Karl Williamson | 2010-11-07 | 1 | -0/+2 |
* | RT #76248: double-freed SV with nested sig-handler | David Mitchell | 2010-11-01 | 1 | -3/+0 |
* | replace PL_doextract with better kinds of variable | Zefram | 2010-10-21 | 1 | -2/+0 |
* | embed.pl -> regen/embed.pl | Father Chrysostomos | 2010-10-13 | 1 | -2/+2 |
* | make PL_charclass available to modules under Win32 | Tony Cook | 2010-09-26 | 1 | -0/+3 |
* | Remove offer_nice_chunk(), PL_nice_chunk and PL_nice_chunk_size. | Nicholas Clark | 2010-09-08 | 1 | -4/+0 |
* | make recursive part of peephole optimiser hookable | Zefram | 2010-08-26 | 1 | -0/+2 |
* | Check API compatibility when loading xs modules | Florian Ragwitz | 2010-07-26 | 1 | -0/+2 |
* | Get rid of PERL_POLLUTE | Jan Dubois | 2010-07-21 | 1 | -33/+0 |
* | Generic hooks into Perl_block_{start,end}. | Ben Morrow | 2010-07-12 | 1 | -0/+2 |
* | add PL_signalhook to hook into signal dispatch | David Mitchell | 2010-06-04 | 1 | -0/+2 |
* | unwinding target nominated by separate global | Zefram | 2010-04-25 | 1 | -0/+2 |
* | qr/\X/ expansion | Karl Williamson | 2009-12-05 | 1 | -0/+20 |
* | Add ENTER_with_name and LEAVE_with_name to automaticly check for matching ENT... | Gerard Goossen | 2009-11-12 | 1 | -0/+2 |
* | regen generated files changed by the previous patch - facility to plug in sy... | Jesse Vincent | 2009-11-05 | 1 | -0/+3 |
* | somewhat fix failing regex tests. but break lots of other stuff at the same time | Yves Orton | 2009-10-19 | 1 | -0/+6 |
* | Remove obsolete interpreter variable PL_utf8_alnumc | Rafael Garcia-Suarez | 2009-09-13 | 1 | -2/+0 |
* | Add a pluggable hook in op_free() | Vincent Pit | 2009-07-08 | 1 | -0/+2 |
* | Remove binary compatibility scaffolding for the change to PL_bitcount. | Nicholas Clark | 2009-05-20 | 1 | -1/+0 |
* | Replace run-time on-demand initialisation of PL_bitcount with a constant table. | Nicholas Clark | 2009-05-20 | 1 | -1/+0 |