summaryrefslogtreecommitdiff
path: root/embed.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* embed.fnc: Fcn should have been within an #ifdefKarl Williamson2016-03-011-1/+1
* PATCH: [perl #127581] Spurious warning about posix classKarl Williamson2016-03-011-1/+2
* regcomp.c: Add new static inline convenience functionKarl Williamson2016-02-271-0/+1
* regcomp.c: Change name of static functionKarl Williamson2016-02-271-1/+1
* Use less memory in compiling regexesKarl Williamson2016-02-231-0/+1
* Revamp -Dr handling of /[...]/Karl Williamson2016-02-191-1/+3
* Add a parameter to a static functionKarl Williamson2016-02-191-1/+1
* Change private function to staticKarl Williamson2016-02-191-2/+2
* regcomp.c, toke.c: swap functions being inline staticKarl Williamson2016-02-181-5/+5
* Don't allow /\N{}/ under 're strict'Karl Williamson2016-02-181-1/+1
* regcomp.c: Extract duped code into one fcnKarl Williamson2016-02-101-0/+1