| Commit message (Expand) | Author | Age | Files | Lines |
* | gv.c: Split part of find_default_stash into gv_is_in_main. | Brian Fraser | 2013-09-11 | 1 | -0/+1 |
* | gv.c: Rename magicalize_gv into gv_magicalize, make it more specific. | Brian Fraser | 2013-09-11 | 1 | -1/+1 |
* | gv.c, gv_fetchpvn_flags: Split another chunk of magic-checking code. | Brian Fraser | 2013-09-11 | 1 | -0/+1 |
* | gv.c: Move the code that magicalizes new globs into magicalize_gv(). | Brian Fraser | 2013-09-11 | 1 | -0/+1 |
* | gv.c: Begin splitting gv_fetchpvn_flags into smaller helper functions. | Brian Fraser | 2013-09-11 | 1 | -0/+2 |
* | [perl #117265] correctly handle overloaded strings | Tony Cook | 2013-09-09 | 1 | -1/+1 |
* | Put AV defelem creation code in one place | Father Chrysostomos | 2013-09-06 | 1 | -0/+1 |
* | [perl #115768] improve (caller)[2] line numbers | Father Chrysostomos | 2013-09-01 | 1 | -1/+1 |
* | utf8.c: Remove wrapper functions. | Karl Williamson | 2013-08-29 | 1 | -7/+1 |
* | utf8.c: Stop using two functions | Karl Williamson | 2013-08-29 | 1 | -0/+2 |
* | Convert uvuni_to_utf8() to function | Karl Williamson | 2013-08-29 | 1 | -0/+1 |
* | utf8.c: Swap which fcn wraps the other | Karl Williamson | 2013-08-29 | 1 | -1/+1 |
* | Extract common code to an inline function | Karl Williamson | 2013-08-29 | 1 | -0/+1 |
* | Only predeclare S_sv_or_pv_pos_u2b for -DPERL_CORE or -DPERL_EXT | Nicholas Clark | 2013-08-28 | 1 | -1/+3 |
* | [perl #117265] safesyscalls: check embedded nul in syscall args | Tony Cook | 2013-08-26 | 1 | -0/+1 |
* | Stop pos() from being confused by changing utf8ness | Father Chrysostomos | 2013-08-25 | 1 | -0/+1 |
* | Use SSize_t for tmps stack offsets | Father Chrysostomos | 2013-08-25 | 1 | -0/+1 |
* | PATCH: [perl #119443] Blead won't compile on wince | Karl Williamson | 2013-08-23 | 1 | -3/+1 |
* | [perl #3330] warn on increment of an non number/non-magically incable value | Tony Cook | 2013-08-12 | 1 | -0/+2 |
* | add adjust_size_and_find_bucket to embed.fnc | Lukas Mai | 2013-08-11 | 1 | -0/+3 |
* | Revert "[perl #117855] Store CopFILEGV in a pad under ithreads" | Father Chrysostomos | 2013-08-09 | 1 | -1/+0 |
* | [perl #117855] Store CopFILEGV in a pad under ithreads | Father Chrysostomos | 2013-08-05 | 1 | -0/+1 |
* | Extend sv_dump() to dump SVt_INVLIST | Karl Williamson | 2013-08-01 | 1 | -0/+3 |
* | regcomp.c: Extract duplicated code into single fcn | Karl Williamson | 2013-07-30 | 1 | -0/+1 |
* | [perl #79908] Stop sub inlining from breaking closures | Father Chrysostomos | 2013-07-25 | 1 | -1/+1 |
* | Inline list constants | Father Chrysostomos | 2013-07-25 | 1 | -0/+1 |
* | Revert "Remove the non-inline function S_croak_memory_wrap from inline.h." | Tony Cook | 2013-07-24 | 1 | -0/+1 |
* | Add sv_pos_b2u_flags | Father Chrysostomos | 2013-07-23 | 1 | -0/+1 |
* | Allow => to quote built-in keywords across lines | Father Chrysostomos | 2013-07-16 | 1 | -1/+1 |
* | Remove redundant field from inversion lists | Karl Williamson | 2013-07-16 | 1 | -2/+1 |
* | Add parameter to internal function | Karl Williamson | 2013-07-16 | 1 | -1/+1 |
* | Reinstate "regcomp.c: Change, variable, fcn name" | Karl Williamson | 2013-07-16 | 1 | -1/+1 |
* | Reinstate "regcomp.c: Remove unused data structure field" | Karl Williamson | 2013-07-16 | 1 | -1/+0 |
* | [perl #27010] Make tie work through defelems | Father Chrysostomos | 2013-07-16 | 1 | -0/+1 |
* | [perl #77814] Make defelems propagate pos | Father Chrysostomos | 2013-07-15 | 1 | -0/+2 |
* | Make set-magic handle vstrings properly | Father Chrysostomos | 2013-07-15 | 1 | -1/+1 |
* | Revert "Allow => to quote built-in keywords across lines" | Father Chrysostomos | 2013-07-12 | 1 | -1/+1 |
* | Allow => to quote built-in keywords across lines | Father Chrysostomos | 2013-07-12 | 1 | -1/+1 |
* | locale.c: Extract out, fix, expand fcn to see if a locale is utf8 | Karl Williamson | 2013-07-05 | 1 | -0/+1 |
* | Introduce validate_proto / stop stripping spaces | Peter Martini | 2013-07-05 | 1 | -0/+1 |
* | Revert "regcomp.c: Remove unused data structure field" | Karl Williamson | 2013-07-04 | 1 | -0/+1 |
* | Revert "regcomp.c: Change, variable, fcn name" | Karl Williamson | 2013-07-04 | 1 | -1/+1 |
* | regcomp.c: Change, variable, fcn name | Karl Williamson | 2013-07-03 | 1 | -1/+1 |
* | regcomp.c: Remove unused data structure field | Karl Williamson | 2013-07-03 | 1 | -1/+0 |
* | op.c: Refactor calls to bad_type_sv | Father Chrysostomos | 2013-06-23 | 1 | -1/+1 |
* | Fix and add tests for *PRUNE/*THEN plus leading non-greedy + | Yves Orton | 2013-06-22 | 1 | -1/+1 |
* | Show intflags as well as extflags | Yves Orton | 2013-06-22 | 1 | -0/+1 |
* | toke.c: Remove the allow_initial_tick hack from S_force_word. | Brian Fraser | 2013-06-11 | 1 | -1/+1 |
* | [perl #115112] avoid repeated calls to path_is_absolute() and rename it | Tony Cook | 2013-06-04 | 1 | -1/+1 |
* | add strbeg argument to Perl_re_intuit_start() | David Mitchell | 2013-06-02 | 1 | -1/+1 |