| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | -2/+6 |
* | find_byclass, regrepeat: remove is_utf8_pat arg | David Mitchell | 2013-06-02 | 1 | -4/+2 |
* | make more use of regmatch_info struct. | David Mitchell | 2013-06-02 | 1 | -1/+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 | -4/+0 |
* | When endian-swapping in pack, simply copy the bytes in reverse order. | Nicholas Clark | 2013-05-20 | 1 | -1/+2 |
* | Eliminate my_{hto[bl]e,[bl]etoh}{16,32,64,s,i,l} as nothing now uses them. | Nicholas Clark | 2013-05-20 | 1 | -74/+0 |
* | Eliminate the conditionally-compiled fallback functions for htonl etc. | Nicholas Clark | 2013-05-20 | 1 | -5/+0 |
* | Expand flags parameter from boolean in _to_fold_latin1 | Karl Williamson | 2013-05-20 | 1 | -1/+1 |
* | embed.fnc: Slight clarification in comments | 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 |
* | Make it possible to disable and control hash key traversal randomization | Yves Orton | 2013-05-07 | 1 | -0/+1 |
* | Remove the non-inline function S_croak_memory_wrap from inline.h. | Andy Dougherty | 2013-03-28 | 1 | -1/+1 |
* | In Perl_re_op_compile(), tidy up after removing setjmp(). | Nicholas Clark | 2013-03-19 | 1 | -1/+1 |
* | In S_regclass(), create listsv as a mortal, claiming a reference if needed. | Nicholas Clark | 2013-03-19 | 1 | -1/+1 |
* | Harden hashes against hash seed discovery by randomizing hash iteration | Yves Orton | 2013-03-19 | 1 | -1/+2 |
* | Fix several differences in the parsing of $.. and ${...} | Brian Fraser | 2013-03-06 | 1 | -0/+3 |
* | Pass the current and desired hash sizes to S_hsplit(). | Nicholas Clark | 2013-02-26 | 1 | -1/+1 |
* | Add av_tindex() synonym for av_top_index() | Karl Williamson | 2013-02-08 | 1 | -0/+1 |
* | Inline av_top_index() | Karl Williamson | 2013-02-08 | 1 | -1/+1 |
* | Change name 'av_top' to 'av_top_index' | Karl Williamson | 2013-02-08 | 1 | -1/+1 |
* | embed.fnc: Remove inappropriate 'p' flags | Karl Williamson | 2013-02-08 | 1 | -2/+2 |
* | Add interpolations to regex sets | Karl Williamson | 2013-02-03 | 1 | -0/+1 |
* | Incorporate code review feedback for (?[]) | Karl Williamson | 2013-02-03 | 1 | -3/+3 |
* | regcomp.c: Extract code into function | Karl Williamson | 2013-02-03 | 1 | -0/+1 |
* | hv.c: add some NULL check removal | bulk88 (via RT) | 2013-01-29 | 1 | -1/+1 |
* | Correct variable names in embed.fnc for hv_free_ent and hv_free_ent_ret. | Andy Dougherty | 2013-01-25 | 1 | -2/+2 |
* | Add av_top() synonym for av_len() | Karl Williamson | 2013-01-19 | 1 | -0/+1 |
* | Deprecate certain rare uses of backslashes within regexes | Karl Williamson | 2013-01-19 | 1 | -2/+4 |
* | Extend strictness for qr/(?[ \N{} ])/ | Karl Williamson | 2013-01-19 | 1 | -3/+4 |
* | PATCH: [perl 116411]: code comment for commit 518a5310cc "Silence a MSVC++-sp... | bulk88 (via RT) | 2013-01-16 | 1 | -0/+2 |
* | Silence a MSVC++-specific warning | Steve Hay | 2013-01-15 | 1 | -0/+4 |
* | Silence a couple of warnings | Steve Hay | 2013-01-14 | 1 | -1/+1 |
* | Add warnings for "\08", /\017/ | Karl Williamson | 2013-01-14 | 1 | -0/+2 |
* | embed.fnc: Clarify that varargs suppresses embed.h | Karl Williamson | 2013-01-13 | 1 | -1/+2 |
* | Create deprecated fncs to replace to-be-removed macros | Karl Williamson | 2013-01-12 | 1 | -0/+2 |
* | New regex experimental feature: (?[ ]) | Karl Williamson | 2013-01-11 | 1 | -0/+4 |
* | regcomp.c: Add capability for regclass() to return inversion list | Karl Williamson | 2013-01-11 | 1 | -1/+2 |
* | regcomp.c: Add capability for strict [:posix:] | Karl Williamson | 2013-01-11 | 1 | -1/+1 |
* | regcomp.c: Add function to skip pattern white space | Karl Williamson | 2013-01-11 | 1 | -0/+2 |
* | regcomp.c: Add parameter to regclass() | Karl Williamson | 2013-01-11 | 1 | -1/+2 |
* | regcomp.c: Add parameter to regclass() | Karl Williamson | 2013-01-11 | 1 | -1/+2 |
* | grok_bslash_[ox]: Add param to silence non-portable warnings | Karl Williamson | 2013-01-11 | 1 | -8/+12 |
* | Add optional strict mode to grok_bslash_[xo] | Karl Williamson | 2013-01-11 | 1 | -2/+4 |
* | Revise calling sequences for grok_bslash_[xo] | Karl Williamson | 2013-01-11 | 1 | -2/+6 |
* | regcomp.c: Use a parameter to simplify some code | Karl Williamson | 2013-01-11 | 1 | -1/+1 |
* | embed.fnc: Fix flags for _invlist_dump | Karl Williamson | 2013-01-11 | 1 | -1/+1 |