summaryrefslogtreecommitdiff
path: root/embed.fnc
Commit message (Expand)AuthorAgeFilesLines
* [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-5/+0
* Stop ‘used once’ warnings from crashing on circularitiesFather Chrysostomos2013-08-051-1/+1
* [perl #117855] Store CopFILEGV in a pad under ithreadsFather Chrysostomos2013-08-051-0/+5
* Extend sv_dump() to dump SVt_INVLISTKarl Williamson2013-08-011-1/+5
* regcomp.c: Extract duplicated code into single fcnKarl Williamson2013-07-301-0/+1
* make Perl_reg_set_capture_string staticDavid Mitchell2013-07-281-8/+0
* add Perl_reg_set_capture_string() functionDavid Mitchell2013-07-281-0/+7
* [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-1/+1
* [perl #72766] Allow huge pos() settingsFather Chrysostomos2013-07-231-1/+1
* Add sv_pos_b2u_flagsFather Chrysostomos2013-07-231-0/+2
* 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 "Use new Svt_INVLIST for inversion lists."Karl Williamson2013-07-161-1/+1
* Reinstate "regcomp.c: Make C-array inversion lists const"Karl Williamson2013-07-161-1/+1
* Reinstate "regcomp.c: Move inversion list hdr field to SV hdr"Karl Williamson2013-07-161-1/+1
* Reinstate "regcomp.c: Change, variable, fcn name"Karl Williamson2013-07-161-1/+1
* Reinstate "regcomp.c: Move 2 hdr inversion fields to SV hdr"Karl Williamson2013-07-161-1/+1
* Reinstate "regcomp.c: Remove unused data structure field"Karl Williamson2013-07-161-1/+0
* Reinstate "regcomp.c: Make inversion lists SVt_PVLV"Karl Williamson2013-07-161-1/+1
* Reinstate + fix "Revert "regcomp.c: Add a constant 0 element before inversion...Karl Williamson2013-07-161-3/+7
* embed.fnc: Clarify comments on E,X flag usage; nitKarl Williamson2013-07-161-3/+4
* [perl #27010] Make tie work through defelemsFather Chrysostomos2013-07-161-0/+1
* embed.fnc: E does not imply XFather Chrysostomos2013-07-151-2/+2
* [perl #77814] Make defelems propagate posFather Chrysostomos2013-07-151-0/+4
* 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: Add a constant 0 element before inversion lists"Karl Williamson2013-07-041-7/+3
* Revert "regcomp.c: Make inversion lists SVt_PVLV"Karl Williamson2013-07-041-1/+1
* Revert "regcomp.c: Remove unused data structure field"Karl Williamson2013-07-041-0/+1
* Revert "regcomp.c: Move 2 hdr inversion fields to SV hdr"Karl Williamson2013-07-041-1/+1
* Revert "regcomp.c: Change, variable, fcn name"Karl Williamson2013-07-041-1/+1
* Revert "regcomp.c: Move inversion list hdr field to SV hdr"Karl Williamson2013-07-041-1/+1
* Revert "regcomp.c: Make C-array inversion lists const"Karl Williamson2013-07-041-1/+1
* Revert "Use new Svt_INVLIST for inversion lists."Karl Williamson2013-07-041-1/+1
* Use new Svt_INVLIST for inversion lists.Karl Williamson2013-07-031-1/+1
* regcomp.c: Make C-array inversion lists constKarl Williamson2013-07-031-1/+1
* regcomp.c: Move inversion list hdr field to SV hdrKarl Williamson2013-07-031-1/+1
* regcomp.c: Change, variable, fcn nameKarl Williamson2013-07-031-1/+1
* regcomp.c: Move 2 hdr inversion fields to SV hdrKarl Williamson2013-07-031-1/+1
* regcomp.c: Remove unused data structure fieldKarl Williamson2013-07-031-1/+0
* regcomp.c: Make inversion lists SVt_PVLVKarl Williamson2013-07-031-1/+1
* regcomp.c: Add a constant 0 element before inversion listsKarl Williamson2013-07-031-3/+7