summaryrefslogtreecommitdiff
path: root/embed.h
Commit message (Expand)AuthorAgeFilesLines
* (perl #129000) create a safer utf8_hop()Tony Cook2016-11-091-0/+3
* Fix wrong UTF-8 overflow error on 32-bit platformsKarl Williamson2016-11-021-0/+1
* make regen and args assert fixYves Orton2016-10-191-4/+4
* Add a way to have functions with a trailing depth argument under debuggingYves Orton2016-10-191-3/+4
* Add a regex_sets debugging functionKarl Williamson2016-10-191-0/+5
* regexec.c: in debug fixup indents and TRIE/BUFFER debug outputYves Orton2016-10-191-2/+2
* sv.c: add sv_setpv_bufsize() and SvPVCLEAR()Yves Orton2016-10-191-0/+1
* Add utf8n_to_uvchr_errorKarl Williamson2016-10-131-1/+1
* utf8.c: Extract some code into 2 functionsKarl Williamson2016-10-131-0/+2
* Add details to UTF-8 malformation error messagesKarl Williamson2016-10-131-1/+2
* utf8.c: Consolidate duplicate error msg textKarl Williamson2016-10-131-0/+1
* Add is_utf8_fixed_width_buf_flags() and use itKarl Williamson2016-09-251-0/+1
* Add API Unicode handling functionsKarl Williamson2016-09-251-0/+6
* Add is_utf8_valid_partial_char_flags()Karl Williamson2016-09-171-1/+1
* Enhance and rename is_utf8_char_slow()Karl Williamson2016-09-171-1/+1
* utf8.c: Extract duplicate code to common fcnKarl Williamson2016-09-171-0/+1
* Fix checks for tainted dir in $ENV{PATH}Father Chrysostomos2016-09-031-0/+1
* Add is_utf8_valid_partial_char()Karl Williamson2016-08-311-0/+1
* Move isUTF8_CHAR helper function, and reimplement itKarl Williamson2016-08-311-1/+1
* Inline is_utf8_invariant_string()Karl Williamson2016-08-311-1/+1
* Add new synonym 'is_utf8_invariant_string'Karl Williamson2016-08-311-1/+1
* Document valid_utf8_to_uvchr() and inline itKarl Williamson2016-08-311-1/+1
* signatures: eliminate XSIGVAR, add KEY_sigvarDavid Mitchell2016-08-181-1/+1
* Rationalise gv.c:gv_magicalizeFather Chrysostomos2016-08-041-1/+1
* gv.c:require_tie_mod: Accept pvn paramsFather Chrysostomos2016-08-041-1/+1
* Rework mod loading for %- and %!; fix mem leakFather Chrysostomos2016-08-041-1/+1
* add OP_ARGELEM, OP_ARGDEFELEM, OP_ARGCHECK opsDavid Mitchell2016-08-031-1/+2
* make op.c:S_alloc_LOGOP() non-staticDavid Mitchell2016-08-031-0/+1
* sub signatures: use parser rather than lexerDavid Mitchell2016-08-031-1/+0
* locale.c: Add some DEBUG statementsKarl Williamson2016-08-021-0/+3
* regcomp.c: Silence compiler warningKarl Williamson2016-07-201-2/+2
* regcomp.c: Silence compiler warningKarl Williamson2016-07-171-2/+2
* Fix -Dr output regressionKarl Williamson2016-07-161-1/+1
* Remove mg.c:_get_encodingFather Chrysostomos2016-07-131-1/+0
* Remove IN_ENCODING macro, and all code dependent on itFather Chrysostomos2016-07-131-1/+0
* [perl #128478] Restore former "$foo::$bar" parsingFather Chrysostomos2016-06-271-1/+1
* Change scalar(%hash) to be the same as 0+keys(%hash)Yves Orton2016-06-221-0/+1
* Prepare for Unicode 9.0Karl Williamson2016-06-211-1/+2
* mv function from locale.c to mathoms.cKarl Williamson2016-05-241-1/+3
* Do better locale collation in UTF-8 localesKarl Williamson2016-05-241-0/+5
* Use memmem() if available on the platform for Perl_ninstr()Karl Williamson2016-05-121-1/+3
* Make two functions for 5.005 backcompat MATHOMSKarl Williamson2016-05-121-0/+4
* embed.fnc: Alter 'b' flag meaningKarl Williamson2016-05-121-3/+5
* Reinstate "Make instr() a macro"Karl Williamson2016-05-091-1/+0
* Revert "Make instr() a macro"Karl Williamson2016-04-081-0/+1
* Get -Accflags=-DPERL_MEM_LOG compiling againMatthew Horsfall2016-04-051-0/+5
* Make instr() a macroKarl Williamson2016-03-171-1/+0
* fixup definitions and usage of new re debugging subsYves Orton2016-03-131-0/+9
* Rework diagnostics in the regex engineYves Orton2016-03-131-1/+1
* make building without memcpy work (RT #127619)Lukas Mai2016-03-071-3/+3