This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
new perldelta
[perl5.git] / ext / re /
2023-11-27 Lukas Maire: fix wording in documentation
2023-01-09 Yves Ortonregcomp.pl - fixup intflags debug data to handle gaps...
2022-12-09 Yves Ortonregcomp.c - decompose into smaller files
2022-04-13 Yves Ortonre.pm - add notes that the debug output is NOT a "suppo...
2022-02-18 Yves Ortonregcomp.c,re.pm: Remove "offsets" debugging code
2020-11-22 Graham Knopmove ignore for re into its own dists gitignore
2020-11-22 Graham Knopadd gitignore exclusions for files in git
2020-09-25 Hugo van der SandenAdd missing aTHX_
2020-09-25 Hugo van der SandenAdd re::optimization()
2020-09-25 Hugo van der Sandenreorder re.pm docs
2020-05-25 Peter John AcklamAdd quadmath to list of libraries.
2020-05-22 Dagfinn Ilmari Man... Fix a bunch of repeated-word typos
2020-03-11 Karl Williamsonuse re qw(debug foo) should warn
2020-03-11 Karl Williamsonext/re/re.pm: Fix up setting debug option defaults
2020-03-05 Karl WilliamsonAllow wildcard pattern debugging
2019-08-26 Karl WilliamsonAdd ability to dump pre-optimized compiled pattern
2019-08-26 Karl Williamsonext/re/re.pm: Clarify pod slightly
2019-08-26 Karl Williamsonext/re/re.pm: White-space only, bump version
2018-11-16 Karl Williamsonregcomp.c: Fix up RE_TRACK_PATTERN_OFFSETS
2018-11-16 Karl Williamson-Drv now turns on all regex debugging
2018-11-05 Karl Williamsonext/re/t/qr.t: Rmv extraneous Debug statement
2017-10-21 Aaron CraneDon't use VOL internally, because "volatile" works...
2017-06-23 David Mitchelladd DEBUGGING_RE_ONLY define
2017-01-13 Karl Williamsonre.pm: pod formatting nits, and clarifications
2017-01-13 Karl WilliamsonAdd /xx regex pattern modifier
2016-10-19 Yves Ortont/regop.t: improve test name
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
next