Fix .spec file to be extracted Module::Build
[platform/upstream/perl.git] / regexp.h
2023-12-28 TizenOpenSourceImported Upstream version 5.38.0 upstream upstream/5.38.0
2022-01-21 DongHun KwakImported Upstream version 5.33.6 upstream/5.33.6
2022-01-21 DongHun KwakImported Upstream version 5.33.5 upstream/5.33.5
2022-01-21 DongHun KwakImported Upstream version 5.33.4 upstream/5.33.4
2022-01-21 DongHun KwakImported Upstream version 5.33.3 upstream/5.33.3
2022-01-21 DongHun KwakImported Upstream version 5.33.2 upstream/5.33.2
2020-12-17 DongHun KwakImported Upstream version 5.32.0 upstream/5.32.0
2020-12-17 DongHun KwakImported Upstream version 5.31.10 upstream/5.31.10
2020-12-17 DongHun KwakImported Upstream version 5.31.4 upstream/5.31.4
2020-12-17 DongHun KwakImported Upstream version 5.31.3 upstream/5.31.3
2020-12-17 DongHun KwakImported Upstream version 5.31.0 upstream/5.31.0
2020-12-17 DongHun KwakImported Upstream version 5.30.1 upstream/5.30.1
2019-09-26 DongHun KwakImported Upstream version 5.30.0 upstream/5.30.0
2019-09-26 DongHun KwakImported Upstream version 5.28.0 upstream/5.28.0
2017-06-28 DongHun KwakImported Upstream version 5.25.10 51/136051/1
2017-06-28 DongHun KwakImported Upstream version 5.25.9 50/136050/1
2017-06-28 DongHun KwakImported Upstream version 5.25.6 47/136047/1
2017-06-28 DongHun KwakImported Upstream version 5.25.1 42/136042/1
2017-06-28 DongHun KwakImported Upstream version 5.23.9 38/136038/1
2017-06-28 DongHun KwakImported Upstream version 5.23.3 32/136032/1
2017-06-28 DongHun KwakImported Upstream version 5.23.0 29/136029/1
2017-06-28 DongHun KwakImported Upstream version 5.21.11 24/136024/1
2017-06-28 DongHun KwakImported Upstream version 5.21.8 21/136021/1
2017-06-28 DongHun KwakImported Upstream version 5.21.5 18/136018/1
2017-06-28 DongHun KwakImported Upstream version 5.21.1 14/136014/1
2014-05-13 David Mitchell[perl #121854] use re 'taint' regression
2014-02-08 David Mitchell[MERGE] fix and refactor re_intuit_start()
2014-02-07 David Mitchellregex substrs: record index of check substr
2014-02-07 David Mitchellregexp.h: document the fields of reg_substr_datum
2014-02-06 Zeframmerge basic zefram/purple_signatures into blead
2014-02-05 Brian FraserAvoid compiler warnings by consistently using #ifdef...
2014-02-03 Yves OrtonAdd RXf_UNBOUNDED_QUANTIFIER and regexp->maxlen
2014-02-01 ZeframMerge blead into zefram/purple_signatures
2014-01-30 Yves OrtonMove the RXf_ANCH flags to intflags as PREGf_ANCH_xxx...
2014-01-30 Yves Ortonrename RXf_UNUSED flags to match their BASE_SHIFT offset
2014-01-30 Yves Ortonmove RXf_GPOS_SEEN and RXf_GPOS_FLOAT to intflags
2014-01-30 Yves OrtonRename RXf_CANY_SEEN to PREGf_CANY_SEEN and move from...
2014-01-30 Yves Ortonmove RXf_NOSCAN from extflags to intflags as PREGf_NOSCAN
2013-12-29 Father Chrysostomosperlapi: Consistent spaces after dots
2013-08-25 Father Chrysostomos[Merge] Regexp long string support
2013-08-25 Father ChrysostomosUse SSize_t/STRLEN in more places in regexp code
2013-08-25 Father ChrysostomosStop substr re optimisation from rejecting long strs
2013-08-25 Father ChrysostomosMake $' work past the 2**31 threshold
2013-08-25 Father Chrysostomos[perl #116907] Allow //g matching past 2**31 threshold
2013-08-25 Father ChrysostomosStop pos() from being confused by changing utf8ness
2013-08-13 David Mitchellimprove regexec_flags() API documentation
2013-07-28 David Mitchell[MERGE] refactor pp_match(), pp_subst(), regexec()
2013-07-28 David Mitchells/.(?=.\G)/X/g: refuse to go backwards
2013-07-28 David Mitchellregexec: handle \G ourself, rather than in callers
2013-06-02 David Mitchell[MERGE] get rid of (most) regex engine global state
2013-06-02 David Mitchelldocument fields of regmatch_info struct
2013-06-02 David Mitchelleliminate PL_reg_state
2013-06-02 David MitchellEliminate PL_reg_starttry
2013-06-02 David Mitchellmake PL_reg_curpm global
2013-06-02 David Mitchelleliminate PL_reg_poscache, PL_reg_poscache_size
2013-06-02 David Mitchelluse new cleanup for PL_regmatch_state
2013-06-02 David Mitchellunify regmatch_info data
2013-06-02 David Mitchelleliminate PL_reg_maxiter, PL_reg_leftiter
2013-06-02 David MitchellEliminate PL_reg_match_utf8
2013-06-02 David Mitchellregex engine: simplify is_utf8_pat handling
2013-06-02 David Mitchellstop callers of rex engine using RX_MATCH_UTF8_set
2013-06-02 David Mitchelladd regmatch_eval_state struct
2013-06-02 David Mitchellremove unused reginfo->bol field
2013-06-02 David Mitchelleliminate PL_bostr
2013-06-02 David Mitchelladd strbeg argument to Perl_re_intuit_start()
2013-06-02 David Mitchelleliminiate PL_regeol
2013-06-02 David Mitchellmake more use of regmatch_info struct.
2013-04-12 David Mitchell[MERGE] handle /(?{})/ with overload::constant qr
2013-04-12 David MitchellEliminate PL_reg_state.re_reparsing, part 2
2013-03-27 Yves Ortonrework split() special case interaction with regex...
2013-02-27 James E KeenanMerge branch 'blead' of jkeenan@perl5.git.perl.org...
2013-02-26 Nicholas ClarkReorder the members of struct re_save_state to reduce...
2013-02-20 Nicholas ClarkEliminate 'swap' from struct regexp_internal.
2012-12-25 David MitchellEliminate PL_reg_flags
2012-12-25 David MitchellEliminate RF_tainted flag from PL_reg_flags
2012-12-25 David Mitchelleliminate RF_warned flag from PL_reg_flags
2012-12-25 David Mitchelleliminate RF_utf8 flag from PL_reg_flags
2012-12-16 David Mitchelleliminate PL_regsize
2012-11-27 Father Chrysostomos[Merge] New COW mechanism
2012-11-27 Father ChrysostomosNew COW mechanism
2012-11-05 Steffen MuellerAdd C define to remove taint support from perl
2012-10-30 Father ChrysostomosAllow regexp-to-pvlv assignment
2012-10-17 Karl Williamsonregexec: Do less work on quantified UTF-8
2012-10-17 Karl Williamsonregexp.h: Update comments
2012-10-12 Father ChrysostomosRXf_MODIFIES_VARS
2012-10-12 Father ChrysostomosDefine RXf_SPLIT and RXf_SKIPWHITE as 0
2012-09-23 Father Chrysostomos[perl #94490] const fold should not trigger special...
2012-09-23 Father Chrysostomosregexp.h: Correct comment
2012-09-14 David Mitchell[MERGE] eliminate PL_reginput
2012-09-14 David Mitchelleliminate PL_reginput
2012-09-08 David Mitchell[MERGE] only copy bits of regex match string
2012-09-08 David MitchellDon't copy all of the match string buffer
2012-09-08 David MitchellSeparate handling of ${^PREMATCH} from $` etc
2012-06-14 David MitchellMerge re_eval jumbo fix branch into blead
2012-06-13 David Mitchell$+ and $^N not always correct on backtracking
2012-06-13 David Mitchellreduce size of struct regmatch_state
2012-06-13 David Mitchellmake regexp_paren_pair.start_tmp an offset
2012-06-13 David Mitchelleliminate PL_reg_start_tmp, PL_reg_start_tmpl
2012-06-13 David Mitchelleliminate PL_reglast(close)?paren, PL_regoffs
2012-06-13 David Mitchellmake is_bare_re bool. not int in re_op_compile
next