summaryrefslogtreecommitdiff
path: root/regen
Commit message (Expand)AuthorAgeFilesLines
* regen/unicode_constants.pl: Add U+10FFFF entryKarl Williamson2017-11-181-0/+2
* rip out quicksort and sort algorithm controlZefram2017-11-171-1/+0
* fix handling of registered warning categoriesZefram2017-11-151-36/+50
* Replace multiple 'use vars' by 'our' in regen.Nicolas R2017-11-112-4/+4
* Add OP_MULTICONCAT opDavid Mitchell2017-10-313-2/+12
* regen/opcode.pl: display duplicate bit nameDavid Mitchell2017-10-311-2/+2
* Skip various tests if PERL_BUILD_PACKAGING is setDominic Hargreaves2017-10-241-0/+5
* regen/reentr.pl: simplify cpp conditionalsAaron Crane2017-10-211-7/+3
* opcode.pl: simplify cpp conditionalsAaron Crane2017-10-211-8/+4
* Add SORTf_UNSTABLE flagFather Chrysostomos2017-08-211-0/+1
* regen/op_private: remove sassign special-casingDavid Mitchell2017-08-081-3/+0
* merge Perl_ck_cmp() and Perl_ck_eq()David Mitchell2017-08-041-4/+4
* Give OP_RV2HV a targDavid Mitchell2017-07-271-1/+1
* optimise (index() == -1)David Mitchell2017-07-272-5/+13
* regen/opcodes: move 'method' entry next to othersDavid Mitchell2017-07-271-1/+1
* add boolean context support to several opsDavid Mitchell2017-07-271-1/+2
* optimise @array in boolean contextDavid Mitchell2017-07-271-3/+7
* optimise away OP_KEYS op in scalar/void contextDavid Mitchell2017-07-271-1/+14
* OP_VALUES: reserve OPpMAYBE_LVSUB bitDavid Mitchell2017-07-271-1/+5
* RT #130907: Fix the Unicode Bug in split " "Aaron Crane2017-07-151-3/+4
* Prepare for Unicode 10.0Karl Williamson2017-06-201-2/+2
* make OP_REF support boolean contextDavid Mitchell2017-06-051-1/+1
* Use new paradigm for hdr file double inclusion guardKarl Williamson2017-06-024-10/+10
* Add support for deleting key/value slices (RT#131328)Dagfinn Ilmari Mannsåker2017-06-021-3/+5
* Disable readdir_r and readdir64_r on glibc >= 2.24H.Merijn Brand2017-06-011-0/+5
* Bump feature.pm for 5.27.0Sawyer X2017-05-311-1/+3
* fixup regen/regcharclass.pl for no '.'in @INCDavid Mitchell2017-04-071-1/+1
* reentr: update size after RenewHugo van der Sanden2017-03-151-18/+19
* Followup on a4570f51 for t/porting/extrefs.tJarkko Hietaniemi2017-02-241-0/+4
* Revise documentation of eval and evalbytesKarl Williamson2017-02-191-45/+17
* ckDEAD: PL_curcop->cop_warnings only if PL_curcopDavid Mitchell2017-01-231-1/+2
* Fix the Unicode Bug in the range operatorAaron Crane2017-01-051-2/+4
* regen/mk_invlists.pl: Create list of Assigned code pointsKarl Williamson2016-12-231-0/+1
* Switch most open() calls to three-argument form.John Lightsey2016-12-239-12/+12
* regen/embed.pl: Enforce static fcn can't be declared pure.Karl Williamson2016-12-141-0/+1
* regen/embed.pl: Keep parsing for some fatal issuesKarl Williamson2016-12-141-10/+19
* perlapi: Document ckWARN-type macrosKarl Williamson2016-12-141-0/+58
* regen/regcharclass.pl: Add const castKarl Williamson2016-12-111-1/+1
* Remove support for Splint static source code analyzerAndy Lester2016-11-301-14/+3
* Make (P)ure funcs in embed.fnc imply (R)eturn must be checkedAndy Lester2016-11-221-1/+1
* eliminate OPpRUNTIME private PMOP flagDavid Mitchell2016-11-141-6/+0
* Patch unit tests to explicitly insert "." into @INC when needed.H.Merijn Brand2016-11-1118-26/+29
* Add a way to have functions with a trailing depth argument under debuggingYves Orton2016-10-191-2/+12
* Better optimise my/local @a = split()David Mitchell2016-10-041-2/+2
* make OP_SPLIT a PMOP, and eliminate OP_PUSHREDavid Mitchell2016-10-042-7/+10
* sassign is wrongly declared as BASEOP, not BINOP.Reini Urban2016-09-291-2/+1
* padrange, aelemfast: use label for private bitsDavid Mitchell2016-09-271-2/+2
* OP_AVHVSWITCH: make op_private bits 0..1 symbolicDavid Mitchell2016-09-271-1/+7
* Add macro for Unicode Corregindum #9 strictKarl Williamson2016-09-171-0/+10
* Add macro for determining if UTF-8 is Unicode-strictKarl Williamson2016-09-171-0/+43