| Commit message (Expand) | Author | Age | Files | Lines |
* | Reinstate "Use new Svt_INVLIST for inversion lists." | Karl Williamson | 2013-07-16 | 1 | -1/+1 |
* | Reinstate "regcomp.c: Make C-array inversion lists const" | Karl Williamson | 2013-07-16 | 1 | -1/+1 |
* | Reinstate "regcomp.c: Move inversion list hdr field to SV hdr" | Karl Williamson | 2013-07-16 | 1 | -1/+1 |
* | Reinstate "regcomp.c: Change, variable, fcn name" | Karl Williamson | 2013-07-16 | 1 | -4/+4 |
* | Reinstate "regcomp.c: Move 2 hdr inversion fields to SV hdr" | Karl Williamson | 2013-07-16 | 1 | -1/+1 |
* | Reinstate "regcomp.c: Remove unused data structure field" | Karl Williamson | 2013-07-16 | 1 | -6/+0 |
* | Reinstate "regcomp.c: Make inversion lists SVt_PVLV" | Karl Williamson | 2013-07-16 | 1 | -1/+1 |
* | Reinstate + fix "Revert "regcomp.c: Add a constant 0 element before inversion... | Karl Williamson | 2013-07-16 | 1 | -2/+2 |
* | [perl #27010] Make tie work through defelems | Father Chrysostomos | 2013-07-16 | 1 | -0/+6 |
* | [perl #77814] Make defelems propagate pos | Father Chrysostomos | 2013-07-15 | 1 | -0/+11 |
* | Make set-magic handle vstrings properly | Father Chrysostomos | 2013-07-15 | 1 | -2/+2 |
* | Revert "Allow => to quote built-in keywords across lines" | Father Chrysostomos | 2013-07-12 | 1 | -2/+2 |
* | Allow => to quote built-in keywords across lines | Father Chrysostomos | 2013-07-12 | 1 | -2/+2 |
* | 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/+5 |
* | Revert "regcomp.c: Add a constant 0 element before inversion lists" | Karl Williamson | 2013-07-04 | 1 | -2/+2 |
* | Revert "regcomp.c: Make inversion lists SVt_PVLV" | Karl Williamson | 2013-07-04 | 1 | -1/+1 |
* | Revert "regcomp.c: Remove unused data structure field" | Karl Williamson | 2013-07-04 | 1 | -0/+6 |
* | Revert "regcomp.c: Move 2 hdr inversion fields to SV hdr" | Karl Williamson | 2013-07-04 | 1 | -1/+1 |
* | Revert "regcomp.c: Change, variable, fcn name" | Karl Williamson | 2013-07-04 | 1 | -4/+4 |
* | Revert "regcomp.c: Move inversion list hdr field to SV hdr" | Karl Williamson | 2013-07-04 | 1 | -1/+1 |
* | Revert "regcomp.c: Make C-array inversion lists const" | Karl Williamson | 2013-07-04 | 1 | -1/+1 |
* | Revert "Use new Svt_INVLIST for inversion lists." | Karl Williamson | 2013-07-04 | 1 | -1/+1 |
* | Use new Svt_INVLIST for inversion lists. | Karl Williamson | 2013-07-03 | 1 | -1/+1 |
* | regcomp.c: Make C-array inversion lists const | Karl Williamson | 2013-07-03 | 1 | -1/+1 |
* | regcomp.c: Move inversion list hdr field to SV hdr | Karl Williamson | 2013-07-03 | 1 | -1/+1 |
* | regcomp.c: Change, variable, fcn name | Karl Williamson | 2013-07-03 | 1 | -4/+4 |
* | regcomp.c: Move 2 hdr inversion fields to SV hdr | Karl Williamson | 2013-07-03 | 1 | -1/+1 |
* | regcomp.c: Remove unused data structure field | Karl Williamson | 2013-07-03 | 1 | -6/+0 |
* | regcomp.c: Make inversion lists SVt_PVLV | Karl Williamson | 2013-07-03 | 1 | -1/+1 |
* | regcomp.c: Add a constant 0 element before inversion lists | Karl Williamson | 2013-07-03 | 1 | -2/+2 |
* | change tied_method to use SVs with precomputed hash values | Ruslan Zakirov | 2013-06-30 | 1 | -1/+1 |
* | change magic_methcall to use SV with shared hash value | Ruslan Zakirov | 2013-06-30 | 1 | -3/+3 |
* | embed.fnc: S_ptr_hash is inline | Father Chrysostomos | 2013-06-26 | 1 | -1/+1 |
* | op.c: Refactor calls to bad_type_sv | Father Chrysostomos | 2013-06-23 | 1 | -6/+6 |
* | 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 | -2/+2 |
* | add strbeg argument to Perl_re_intuit_start() | David Mitchell | 2013-06-02 | 1 | -3/+4 |
* | find_byclass, regrepeat: remove is_utf8_pat arg | David Mitchell | 2013-06-02 | 1 | -2/+2 |
* | make more use of regmatch_info struct. | David Mitchell | 2013-06-02 | 1 | -3/+4 |
* | [perl #116735] Honour lexical prototypes when no parens are used | Father Chrysostomos | 2013-06-02 | 1 | -0/+1 |
* | Cache HvFILL() for larger hashes, and update on insertion/deletion. | Nicholas Clark | 2013-05-29 | 1 | -1/+1 |
* | Eliminate Perl_my_swabn(), as it is now unused. | Nicholas Clark | 2013-05-20 | 1 | -5/+0 |
* | When endian-swapping in pack, simply copy the bytes in reverse order. | Nicholas Clark | 2013-05-20 | 1 | -1/+1 |
* | Eliminate my_{hto[bl]e,[bl]etoh}{16,32,64,s,i,l} as nothing now uses them. | Nicholas Clark | 2013-05-20 | 1 | -72/+0 |
* | Eliminate the conditionally-compiled fallback functions for htonl etc. | Nicholas Clark | 2013-05-20 | 1 | -14/+0 |
* | Expand flags parameter from boolean in _to_fold_latin1 | Karl Williamson | 2013-05-20 | 1 | -1/+1 |
* | cleanup and test PERL_PERTURB_KEYS environment variable handling | Yves Orton | 2013-05-08 | 1 | -1/+1 |