| Commit message (Expand) | Author | Age | Files | Lines |
* | Eliminate Perl_my_swabn(), as it is now unused. | Nicholas Clark | 2013-05-20 | 1 | -1/+0 |
* | 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 | -5/+0 |
* | 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/+0 |
* | 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/+1 |
* | Pass the current and desired hash sizes to S_hsplit(). | Nicholas Clark | 2013-02-26 | 1 | -1/+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 |
* | Add interpolations to regex sets | Karl Williamson | 2013-02-03 | 1 | -1/+1 |
* | Incorporate code review feedback for (?[]) | Karl Williamson | 2013-02-03 | 1 | -2/+2 |
* | regcomp.c: Extract code into function | Karl Williamson | 2013-02-03 | 1 | -0/+1 |
* | 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/+2 |
* | Extend strictness for qr/(?[ \N{} ])/ | Karl Williamson | 2013-01-19 | 1 | -1/+1 |
* | Silence a MSVC++-specific warning | Steve Hay | 2013-01-15 | 1 | -1/+6 |
* | Add warnings for "\08", /\017/ | Karl Williamson | 2013-01-14 | 1 | -0/+1 |
* | 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/+2 |
* | regcomp.c: Add capability for regclass() to return inversion list | Karl Williamson | 2013-01-11 | 1 | -1/+1 |
* | 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/+1 |
* | regcomp.c: Add parameter to regclass() | Karl Williamson | 2013-01-11 | 1 | -1/+1 |
* | regcomp.c: Add parameter to regclass() | Karl Williamson | 2013-01-11 | 1 | -1/+1 |
* | grok_bslash_[ox]: Add param to silence non-portable warnings | Karl Williamson | 2013-01-11 | 1 | -2/+2 |
* | Add optional strict mode to grok_bslash_[xo] | Karl Williamson | 2013-01-11 | 1 | -2/+2 |
* | Revise calling sequences for grok_bslash_[xo] | Karl Williamson | 2013-01-11 | 1 | -2/+2 |
* | regcomp.c: Use a parameter to simplify some code | Karl Williamson | 2013-01-11 | 1 | -1/+1 |
* | regcomp.c: Don't iterate while changing an inversion list | Karl Williamson | 2012-12-28 | 1 | -0/+2 |
* | eliminate RF_utf8 flag from PL_reg_flags | David Mitchell | 2012-12-25 | 1 | -2/+2 |
* | uninline panic branch from POPSTACK | Daniel Dragan | 2012-12-23 | 1 | -0/+1 |
* | handy.h: Add full complement of isIDCONT() macros | Karl Williamson | 2012-12-23 | 1 | -0/+2 |
* | Create internal _is_utf8_mark() | Karl Williamson | 2012-12-22 | 1 | -0/+1 |
* | utf8.c: Remove two internal now unused functions. | Karl Williamson | 2012-12-22 | 1 | -2/+0 |
* | Consolidate some regex OPS | Karl Williamson | 2012-12-22 | 1 | -0/+1 |
* | Add generic _is_(uni|utf8)_FOO() function | Karl Williamson | 2012-12-22 | 1 | -0/+2 |
* | eliminate PL_regsize | David Mitchell | 2012-12-16 | 1 | -2/+2 |
* | regexec.c: More efficient Korean \X processing | Karl Williamson | 2012-12-16 | 1 | -1/+0 |
* | hash argument is not used anymore in do_oddball | Ruslan Zakirov | 2012-12-11 | 1 | -1/+1 |
* | regexec.c: Replace infamous if-else-if sequence by loop | Karl Williamson | 2012-12-09 | 1 | -0/+1 |
* | Add functions for getting ctype ALNUMC | Karl Williamson | 2012-12-09 | 1 | -0/+3 |
* | embed.fnc: Add missing entry | Karl Williamson | 2012-12-09 | 1 | -0/+1 |
* | Stop renamed packages from making reset() crash | Father Chrysostomos | 2012-12-05 | 1 | -0/+1 |
* | silence some clang warnings | David Mitchell | 2012-12-04 | 1 | -6/+6 |
* | Make isIDFIRST_uni() return identically as isIDFIRST_utf8() | Karl Williamson | 2012-11-29 | 1 | -0/+1 |
* | Remove double underscore in internal function name | Karl Williamson | 2012-11-29 | 1 | -1/+1 |
* | New COW mechanism | Father Chrysostomos | 2012-11-27 | 1 | -3/+3 |
* | embed.fnc: Make a function global | Karl Williamson | 2012-11-19 | 1 | -1/+1 |