| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | embed.fnc: Properly declare fcn inline | Karl Williamson | 2013-01-06 | 1 | -1/+1 |
* | regcomp.c: Don't iterate while changing an inversion list | Karl Williamson | 2012-12-28 | 1 | -0/+2 |
* | Eliminate RF_tainted flag from PL_reg_flags | David Mitchell | 2012-12-25 | 1 | -2/+2 |
* | eliminate RF_utf8 flag from PL_reg_flags | David Mitchell | 2012-12-25 | 1 | -2/+7 |
* | 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 |
* | Deprecate all is_(uni|utf8)_foo function uses | Karl Williamson | 2012-12-22 | 1 | -29/+29 |
* | 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/+4 |
* | regexec.c: More efficient Korean \X processing | Karl Williamson | 2012-12-16 | 1 | -2/+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 |
* | Deprecate some functions in utf8.c | Karl Williamson | 2012-12-09 | 1 | -26/+26 |
* | perlapi: Remove a bunch of functions from API | Karl Williamson | 2012-12-09 | 1 | -55/+55 |
* | Add functions for getting ctype ALNUMC | Karl Williamson | 2012-12-09 | 1 | -0/+3 |
* | embed.fnc: Note that 'A' functions not necessarily public API | Karl Williamson | 2012-12-09 | 1 | -2/+6 |