summaryrefslogtreecommitdiff
path: root/embed.h
Commit message (Expand)AuthorAgeFilesLines
* try isn't treated as a sub call like eval isTony Cook2021-02-141-0/+1
* A totally new optree structure for try/catch involving three new optypesPaul "LeoNerd" Evans2021-02-141-0/+1
* Add a newTRYCATCHOP(); migrate the custom code out of perly.y into itPaul "LeoNerd" Evans2021-02-141-0/+1
* regexec.c: Make internal function staticKarl Williamson2021-02-101-3/+1
* Allow empty lower bound in /{,n}/Karl Williamson2021-01-201-1/+0
* Revamp regcurly(), regpiece() use of itKarl Williamson2021-01-201-0/+1
* add a bareword_filehandles feature, which is enabled by defaultTony Cook2021-01-041-0/+1
* Evaluate arg once in all forms of SvTRUEKarl Williamson2020-12-061-0/+4
* perlapi: Note proper rplcemnt for pad_compname_typeKarl Williamson2020-11-221-0/+3
* Move regcurly to regcomp.c (from inline.h)Karl Williamson2020-11-181-1/+1
* Fix up delimcpy_no_escape()Karl Williamson2020-10-311-1/+1
* embed.h: Add caution about PERL_NO_SHORT_NAMESKarl Williamson2020-10-261-1/+3
* add Perl_magic_freemglob() magic vtable methodDavid Mitchell2020-10-231-0/+1
* add Perl_magic_freeutf8() magic vtable methodDavid Mitchell2020-10-231-0/+1
* add Perl_magic_freecollxfrm() magic vtable methodDavid Mitchell2020-10-231-0/+1
* perlapi: deprecate pack_cat() (a mathoms func)Karl Williamson2020-09-051-0/+3
* Add av_count()Karl Williamson2020-08-191-1/+1
* Remove PERL_GLOBAL_STRUCTDagfinn Ilmari Mannsåker2020-07-201-5/+0
* 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/+1
* Add named sequences to Unicode wildcard name capabilitesKarl Williamson2020-03-201-2/+2
* pp_match(): output regex debugging infoKarl Williamson2020-03-181-0/+1
* chained comparisonsZefram2020-03-121-0/+3
* Rmv obsolete functionKarl Williamson2020-03-111-1/+0
* Allow debugging from regexec.c back to regcomp.cKarl Williamson2020-03-111-1/+8
* Add thread safety to some environment accessesKarl Williamson2020-03-111-0/+1
* Implement \p{Name=/.../} wildcardsKarl Williamson2020-03-111-0/+1
* optimize sort by inlining comparison functionsTomasz Konojacki2020-03-091-0/+9
* Allow more debugging in re_comp.cKarl Williamson2020-03-021-2/+6
* Move two regex functions so that can use re debugKarl Williamson2020-03-021-2/+2
* embed.fnc: Reorder the entries dealing with regexesKarl Williamson2020-03-021-33/+33
* regcomp.c: Add wrappers for cmplng/xctng wildcard subpatternsKarl Williamson2020-02-191-0/+2
* regcomp.c: Create wrapper fcn for re_op_compileKarl Williamson2020-02-191-0/+1
* Move some obsolete UTF-8 handling fcns to mathomsKarl Williamson2020-02-191-0/+6
* Improve handling of nested qr/(?[...])/Karl Williamson2020-02-191-0/+1
* toke.c: Split code to load _charnames.pm into own fncKarl Williamson2020-02-121-0/+1
* utf8.c: Use common fcn for error messageKarl Williamson2020-01-231-1/+3
* Move cntrl_to_mnemonic() to util.c from regcomp.cKarl Williamson2020-01-231-1/+1
* Remove dquote_inline.hKarl Williamson2020-01-231-1/+3
* (toke|regcomp).c: Use common fcn to handle \0 problemsKarl Williamson2020-01-231-1/+0
* Restructure grok_bslash_[ox]Karl Williamson2020-01-231-2/+4
* Restructure grok_bslash_cKarl Williamson2020-01-231-1/+1
* Hoist code point portability warningsKarl Williamson2020-01-231-2/+2
* Improve performance of grok_bin_oct_hex()Karl Williamson2020-01-131-1/+4
* Collapse grok_bin, _oct, _hex into one functionKarl Williamson2020-01-131-3/+1
* Rmv leading underscore from macro nameKarl Williamson2019-12-111-2/+2
* Add the `isa` operatorPaul "LeoNerd" Evans2019-12-091-0/+2
* PATCH: gh #17275 Silence new warningKarl Williamson2019-11-211-4/+6
* regcomp.c: Add invlist_lowest() and use itKarl Williamson2019-11-201-0/+1