This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
(perl #127380) default PERLIO_DEBUG/-Di to use STDERR
[perl5.git] / ext / re /
2016-05-09 Karl WilliamsonMake deprecated qr//xx fatal
2015-11-20 Karl WilliamsonVarious tests: use centralized locale detection
2015-08-20 Matthew HorsfallUpdate list of files to clean for ceab18aaa.
2015-08-20 Jarkko Hietaniemib992490d copied wrong for ext re.
2015-07-22 Jarkko Hietaniemidquote_static.c -> dquote.c
2015-07-22 Jarkko Hietaniemiinline_invlist.c -> invlist_inline.h
2015-03-23 Dagfinn Ilmari Man... Replace common Emacs file-local variables with dir...
2015-03-17 David Mitchellre_intuit_start(): improve debugging output
2015-03-09 Karl WilliamsonSkip various locale tests when locales are not available
2015-03-07 Karl Williamsonuse re 'strict' doc changes
2015-03-06 Karl Williamsonext/re/t/re_funcs_u.t: Generalize for non-ASCII platforms
2015-02-05 Karl Williamsonext/re/re.pm: Fix comment
2015-02-05 Karl Williamsonre.pm: White-space only
2015-02-04 Karl WilliamsonMake 'no re' work
2015-02-04 Karl Williamsonext/re/t/re.t: Use variable instead of constants
2015-02-04 Karl Williamsonre.pm: Bump version to 0.31
2015-01-13 Karl WilliamsonAdd 'strict' subpragma to 'use re'
2014-12-28 Matthew HorsfallBump re.pm version for changes
2014-12-28 Matthew Horsfall... Support for nocapture regexp flag /n
2014-12-20 Father Chrysostomos[perl #123458] list cx re::regexp_pattern($nonre)
2014-11-13 Daniel Draganadd filename handling to xs handshake
2014-11-08 Daniel Draganadd xs_handshake API
2014-09-29 Karl WilliamsonTighten uses of regex synthetic start class
2014-09-29 Karl WilliamsonDeprecate multiple "x" in "/xx"
2014-09-29 Karl WilliamsonMake space for /xx flag
2014-09-28 Yves OrtonAdd tests for a51d618a fix of RT #122283
2014-09-17 Yves OrtonEliminate the duplicative regops BOL and EOL
2014-08-27 Karl Williamsonext/re/t/regop.t: Use eq instead of == for strings
2014-08-25 Karl WilliamsonImprove -Dr output of bracketed char classes
2014-06-05 Karl Williamson'use locale' no longer ever fails.to compile
2014-02-07 David Mitchellre_intuit_start(): add more debugging output
2014-02-05 Yves OrtonFix regression in floating mandatory string optimisation
2013-08-25 Father ChrysostomosIncrease $re::VERSION to 0.26
2013-08-25 Father ChrysostomosCorrect sub signature in re.xs
2013-06-02 David Mitchelladd strbeg argument to Perl_re_intuit_start()
2013-05-25 David Steinbrunnertypo fix for re
2013-02-10 Jess RobinsonEnable perl core tests to pass when locale support...
2012-10-26 Yves Ortonfix a hash order dependency in t/re_funcs_u.t
2012-10-22 Steffen Muellerext/re: Optimize XPUSH's to EXTEND(), PUSH,...
2012-09-21 Nicholas ClarkRemove the MPE/iX port.
2012-08-26 Karl WilliamsonAdd empty inline_invlist.c
2012-08-12 Karl Williamsonre.pm: Nits in pod
2012-07-25 Karl WilliamsonOptimize a single character [class] into EXACTish
2012-06-20 Karl WilliamsonPATCH: [perl #113750] re.pm clobbers $_
2012-06-14 David Mitchellupdate docs for (?{}) jumbo fix
2012-06-13 David Mitchellpropagate /msix and (?msix) etc flags into (??{})
2012-06-13 David Mitchellmake Perl_... and my_re_op_compile sigs match
2012-06-13 David Mitchellbump re.pm version number
2012-06-13 David Mitchellfix =/== typo in ext/re/t/regop.t
2012-06-13 David Mitchelladd op_comp field to regexp_engine API
2012-06-13 David Mitchelladd Perl_re_op_compile function
2012-05-30 Ricardo Signesupdate the editor hints for spaces, not tabs
2012-02-04 Father ChrysostomosRemove ‘Useless use of "re" pragma’ warning
2012-02-04 Father ChrysostomosIncrease $re::VERSION to 0.19
2011-06-05 Nobuhiro IwamatsuUpdate lengthen time-out time for t/re/re.t.
2011-05-31 Karl Williamsonreflags.t: Remove no longer applicable TODO
2011-04-11 Karl WilliamsonPATCH: final [perl #86972]: Allow /(?aia)/
2011-03-06 Nicholas ClarkMove t/re/re.t to ext/re/t/re_funcs_u.t, so that it...
2011-02-18 David LeadbeaterAvoid segfault in re::regmust with pluggable RE engines
2011-02-14 Father ChrysostomosDecrease (unbump?) re.pm’s version
2011-02-14 Karl Williamsonre.pm: Add /aa support
2011-02-14 Karl Williamsonre.pm: Forbid things like /dd, /uu
2011-02-12 Father ChrysostomosBump re.pm’s version
2011-02-12 Father Chrysostomosperldebug: capitalise titles
2011-01-20 Jesse VincentVersion bumps for re non-dual-life modules identified by
2011-01-17 Karl WilliamsonAdd /a regex modifier
2011-01-16 Karl WilliamsonUse multi-bit field for regex character set
2011-01-16 Karl WilliamsonSubject: [PATCH] re.pm: Correct pod statement
2011-01-16 Karl Williamson.pm: rename variables to reflect expanded usage
2011-01-16 Karl Williamsonre.pm: correct typo
2011-01-07 Peter J. Acklam... Fix typos (spelling errors) in ext/*.
2010-12-04 Father ChrysostomosEmit warning for use re "/ul"
2010-11-28 Father Chrysostomos++substr $re::VERSION, -1
2010-11-28 Andreas J. KoenigTiny pod fix
2010-10-22 Father ChrysostomosBump re’s version
2010-10-21 Father Chrysostomos[perl #78072] use re '/xism';
2010-10-14 Nicholas ClarkConvert modules in ext/ to pass minimal arguments to...
2010-09-23 Tony CookMake dquote_static.c available to ext/re/
2010-09-23 Karl Williamsonre.pm: Change comment to use new (?^...)
2010-07-19 David GoldenBump module version numbers
2010-06-29 Karl WilliamsonStandardize on use of 'capture group' over 'buffer'
2010-05-03 David Mitchelltries: don't allocate memory at runtime
2010-01-20 Ricardo Signesbump versions for core libs changed since 5.11.3
2010-01-06 AbigailFix typo in reference
2010-01-06 AbigailDocument that interpolating a '(??{ code })' construct...
2010-01-06 AbigailFix a couple of typos and standardize on using 'regexp...
2009-10-25 Yves Ortondisable non-unicode case insensitive trie matching
2009-09-12 Nicholas ClarkUntangle File::Basename and re - avoid hard-coding...
2009-09-12 Nicholas Clarkre.pm will load under miniperl, so don't hard-code...
2009-09-11 Nicholas ClarkAlways load the re.xs code, unless we're running under...
2009-09-10 Yves Ortonadd more positive gofs GPOS tests and fix some bugs too
2009-08-27 Nicholas ClarkMake extensions in ext run their tests from the extensi...
2009-03-26 Nicholas ClarkRemove now-redundant references to MAN3PODS in core...
2008-10-31 Nicholas ClarkChange 34672 should have removed a const from re.xs...
2008-01-09 Jerry D. HeddenMove re::regexp_pattern to universal.c
2008-01-06 Nicholas ClarkAllow sv_setsv_flags() to copy SVt_REGEXP much like...
2008-01-05 Nicholas ClarkReplace all reads of RXf_UTF8 with RX_UTF8().
2008-01-05 Nicholas ClarkMake ext/re/t/re_funcs.t warnings clean.
2008-01-02 Nicholas ClarkWrap all deferences of struct regexp* in macros RX_...
2007-12-29 Nicholas ClarkThe position of the modifier flag bits is actually...
next