| Commit message (Expand) | Author | Age | Files | Lines |
* | Split out study magic from pos magic. | Nicholas Clark | 2011-07-01 | 1 | -2/+3 |
* | Deparse CORE::break | Father Chrysostomos | 2011-06-17 | 1 | -0/+2 |
* | [perl #92906] perl -d has non-functional b command | Father Chrysostomos | 2011-06-15 | 1 | -2/+3 |
* | 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 | -11/+1 |
* | Generate the table of core magic types in perlguts.pod using mg_vtable.pl | Nicholas Clark | 2011-06-12 | 1 | -0/+42 |
* | In regen/mg_vtable.pl, move $longest inside the only block that uses it. | Nicholas Clark | 2011-06-12 | 1 | -5/+5 |
* | Reorder ops so that trans{,r} and aelemfast{,_lex} are adjacent. | Nicholas Clark | 2011-06-12 | 1 | -6/+3 |
* | Split OP_AELEMFAST_LEX out from OP_AELEMFAST. | Nicholas Clark | 2011-06-12 | 2 | -0/+3 |
* | Sort magic and magic vtable names in files generated by mg_vtable.pl | Nicholas Clark | 2011-06-11 | 1 | -8/+17 |
* | Generate magic_names in dump.c using mg_vtable.pl. | Nicholas Clark | 2011-06-11 | 1 | -6/+10 |
* | Generate the PERL_MAGIC_* defines using mg_vtable.pl. | Nicholas Clark | 2011-06-11 | 1 | -2/+27 |
* | In PL_magic_data flag whether magic can be added to a readonly value. | Nicholas Clark | 2011-06-11 | 1 | -3/+8 |
* | Store a flag for container/value magic in PL_magic_data. | Nicholas Clark | 2011-06-11 | 1 | -22/+38 |
* | Create a lookup table for magic vtables from magic type, PL_magic_data. | Nicholas Clark | 2011-06-11 | 1 | -12/+106 |
* | Provide the names of the magic vtables in PL_magic_vtable_names[]. | Nicholas Clark | 2011-06-11 | 1 | -4/+13 |
* | Replace references to PL_vtbl_{bm,fm} in the code with PL_vtbl_regexp. | Nicholas Clark | 2011-06-11 | 1 | -1/+1 |
* | PL_vtbl_{bm,fm} can be aliases to PL_vtbl_regexp, instead of copies. | Nicholas Clark | 2011-06-11 | 1 | -3/+7 |
* | Refactor Perl_get_vtbl() to a small array lookup from a large switch statement. | Nicholas Clark | 2011-06-11 | 1 | -2/+3 |
* | Replace PL_vtbl_* with an array PL_magic_vtables. | Nicholas Clark | 2011-06-11 | 1 | -8/+24 |
* | Generate the enum for want_vtbl_* with regen/mg_vtable.pl | Nicholas Clark | 2011-06-11 | 1 | -0/+11 |
* | Move the work of MGVTBL_SET() from the C pre-processor to mg_vtable.pl | Nicholas Clark | 2011-06-11 | 1 | -7/+8 |
* | Move the cast for a magic vtable with const get into mg_vtable.h | Nicholas Clark | 2011-06-11 | 1 | -3/+5 |
* | Generate the definitions for magic vtables from data in a regen script. | Nicholas Clark | 2011-06-11 | 1 | -0/+102 |
* | regex: Add comments | Karl Williamson | 2011-05-19 | 1 | -1/+1 |
* | Create open_print_header() to avoid duplicate parameters to open_new(). | Nicholas Clark | 2011-05-19 | 1 | -11/+11 |
* | Rename do_not_edit() to open_print_header(), and move open_new() into it. | Nicholas Clark | 2011-05-19 | 1 | -22/+19 |
* | Add a 'quote' argument to read_only_top(), to pass in an optional Tolkien. | Nicholas Clark | 2011-05-19 | 3 | -16/+16 |
* | Add an optional third argument to open_new(), to invoke read_only_top() with. | Nicholas Clark | 2011-05-19 | 8 | -52/+44 |
* | In regen/uconfig_h.pl use read_only_bottom_close_and_rename(). | Nicholas Clark | 2011-05-19 | 2 | -16/+8 |
* | Merge safer_close() and rename_if_different() into close_and_rename() | Nicholas Clark | 2011-05-19 | 2 | -34/+25 |
* | Add an optional 'mode' argument to open_new(), to open for appending. | Nicholas Clark | 2011-05-19 | 2 | -8/+14 |
* | Rename safer_open() to open_new(), and eliminate the first parameter. | Nicholas Clark | 2011-05-19 | 10 | -28/+27 |
* | Make push/shift $scalar accept only unblessed aryrefs | Father Chrysostomos | 2011-04-18 | 1 | -3/+3 |
* | Add regen/uconfig_h.pl to regenerate uconfig.h | Nicholas Clark | 2011-03-28 | 1 | -0/+30 |
* | Extract read_only_bottom() from read_only_bottom_close_and_rename()'s code. | Nicholas Clark | 2011-03-28 | 1 | -8/+16 |
* | regcharclass: Add tricky fold characters. | Karl Williamson | 2011-03-20 | 1 | -1/+4 |
* | warnings.pl: Update comment | Karl Williamson | 2011-02-18 | 1 | -2/+2 |
* | Subclass utf8 warnings so can turn off individually | Karl Williamson | 2011-02-17 | 1 | -1/+8 |
* | Revert "l1_char_class_tab.h: Remove multi-char fold targets" | Karl Williamson | 2011-02-14 | 1 | -1/+1 |
* | l1_char_class_tab.h: Remove multi-char fold targets | Karl Williamson | 2011-02-04 | 1 | -1/+1 |
* | embed.fnc: Add inline function capability | Karl Williamson | 2011-01-29 | 1 | -3/+6 |
* | Merge perl_keyword.pl into regen/keywords.pl, to generate keywords.[ch] | Nicholas Clark | 2011-01-24 | 1 | -265/+333 |
* | Move mk_PL_charclass.pl from Porting/ to regen/ | Nicholas Clark | 2011-01-24 | 1 | -0/+246 |
* | Move regencharclass.pl from Porting/ to regen/ | Nicholas Clark | 2011-01-23 | 1 | -0/+736 |
* | Store the SHA-256 of the source in files generated by regen_perly.pl | Nicholas Clark | 2011-01-23 | 1 | -3/+32 |
* | Output "read only" editor blocks from regen_perly.pl | Nicholas Clark | 2011-01-23 | 1 | -1/+1 |
* | In regen scripts, print to explicit file handles instead of using select. | Nicholas Clark | 2011-01-23 | 4 | -74/+50 |
* | Move the duplicated subroutine tab() into regen_lib.pl | Nicholas Clark | 2011-01-23 | 4 | -24/+6 |
* | Change close_and_rename() to read_only_bottom_close_and_rename() | Nicholas Clark | 2011-01-23 | 8 | -57/+33 |