| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove no longer necessary constants | Karl Williamson | 2013-08-29 | 1 | -6/+0 |
* | utf8.h, unicode_constants.h: Add some #defines. | Karl Williamson | 2013-08-29 | 1 | -0/+3 |
* | unicode_constants.h: Add #defines for CR, LF | Karl Williamson | 2013-08-29 | 1 | -0/+2 |
* | regen/regcharclass.pl: Make more EBCDIC-friendly | Karl Williamson | 2013-08-29 | 1 | -3/+19 |
* | unicode_constants.h: Add #defines for Byte Order Mark | Karl Williamson | 2013-08-29 | 1 | -0/+2 |
* | Don't refer to U+XXXX when mean native | Karl Williamson | 2013-08-29 | 1 | -1/+1 |
* | [perl #117265] safesyscalls: check embedded nul in syscall args | Tony Cook | 2013-08-26 | 1 | -3/+4 |
* | Generate the lib/ cleanup rules in the Win32 Makefiles from MANIFEST. | Nicholas Clark | 2013-07-24 | 1 | -4/+32 |
* | Generate the lib/ cleanup rules in Makefile.SH automatically from MANIFEST. | Nicholas Clark | 2013-07-24 | 1 | -3/+33 |
* | Generate lib/.gitignore from MANIFEST. | Nicholas Clark | 2013-07-24 | 1 | -0/+122 |
* | On failure, regen_lib.pl now generates diagnostics, not just "not ok". | Nicholas Clark | 2013-07-24 | 1 | -2/+33 |
* | Fix off-by-one error in inversion lists. | Karl Williamson | 2013-07-16 | 1 | -7/+2 |
* | Reinstate "regcomp.c: Make C-array inversion lists const" | Karl Williamson | 2013-07-16 | 1 | -2/+2 |
* | Reinstate "regcomp.c: Move 2 hdr inversion fields to SV hdr" | Karl Williamson | 2013-07-16 | 1 | -7/+1 |
* | Reinstate + fix "Revert "regcomp.c: Add a constant 0 element before inversion... | Karl Williamson | 2013-07-16 | 1 | -18/+14 |
* | Specify the versions of ExtUtils::MiniPerl and ExtUtils::Embed needed. | Nicholas Clark | 2013-07-12 | 1 | -1/+1 |
* | Move the "editor block" from miniperlmain.c to ExtUtils::Miniperl | Nicholas Clark | 2013-07-07 | 1 | -2/+2 |
* | Invert the build logic for miniperlmain.c and ExtUtils::Miniperl | Nicholas Clark | 2013-07-07 | 1 | -0/+15 |
* | Add an "always update" parameter to regen_lib's open_new(). | Nicholas Clark | 2013-07-07 | 1 | -11/+18 |
* | Refactor the Text::Wrap::wrap() logic in regen/regen_lib.pl | Nicholas Clark | 2013-07-07 | 1 | -6/+9 |
* | Refactor regen_lib.pl to reduce verbosity. | Nicholas Clark | 2013-07-07 | 1 | -14/+12 |
* | Revert "regcomp.c: Add a constant 0 element before inversion lists" | Karl Williamson | 2013-07-04 | 1 | -9/+18 |
* | Revert "regcomp.c: Move 2 hdr inversion fields to SV hdr" | Karl Williamson | 2013-07-04 | 1 | -1/+7 |
* | Revert "regcomp.c: Make C-array inversion lists const" | Karl Williamson | 2013-07-04 | 1 | -2/+2 |
* | regcomp.c: Make C-array inversion lists const | Karl Williamson | 2013-07-03 | 1 | -2/+2 |
* | regcomp.c: Move 2 hdr inversion fields to SV hdr | Karl Williamson | 2013-07-03 | 1 | -7/+1 |
* | regcomp.c: Add a constant 0 element before inversion lists | Karl Williamson | 2013-07-03 | 1 | -18/+9 |
* | regen/genpacksizetables.pl: Add comment | Karl Williamson | 2013-06-26 | 1 | -0/+4 |
* | Show intflags as well as extflags | Yves Orton | 2013-06-22 | 1 | -1/+46 |
* | Make ‘make regen’ regenerate the tree in perllexwarn | Father Chrysostomos | 2013-06-09 | 1 | -1/+23 |
* | In regen/regen_lib.pl, add 'Pod' as a third supported 'language'. | Nicholas Clark | 2013-05-23 | 1 | -5/+9 |
* | typo fixes for regen scripts | David Steinbrunner | 2013-05-22 | 4 | -11/+11 |
* | Eliminate pre-5.9.x conditional code for PERL_PACK_CAN_SHRIEKSIGN | Nicholas Clark | 2013-05-20 | 1 | -4/+4 |
* | Move genpacksizetables.pl to regen/genpacksizetables.pl | Nicholas Clark | 2013-05-20 | 1 | -0/+125 |
* | Fix multi-char fold edge case | Karl Williamson | 2013-05-20 | 1 | -0/+23 |
* | unicode_constants.h: Add some #defines | Karl Williamson | 2013-05-20 | 1 | -0/+3 |
* | pp.c: Eliminate custom macro and use Copy() instead | Karl Williamson | 2013-05-20 | 1 | -0/+3 |
* | regen feature.pm | Ricardo Signes | 2013-05-18 | 1 | -1/+3 |
* | Improve how regcomp.pl handles multibits | Yves Orton | 2013-03-27 | 1 | -7/+16 |
* | Make smartmatch, given & when experimental | Brian Fraser | 2013-03-26 | 1 | -1/+3 |
* | regen/unicode_constants.pl: Change #define name | Karl Williamson | 2013-03-08 | 1 | -1/+1 |
* | regen/unicode_constants.pl: Make portable to non-ASCII | Karl Williamson | 2013-03-08 | 1 | -32/+31 |
* | regen/unicode_constants.pl: Remove unused constant | Karl Williamson | 2013-03-08 | 1 | -1/+0 |
* | regen/unicode_constants.pl: Pass through input comments | Karl Williamson | 2013-03-08 | 1 | -6/+17 |
* | regen/unicode_constants.pl: Convert '-' in names to '_' | Karl Williamson | 2013-03-08 | 1 | -4/+4 |
* | put an experimental warning on lexical topic | Ricardo Signes | 2013-02-20 | 1 | -0/+2 |
* | In warnings.pm, delete a hash slice, instead of using a loop. | Nicholas Clark | 2013-02-17 | 1 | -2/+2 |
* | regen/embed.pl: Extract out duplicate code into a fcn | Karl Williamson | 2013-02-08 | 1 | -20/+13 |
* | regen/embed.pl: Warn if have > 1 i, p, and s flags | Karl Williamson | 2013-02-08 | 1 | -2/+7 |
* | regcharclass.h: Add macro for non-ASCII PATWS | Karl Williamson | 2013-01-23 | 1 | -1/+1 |