summaryrefslogtreecommitdiff
path: root/embed.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* [perl #79908] Stop sub inlining from breaking closuresFather Chrysostomos2013-07-251-1/+1
* Inline list constantsFather Chrysostomos2013-07-251-0/+1
* Revert "Remove the non-inline function S_croak_memory_wrap from inline.h."Tony Cook2013-07-241-0/+1
* Add sv_pos_b2u_flagsFather Chrysostomos2013-07-231-0/+1
* Allow => to quote built-in keywords across linesFather Chrysostomos2013-07-161-1/+1
* Remove redundant field from inversion listsKarl Williamson2013-07-161-2/+1
* Add parameter to internal functionKarl Williamson2013-07-161-1/+1
* Reinstate "regcomp.c: Change, variable, fcn name"Karl Williamson2013-07-161-1/+1
* Reinstate "regcomp.c: Remove unused data structure field"Karl Williamson2013-07-161-1/+0
* [perl #27010] Make tie work through defelemsFather Chrysostomos2013-07-161-0/+1
* [perl #77814] Make defelems propagate posFather Chrysostomos2013-07-151-0/+2
* Make set-magic handle vstrings properlyFather Chrysostomos2013-07-151-1/+1
* Revert "Allow => to quote built-in keywords across lines"Father Chrysostomos2013-07-121-1/+1
* Allow => to quote built-in keywords across linesFather Chrysostomos2013-07-121-1/+1
* locale.c: Extract out, fix, expand fcn to see if a locale is utf8Karl Williamson2013-07-051-0/+1
* Introduce validate_proto / stop stripping spacesPeter Martini2013-07-051-0/+1
* Revert "regcomp.c: Remove unused data structure field"Karl Williamson2013-07-041-0/+1
* Revert "regcomp.c: Change, variable, fcn name"Karl Williamson2013-07-041-1/+1
* regcomp.c: Change, variable, fcn nameKarl Williamson2013-07-031-1/+1
* regcomp.c: Remove unused data structure fieldKarl Williamson2013-07-031-1/+0
* op.c: Refactor calls to bad_type_svFather Chrysostomos2013-06-231-1/+1
* Fix and add tests for *PRUNE/*THEN plus leading non-greedy +Yves Orton2013-06-221-1/+1
* Show intflags as well as extflagsYves Orton2013-06-221-0/+1
* toke.c: Remove the allow_initial_tick hack from S_force_word.Brian Fraser2013-06-111-1/+1
* [perl #115112] avoid repeated calls to path_is_absolute() and rename itTony Cook2013-06-041-1/+1
* add strbeg argument to Perl_re_intuit_start()David Mitchell2013-06-021-1/+1