summaryrefslogtreecommitdiff
path: root/embed.fnc
Commit message (Expand)AuthorAgeFilesLines
* 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
* [perl #79824] Don’t cow for sv_mortalcopy call from XSFather Chrysostomos2012-10-051-1/+2
* Remove length magic on scalarsFather Chrysostomos2012-10-011-1/+0
* Deprecate mg_length; make it return bytesFather Chrysostomos2012-10-011-1/+1
* Restore special blocks to working orderFather Chrysostomos2012-09-261-1/+2
* [perl #97958] Make reset "" match its docsFather Chrysostomos2012-09-241-0/+2
* op.c: Disentangle apply_attrs_my from apply_attrsFather Chrysostomos2012-09-191-1/+1
* embed.fnc: Remove d flag from cv_clone_intoFather Chrysostomos2012-09-191-1/+1
* [perl #114942] Correct scoping for ‘for my $x(){} $x’Father Chrysostomos2012-09-191-1/+2
* embed.fnc: Clarify o commentsFather Chrysostomos2012-09-181-1/+1
* [perl #114924] Make method calls work with ::SUPER packagesFather Chrysostomos2012-09-171-1/+0