summaryrefslogtreecommitdiff
path: root/embed.fnc
Commit message (Expand)AuthorAgeFilesLines
* regcomp.c: Don't iterate while changing an inversion listKarl Williamson2012-12-281-0/+2
* Eliminate RF_tainted flag from PL_reg_flagsDavid Mitchell2012-12-251-2/+2
* eliminate RF_utf8 flag from PL_reg_flagsDavid Mitchell2012-12-251-2/+7
* uninline panic branch from POPSTACKDaniel Dragan2012-12-231-0/+1
* handy.h: Add full complement of isIDCONT() macrosKarl Williamson2012-12-231-0/+2
* Deprecate all is_(uni|utf8)_foo function usesKarl Williamson2012-12-221-29/+29
* Create internal _is_utf8_mark()Karl Williamson2012-12-221-0/+1
* utf8.c: Remove two internal now unused functions.Karl Williamson2012-12-221-2/+0
* Consolidate some regex OPSKarl Williamson2012-12-221-0/+1
* Add generic _is_(uni|utf8)_FOO() functionKarl Williamson2012-12-221-0/+2
* eliminate PL_regsizeDavid Mitchell2012-12-161-2/+4
* regexec.c: More efficient Korean \X processingKarl Williamson2012-12-161-2/+0
* hash argument is not used anymore in do_oddballRuslan Zakirov2012-12-111-1/+1
* regexec.c: Replace infamous if-else-if sequence by loopKarl Williamson2012-12-091-0/+1
* Deprecate some functions in utf8.cKarl Williamson2012-12-091-26/+26
* perlapi: Remove a bunch of functions from APIKarl Williamson2012-12-091-55/+55
* Add functions for getting ctype ALNUMCKarl Williamson2012-12-091-0/+3
* embed.fnc: Note that 'A' functions not necessarily public APIKarl Williamson2012-12-091-2/+6
* embed.fnc: Add missing entryKarl Williamson2012-12-091-0/+1
* Stop renamed packages from making reset() crashFather Chrysostomos2012-12-051-5/+1
* embed.fnc: Explain how X is used for public macrosFather Chrysostomos2012-12-041-0/+7
* silence some clang warningsDavid Mitchell2012-12-041-2/+2
* make SvREFCNT_dec() more efficientDavid Mitchell2012-12-041-3/+1
* Make isIDFIRST_uni() return identically as isIDFIRST_utf8()Karl Williamson2012-11-291-0/+1
* Remove double underscore in internal function nameKarl Williamson2012-11-291-1/+1
* embed.fnc, mathoms.c: Add commentsKarl Williamson2012-11-281-1/+2
* perlapi: Don't mention internal functionKarl Williamson2012-11-271-1/+1
* New COW mechanismFather Chrysostomos2012-11-271-1/+1
* Request is_utf8_char_slow() be inlinedKarl Williamson2012-11-241-1/+1
* embed.fnc: Fix flags problem for regposixccKarl Williamson2012-11-191-1/+1
* embed.fnc: Make a function globalKarl Williamson2012-11-191-1/+1
* regcomp.c: Revise debugging functionKarl Williamson2012-11-191-0/+1
* utf8.c: Request function to be inlineKarl Williamson2012-11-191-1/+1
* embed.fnc: Restrict access to non-public functionsKarl Williamson2012-11-191-2/+2
* Request that regcomp.c:S_regpposixcc be inlinedFather Chrysostomos2012-11-181-1/+1
* Stop /[.zog.]/ and /[[.zog.]]/ from leakingFather Chrysostomos2012-11-181-1/+2
* Inline regcomp.c:S_checkposixcc into its only callerFather Chrysostomos2012-11-181-1/+0
* Hash Function Change - Murmur hash and true per process hash seedYves Orton2012-11-171-1/+1
* Stop eval "END OF TERMS" from leakingFather Chrysostomos2012-11-141-0/+4
* clean up the users of PL_no_memDaniel Dragan2012-11-121-1/+1
* rmv context from Perl_croak_no_modify and Perl_croak_xs_usageDaniel Dragan2012-11-121-2/+2
* embed.fnc: Allow toke.c to call core_swash_init()Karl Williamson2012-11-111-1/+3
* toke.c: Extract part of \N{} processing to new functionKarl Williamson2012-11-111-0/+2
* "func not implemented" croaks optimizations in /win32/*Daniel Dragan2012-11-081-1/+3
* Remove __attribute__malloc__ from MYSWAP functionsSteve Hay2012-11-011-3/+3
* optimize memory wrap croaks, often used in MEM_WRAP_CHECKDaniel Dragan2012-10-251-0/+1
* regexec.c: Remove dead codeKarl Williamson2012-10-241-2/+2
* regex: Remove old code that tried to handle multi-char foldsKarl Williamson2012-10-141-2/+1
* Allow _swash_inversion_hash() to be called in regexec.cKarl Williamson2012-10-091-1/+1
* regexec.c: PATCH: [perl #114808]Karl Williamson2012-10-061-1/+1