| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a builtin:: namespace, with true/false/isbool | Paul "LeoNerd" Evans | 2021-11-29 | 1 | -0/+1 |
* | Add a phase_name() macro. | Felipe Gasper | 2021-11-25 | 1 | -0/+2 |
* | Add CopFILEAVn() and use it when cleaning up COP pointers | Tony Cook | 2021-11-15 | 1 | -0/+4 |
* | sv.c: add Perl_sv_grow_fresh & Perl_sv_setvpn_fresh | Richard Leach | 2021-11-01 | 1 | -0/+2 |
* | Split the XPVHV body into two variants "normal" and "with aux" | Nicholas Clark | 2021-10-11 | 1 | -0/+1 |
* | Inline S_hv_auxinit_internal() into S_hv_auxinit() | Nicholas Clark | 2021-10-11 | 1 | -1/+0 |
* | Don't leak in hv_common when croaking about PL_strtab | Nicholas Clark | 2021-09-23 | 1 | -0/+2 |
* | Add _mg() versions of the sv_setrv* family | Paul "LeoNerd" Evans | 2021-08-25 | 1 | -0/+2 |
* | Add sv_setrv_inc() | Paul "LeoNerd" Evans | 2021-08-25 | 1 | -0/+1 |
* | Add sv_setrv_noinc() | Paul "LeoNerd" Evans | 2021-08-25 | 1 | -0/+1 |
* | Create `defer` syntax and `OP_PUSHDEFER` opcode | Paul "LeoNerd" Evans | 2021-08-25 | 1 | -0/+1 |
* | utf8.c: Make new static fcn more flexible | Karl Williamson | 2021-08-23 | 1 | -2/+2 |
* | utf8.c: Split a static fcn | Karl Williamson | 2021-08-23 | 1 | -0/+8 |
* | Delete Perl_ptr_table_clear, marked as deprecated since v5.14.0 | Nicholas Clark | 2021-08-21 | 1 | -1/+0 |
* | Add utf8_to_utf16 | Karl Williamson | 2021-08-14 | 1 | -0/+2 |
* | Improve utf16_to_utf8_reversed() | Karl Williamson | 2021-08-14 | 1 | -2/+4 |
* | utf8.c: Refactor is_utf8_char_helper() | Karl Williamson | 2021-08-14 | 1 | -1/+1 |
* | Make macro isUTF8_CHAR_flags an inline fcn | Karl Williamson | 2021-08-14 | 1 | -0/+3 |
* | is_utf8_valid_partial_char_flags: Use DFA | Karl Williamson | 2021-08-14 | 1 | -2/+2 |
* | utf8.c: Rename formal param to static fcn | Karl Williamson | 2021-08-07 | 1 | -1/+1 |
* | uvoffuni_to_utf8_flags_msgs: Avoid extra conditionals | Karl Williamson | 2021-08-07 | 1 | -1/+1 |
* | utf8.c: Change formal parameter name to fcn | Karl Williamson | 2021-08-07 | 1 | -1/+1 |
* | Add helper function for longest UTF8 sequence | Karl Williamson | 2021-08-07 | 1 | -0/+3 |
* | utf8.c: Fold 2 overlapping fcns into one | Karl Williamson | 2021-08-07 | 1 | -5/+0 |
* | utf8.c: Generalize static fcn | Karl Williamson | 2021-08-07 | 1 | -2/+2 |
* | utf8.c: Change name of static function | Karl Williamson | 2021-08-07 | 1 | -1/+1 |
* | av_create_and_push/unshift_one: remove experimental flag | Richard Leach | 2021-07-31 | 1 | -2/+2 |
* | Create and use 32 and 64 bit msbit_pos() fcns | Karl Williamson | 2021-07-30 | 1 | -0/+2 |
* | Create and use 32 and 64 bit lsbit_pos() fcns | Karl Williamson | 2021-07-30 | 1 | -0/+2 |
* | Add 64bit single-1bit_pos() | Karl Williamson | 2021-07-30 | 1 | -0/+3 |
* | Create and use single_1bit_pos32() | Karl Williamson | 2021-07-30 | 1 | -0/+1 |
* | Add inline av_fetch_simple and av_store_simple functions | Richard Leach | 2021-07-03 | 1 | -0/+2 |
* | Rename scalarseq() to a somewhat more meaningful voidnonfinal() | Paul "LeoNerd" Evans | 2021-06-16 | 1 | -1/+1 |
* | replace all instances of PERL_IMPLICIT_CONTEXT with MULTIPLICITY | Tomasz Konojacki | 2021-06-09 | 1 | -2/+2 |
* | Call magic on all elements on %SIG delocalization | Leon Timmermans | 2021-06-02 | 1 | -0/+1 |
* | regcomp.c: Extract code from a too-large-function | Karl Williamson | 2021-05-31 | 1 | -0/+10 |
* | Add Perl_av_new_alloc() function and newAV_alloc_x/z() macros | Richard Leach | 2021-05-26 | 1 | -0/+3 |
* | Do not cache utf8 offsets for non-canonical lengths | Leon Timmermans | 2021-05-24 | 1 | -1/+1 |
* | Document gv_stashsvpvn_cached | Karl Williamson | 2021-04-14 | 1 | -1/+1 |
* | embed.fnc: White space only | Karl Williamson | 2021-03-03 | 1 | -2/+2 |
* | embed.fnc: Add clarifying comment | Karl Williamson | 2021-03-02 | 1 | -1/+4 |
* | try isn't treated as a sub call like eval is | Tony Cook | 2021-02-14 | 1 | -0/+1 |
* | Add a newTRYCATCHOP(); migrate the custom code out of perly.y into it | Paul "LeoNerd" Evans | 2021-02-14 | 1 | -0/+1 |
* | regexec.c: Make internal function static | Karl Williamson | 2021-02-10 | 1 | -2/+2 |
* | Allow blanks within and adjacent to {...} constructs | Karl Williamson | 2021-01-20 | 1 | -1/+1 |
* | Allow empty lower bound in /{,n}/ | Karl Williamson | 2021-01-20 | 1 | -1/+0 |
* | Revamp regcurly(), regpiece() use of it | Karl Williamson | 2021-01-20 | 1 | -1/+3 |
* | add a bareword_filehandles feature, which is enabled by default | Tony Cook | 2021-01-04 | 1 | -0/+1 |
* | perlapi: Consolidate newRV and newRV_inc pod | Karl Williamson | 2020-12-30 | 1 | -1/+1 |
* | Document gv_autoload4 | Karl Williamson | 2020-12-27 | 1 | -1/+1 |