summaryrefslogtreecommitdiff
path: root/embed.h
Commit message (Expand)AuthorAgeFilesLines
* Purge sfio support, which has been broken for a decade.Nicholas Clark2013-12-271-1/+1
* [perl #115736] fix undocumented param from newATTRSUB_flagsDaniel Dragan2013-12-231-2/+1
* mg.c: Extract code into a function.Karl Williamson2013-11-261-0/+1
* [perl #120463] s/// and tr/// with wide delimitersFather Chrysostomos2013-11-141-1/+1
* fix multi-eval of Perl_custom_op_xop in XopENTRYDaniel Dragan2013-11-101-0/+1
* Make &CORE::exit respect vmsish exit hintFather Chrysostomos2013-11-081-1/+0
* Fix &CORE::exit/die under vmsish "hushed"Father Chrysostomos2013-11-081-1/+0
* Fix qx, `` and <<`` overridesFather Chrysostomos2013-11-061-1/+0
* Split ck_open into two functionsFather Chrysostomos2013-11-061-0/+1
* Put common override code into gv_overrideFather Chrysostomos2013-11-061-0/+1
* Move the function to set $^X to its own filePeter Martini2013-11-041-0/+1
* Make mro code pass precomputed hash valuesFather Chrysostomos2013-11-041-1/+1
* [perl #119797] Fix if/else in lvalue subFather Chrysostomos2013-10-231-1/+1
* Adding a prototype attribute.Peter Martini2013-10-161-1/+2
* regcomp.c: Remove unused parameter in static functionKarl Williamson2013-09-241-1/+1
* Teach regex optimizer to handle above-Latin1Karl Williamson2013-09-241-4/+4
* regcomp.c: Add some static functionsKarl Williamson2013-09-241-0/+9
* regcomp.c: Add parameter to static functionKarl Williamson2013-09-241-1/+1
* Make typedef fully typedefKarl Williamson2013-09-241-3/+0
* regcomp.c: Change names of some static functionsKarl Williamson2013-09-241-5/+5
* regcomp.c: Rework static function call; commentsKarl Williamson2013-09-241-1/+1
* regcomp.c: Extract code into separate functionKarl Williamson2013-09-241-0/+1
* Add regnode struct for synthetic start classKarl Williamson2013-09-241-0/+3
* regcomp.c: Extract code into separate functionKarl Williamson2013-09-241-0/+1
* Removed DUMP_FDS and dump_fds()Brian Fraser2013-09-211-3/+0
* toke.c, S_scan_ident(): Don't take a "end of buffer" argument, use PL_bufendBrian Fraser2013-09-181-1/+1
* gv.c: Split part of find_default_stash into gv_is_in_main.Brian Fraser2013-09-111-0/+1
* gv.c: Rename magicalize_gv into gv_magicalize, make it more specific.Brian Fraser2013-09-111-1/+1
* gv.c, gv_fetchpvn_flags: Split another chunk of magic-checking code.Brian Fraser2013-09-111-0/+1
* gv.c: Move the code that magicalizes new globs into magicalize_gv().Brian Fraser2013-09-111-0/+1
* gv.c: Begin splitting gv_fetchpvn_flags into smaller helper functions.Brian Fraser2013-09-111-0/+2
* [perl #117265] correctly handle overloaded stringsTony Cook2013-09-091-1/+1
* Put AV defelem creation code in one placeFather Chrysostomos2013-09-061-0/+1
* [perl #115768] improve (caller)[2] line numbersFather Chrysostomos2013-09-011-1/+1
* utf8.c: Remove wrapper functions.Karl Williamson2013-08-291-7/+1
* utf8.c: Stop using two functionsKarl Williamson2013-08-291-0/+2
* Convert uvuni_to_utf8() to functionKarl Williamson2013-08-291-0/+1
* utf8.c: Swap which fcn wraps the otherKarl Williamson2013-08-291-1/+1
* Extract common code to an inline functionKarl Williamson2013-08-291-0/+1
* Only predeclare S_sv_or_pv_pos_u2b for -DPERL_CORE or -DPERL_EXTNicholas Clark2013-08-281-1/+3
* [perl #117265] safesyscalls: check embedded nul in syscall argsTony Cook2013-08-261-0/+1
* Stop pos() from being confused by changing utf8nessFather Chrysostomos2013-08-251-0/+1
* Use SSize_t for tmps stack offsetsFather Chrysostomos2013-08-251-0/+1
* PATCH: [perl #119443] Blead won't compile on winceKarl Williamson2013-08-231-3/+1
* [perl #3330] warn on increment of an non number/non-magically incable valueTony Cook2013-08-121-0/+2
* add adjust_size_and_find_bucket to embed.fncLukas Mai2013-08-111-0/+3
* Revert "[perl #117855] Store CopFILEGV in a pad under ithreads"Father Chrysostomos2013-08-091-1/+0
* [perl #117855] Store CopFILEGV in a pad under ithreadsFather Chrysostomos2013-08-051-0/+1
* Extend sv_dump() to dump SVt_INVLISTKarl Williamson2013-08-011-0/+3
* regcomp.c: Extract duplicated code into single fcnKarl Williamson2013-07-301-0/+1