summaryrefslogtreecommitdiff
path: root/proto.h
Commit message (Expand)AuthorAgeFilesLines
* Rename scalarseq() to a somewhat more meaningful voidnonfinal()Paul "LeoNerd" Evans2021-06-161-2/+2
* replace all instances of PERL_IMPLICIT_CONTEXT with MULTIPLICITYTomasz Konojacki2021-06-091-84/+84
* Call magic on all elements on %SIG delocalizationLeon Timmermans2021-06-021-0/+3
* regcomp.c: Extract code from a too-large-functionKarl Williamson2021-05-311-0/+3
* Add Perl_av_new_alloc() function and newAV_alloc_x/z() macrosRichard Leach2021-05-261-0/+12
* Do not cache utf8 offsets for non-canonical lengthsLeon Timmermans2021-05-241-2/+2
* try isn't treated as a sub call like eval isTony Cook2021-02-141-0/+5
* A totally new optree structure for try/catch involving three new optypesPaul "LeoNerd" Evans2021-02-141-0/+5
* Add a newTRYCATCHOP(); migrate the custom code out of perly.y into itPaul "LeoNerd" Evans2021-02-141-0/+5
* regexec.c: Make internal function staticKarl Williamson2021-02-101-6/+4
* Allow blanks within and adjacent to {...} constructsKarl Williamson2021-01-201-1/+1
* Allow empty lower bound in /{,n}/Karl Williamson2021-01-201-5/+0
* Revamp regcurly(), regpiece() use of itKarl Williamson2021-01-201-2/+5
* add a bareword_filehandles feature, which is enabled by defaultTony Cook2021-01-041-0/+3
* Remove my_l?stat from public APIKarl Williamson2020-12-061-6/+2
* Evaluate arg once in all forms of SvTRUEKarl Williamson2020-12-061-0/+18
* Document various CopFILEfoo functionsKarl Williamson2020-11-291-0/+4
* perlapi: Note proper rplcemnt for pad_compname_typeKarl Williamson2020-11-221-0/+1
* Move regcurly to regcomp.c (from inline.h)Karl Williamson2020-11-181-3/+1
* sv.c: Change some formal param names for clarity, consistencyKarl Williamson2020-11-091-32/+32
* Fix up delimcpy_no_escape()Karl Williamson2020-10-311-2/+2
* Rewrite delimcpy to use memchr and Copy, not per-byteKarl Williamson2020-10-311-2/+2
* add Perl_magic_freemglob() magic vtable methodDavid Mitchell2020-10-231-0/+3
* add Perl_magic_freeutf8() magic vtable methodDavid Mitchell2020-10-231-0/+3
* add Perl_magic_freecollxfrm() magic vtable methodDavid Mitchell2020-10-231-0/+3
* Remove Perl_av_top_indexKarl Williamson2020-09-291-4/+3
* sv.c: Change flags param on two fcns from I32 to U32Karl Williamson2020-09-051-2/+2
* Change formal parameter name of gv_fetchpv*Karl Williamson2020-09-051-1/+1
* perlapi: deprecate pack_cat() (a mathoms func)Karl Williamson2020-09-051-1/+3
* Add av_count()Karl Williamson2020-08-191-3/+8
* Remove PERL_GLOBAL_STRUCTDagfinn Ilmari Mannsåker2020-07-201-26/+3
* Remove Symbian portDagfinn Ilmari Mannsåker2020-07-201-1/+1
* study_chunk: honour mutate_ok over recursionHugo van der Sanden2020-06-011-1/+1
* study_chunk: extract rck_elide_nothingHugo van der Sanden2020-06-011-0/+3
* regcomp.c: Rmv C undefined behaviorKarl Williamson2020-04-121-1/+1
* Add named sequences to Unicode wildcard name capabilitesKarl Williamson2020-03-201-3/+3
* pp_match(): output regex debugging infoKarl Williamson2020-03-181-0/+8
* op.c: change Optype to I32 for cmpchain functionsYves Orton2020-03-121-2/+2
* chained comparisonsZefram2020-03-121-0/+14
* Stop requesting inlining some functions in recomp.cKarl Williamson2020-03-111-21/+7
* Revert "croak_memory_wrap is an inline function."Karl Williamson2020-03-111-3/+1
* Rmv obsolete functionKarl Williamson2020-03-111-5/+0
* Allow debugging from regexec.c back to regcomp.cKarl Williamson2020-03-111-3/+12
* Add thread safety to some environment accessesKarl Williamson2020-03-111-0/+7
* Implement \p{Name=/.../} wildcardsKarl Williamson2020-03-111-0/+3
* optimize sort by inlining comparison functionsTomasz Konojacki2020-03-091-6/+93
* regen/embed.pl: handle PERL_STATIC_INLINE_NO_RET properlyTomasz Konojacki2020-03-091-0/+2
* Allow wildcard pattern debuggingKarl Williamson2020-03-051-2/+2
* Allow more debugging in re_comp.cKarl Williamson2020-03-021-2/+19
* Move two regex functions so that can use re debugKarl Williamson2020-03-021-8/+8