summaryrefslogtreecommitdiff
path: root/proto.h
Commit message (Expand)AuthorAgeFilesLines
* Add utf8_to_utf16Karl Williamson2021-08-141-0/+3
* Improve utf16_to_utf8_reversed()Karl Williamson2021-08-141-0/+3
* utf8.c: Refactor is_utf8_char_helper()Karl Williamson2021-08-141-2/+2
* Make macro isUTF8_CHAR_flags an inline fcnKarl Williamson2021-08-141-0/+7
* is_utf8_valid_partial_char_flags: Use DFAKarl Williamson2021-08-141-3/+3
* utf8.c: Rename formal param to static fcnKarl Williamson2021-08-071-1/+1
* uvoffuni_to_utf8_flags_msgs: Avoid extra conditionalsKarl Williamson2021-08-071-1/+1
* utf8.c: Change formal parameter name to fcnKarl Williamson2021-08-071-1/+1
* Add helper function for longest UTF8 sequenceKarl Williamson2021-08-071-0/+6
* utf8.c: Fold 2 overlapping fcns into oneKarl Williamson2021-08-071-9/+0
* utf8.c: Generalize static fcnKarl Williamson2021-08-071-2/+2
* utf8.c: Change name of static functionKarl Williamson2021-08-071-1/+1
* Create and use 32 and 64 bit msbit_pos() fcnsKarl Williamson2021-07-301-0/+12
* Create and use 32 and 64 bit lsbit_pos() fcnsKarl Williamson2021-07-301-0/+12
* Add 64bit single-1bit_pos()Karl Williamson2021-07-301-0/+8
* Create and use single_1bit_pos32()Karl Williamson2021-07-301-0/+6
* Add inline av_fetch_simple and av_store_simple functionsRichard Leach2021-07-031-0/+12
* 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