This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
re/pat_advanced.t: Convert ok to like
[perl5.git]
/
t
/
re
/
pat_advanced.t
2017-06-01
Karl Williamson
re/pat_advanced.t: Convert ok to like
blob
|
commitdiff
2017-01-13
Karl Williamson
Various .t's: Escape literal '}' and ']' in patterns
blob
|
commitdiff
|
diff to current
2016-11-12
James E Keenan
RT 130010: add regression test.
blob
|
commitdiff
|
diff to current
2016-08-18
Father Chrysostomos
pat_advanced.t miniperl fix-up
blob
|
commitdiff
|
diff to current
2016-08-18
Nicolas R
Use set_up_inc for several unit tests
blob
|
commitdiff
|
diff to current
2016-07-29
Father Chrysostomos
Tired of looking up old bug numbers
blob
|
commitdiff
|
diff to current
2016-05-09
Karl Williamson
Require literal '{' in patterns to be escaped
blob
|
commitdiff
|
diff to current
2016-05-09
Karl Williamson
Stop accepting deprecated NBSP in \N{}
blob
|
commitdiff
|
diff to current
2016-03-25
Craig A. Berry
Suppress another empty \N{} warning in pat_advanced.t.
blob
|
commitdiff
|
diff to current
2016-03-25
Karl Williamson
PATCH: [perl #123417] Deprecate empty \N{}
blob
|
commitdiff
|
diff to current
2016-02-21
Karl Williamson
t/re/pat_advanced.t: Test for [#perl 126886]
blob
|
commitdiff
|
diff to current
2015-11-29
Karl Williamson
Deprecate Unicode code points above IV_MAX
blob
|
commitdiff
|
diff to current
2015-11-25
Karl Williamson
Extend UTF-EBCDIC to handle up to 2**64-1
blob
|
commitdiff
|
diff to current
2015-11-09
Karl Williamson
re/pat_advanced.t: Fix a test so also runs on EBCDIC
blob
|
commitdiff
|
diff to current
2015-10-22
Karl Williamson
Add test for \b{sb}
blob
|
commitdiff
|
diff to current
2015-10-22
Karl Williamson
t/re/pat_advanced.t: Add comment
blob
|
commitdiff
|
diff to current
2015-10-05
Yves Orton
fix perl #126186 make all verbs allow an optional arg
blob
|
commitdiff
|
diff to current
2015-09-29
Father Chrysostomos
Remove experimental::lexical_topic warnings category
blob
|
commitdiff
|
diff to current
2015-09-29
Father Chrysostomos
Disable lexical $_
blob
|
commitdiff
|
diff to current
2015-09-11
Karl Williamson
PATCH: [perl #125990] panic: reg_node overrun
blob
|
commitdiff
|
diff to current
2015-08-19
Tony Cook
[perl #125826] make the buffer large enough in TRIE_STO...
blob
|
commitdiff
|
diff to current
2015-06-19
David Mitchell
remove deprecated /\C/ RE character class
blob
|
commitdiff
|
diff to current
2015-03-30
David Mitchell
save_re_context(): do "local $n" with no PL_curpm
blob
|
commitdiff
|
diff to current
2015-03-18
Karl Williamson
re/pat_advanced.t: Tighten test
blob
|
commitdiff
|
diff to current
2015-03-06
Karl Williamson
re/pat_advanced.t: EBCDIC fixes
blob
|
commitdiff
|
diff to current
2015-01-14
Karl Williamson
t/charset_tools.pl: Improve function names
blob
|
commitdiff
|
diff to current
2014-12-29
Karl Williamson
Raise warning on multi-byte char in single-byte locale
blob
|
commitdiff
|
diff to current
2014-12-19
Father Chrysostomos
Also allow /\N{}/
blob
|
commitdiff
|
diff to current
2014-12-18
Father Chrysostomos
[perl #123417] Allow lexer to parse \N{U+dotted.hex}
blob
|
commitdiff
|
diff to current
2014-10-08
Jarkko Hietaniemi
Special test preambles needed for these.
blob
|
commitdiff
|
diff to current
2014-10-08
Jarkko Hietaniemi
Test preamble: explicit @INC, instead of unshift.
blob
|
commitdiff
|
diff to current
2014-09-07
Karl Williamson
Allow \N{named seq} in qr/[...]/
blob
|
commitdiff
|
diff to current
2014-08-08
Karl Williamson
PATCH: [perl #122460] Regression with (?{})(?=...)...
blob
|
commitdiff
|
diff to current
2014-07-03
David Mitchell
Deprecate /\C/
blob
|
commitdiff
|
diff to current
2014-06-21
Ævar Arnfjörð Bjar...
Make like() and unlike() in t/test.pl refuse non-qr...
blob
|
commitdiff
|
diff to current
2014-06-18
Karl Williamson
t/re/pat_advanced.t: Remove a 'use encoding'
blob
|
commitdiff
|
diff to current
2014-06-18
Karl Williamson
Revert the removal of 'use encoding'
blob
|
commitdiff
|
diff to current
2014-06-16
Karl Williamson
PATCH: [perl #122029] BBC KAWASAKI/Encode-JP-Emoji
blob
|
commitdiff
|
diff to current
2014-06-16
Karl Williamson
t/re/pat_advanced.t: Add comment
blob
|
commitdiff
|
diff to current
2014-06-13
Karl Williamson
Another 'use encoding' issue
blob
|
commitdiff
|
diff to current
2014-06-13
Karl Williamson
Deprecate unescaped literal "{" in regex patterns
blob
|
commitdiff
|
diff to current
2014-05-31
Karl Williamson
Create new testing helper file
blob
|
commitdiff
|
diff to current
2014-05-31
Karl Williamson
PATCH: [perl #121777] User-defined prop and packages
blob
|
commitdiff
|
diff to current
2014-05-30
Karl Williamson
Deprecate NBSP in \N{...} names
blob
|
commitdiff
|
diff to current
2014-05-30
Karl Williamson
Fix bug where charnames xlator doesn't return utf8
blob
|
commitdiff
|
diff to current
2014-05-30
Karl Williamson
Fatalize deprecated \N{} definitions
blob
|
commitdiff
|
diff to current
2014-05-07
Karl Williamson
PATCH: [perl #121778]:BBC KAMIPO/autobox-String-Inflector
blob
|
commitdiff
|
diff to current
2014-01-20
Tony Cook
[perl #121031] fix all of the other incorrect calls...
blob
|
commitdiff
|
diff to current
2013-12-08
Karl Williamson
Improve comments
blob
|
commitdiff
|
diff to current
2013-12-08
Karl Williamson
Silence core test Useless use of greediness modifier
blob
|
commitdiff
|
diff to current
2013-11-08
Father Chrysostomos
Make _charnames comparison null-safe
blob
|
commitdiff
|
diff to current
2013-10-04
Karl Williamson
Upgrade to Unicode 6.3
blob
|
commitdiff
|
diff to current
2013-09-24
Karl Williamson
Add some tests for the regex optimizer
blob
|
commitdiff
|
diff to current
2013-08-29
Karl Williamson
regcomp.c: In EBCDIC [i-j] exclude also ASCII
blob
|
commitdiff
|
diff to current
2013-08-15
Karl Williamson
PATCH (partial) [perl #107816] Performance regression...
blob
|
commitdiff
|
diff to current
2013-08-02
James E Keenan
Regression tests for 4 cases reported by Philip Hazel++.
blob
|
commitdiff
|
diff to current
2013-07-28
David Mitchell
regexec(): use regtry(&s) not regtry(&startpos)
blob
|
commitdiff
|
diff to current
2013-07-01
Karl Williamson
Fix regex seqfault 5.18 regression
blob
|
commitdiff
|
diff to current
2013-05-27
Father Chrysostomos
pat_advanced.t: fix two tests
blob
|
commitdiff
|
diff to current
2013-05-27
Father Chrysostomos
Make \N{ } deprecation warnings fatalizable
blob
|
commitdiff
|
diff to current
2013-05-27
Father Chrysostomos
Turn \N{ } deprecation warnings on by default
blob
|
commitdiff
|
diff to current
2013-03-19
Nicholas Clark
Test that S_grok_bslash_N() copes if S_reg() restarts...
blob
|
commitdiff
|
diff to current
2013-02-20
Ricardo Signes
suppress "experimental" warnings for my $_
blob
|
commitdiff
|
diff to current
2013-02-19
Rafael Garcia-Suarez
Silence encoding.pm deprecation warnings in the core...
blob
|
commitdiff
|
diff to current
2013-01-20
Karl Williamson
Revert "Deprecate literal unescaped "{" in regexes."
blob
|
commitdiff
|
diff to current
2013-01-19
Karl Williamson
Extend strictness for qr/(?[ \N{} ])/
blob
|
commitdiff
|
diff to current
2013-01-04
Karl Williamson
charnames: Deprecate character names with spacing issues
blob
|
commitdiff
|
diff to current
2012-12-31
Karl Williamson
locale.t, pat_advanced.t: Remove TODOs
blob
|
commitdiff
|
diff to current
2012-12-31
Karl Williamson
re/pat_advanced.t: Add TODO test for recent regression
blob
|
commitdiff
|
diff to current
2012-12-27
Karl Williamson
pat_advanced.t: Add tests
blob
|
commitdiff
|
diff to current
2012-12-04
Father Chrysostomos
Deprecate lexical $_
blob
|
commitdiff
|
diff to current
2012-11-11
Karl Williamson
toke.c: Don't force \N{} into utf8 unnecessarily
blob
|
commitdiff
|
diff to current
2012-11-11
Karl Williamson
Validate above-Latin1 characters in \N{} aliases
blob
|
commitdiff
|
diff to current
2012-11-11
Karl Williamson
Make \N{alias} deprecations fatal.
blob
|
commitdiff
|
diff to current
2012-10-06
Aaron Crane
Fix spurious "uninitialized value" warning in regex...
blob
|
commitdiff
|
diff to current
2012-09-08
David Mitchell
stop $foo =~ /(bar)/g skipping copy
blob
|
commitdiff
|
diff to current
2012-08-26
Karl Williamson
Revert "Experimentally Use Unicode 6.2 beta"
blob
|
commitdiff
|
diff to current
2012-08-26
Karl Williamson
regcomp.c: Special case /[UV_MAX]/
blob
|
commitdiff
|
diff to current
2012-08-12
Karl Williamson
Add some tests for [\N{}]
blob
|
commitdiff
|
diff to current
2012-08-02
Karl Williamson
regcomp.c: Fix \N{} multi-char fold buffer boundary bug
blob
|
commitdiff
|
diff to current
2012-08-02
Karl Williamson
regcomp.c: Fix multi-char fold bug
blob
|
commitdiff
|
diff to current
2012-06-13
David Mitchell
un-TODO recursive split test
blob
|
commitdiff
|
diff to current
2012-06-08
Karl Williamson
Experimentally Use Unicode 6.2 beta
blob
|
commitdiff
|
diff to current
2012-05-25
Karl Williamson
Deprecate literal unescaped "{" in regexes.
blob
|
commitdiff
|
diff to current
2012-04-23
Karl Williamson
PATCH: [perl #112530] Panic with inversion lists
blob
|
commitdiff
|
diff to current
2012-03-20
Yves Orton
[RT #111842] prevent TRIE overwriting EXACT following...
blob
|
commitdiff
|
diff to current
2012-03-19
Abigail
Add a TODO test for RT 111842
blob
|
commitdiff
|
diff to current
2012-02-04
Karl Williamson
Unicode 6.1
blob
|
commitdiff
|
diff to current
2011-11-17
Michael G. Schwern
Add class_ok() and object_ok() to t/test.pl.
blob
|
commitdiff
|
diff to current
2011-11-10
Karl Williamson
utf8.c: Handle swashes at UV_MAX
blob
|
commitdiff
|
diff to current
2011-11-10
Karl Williamson
utf8.c: Fix swash handling under USE_MORE_BITS
blob
|
commitdiff
|
diff to current
2011-11-09
Karl Williamson
utf8.c: Make swashes work close to UV_MAX
blob
|
commitdiff
|
diff to current
2011-11-09
Karl Williamson
intrpvar.h: Increase size of variable that stores UTF8...
blob
|
commitdiff
|
diff to current
2011-11-09
Karl Williamson
pat_advanced.t: Display better names for a few tests
blob
|
commitdiff
|
diff to current
2011-05-18
Karl Williamson
Assertion fails in multi-char regex match
blob
|
commitdiff
|
diff to current
2011-03-20
Karl Williamson
reg_namedseq: Restructure so doesn't duplicate code
blob
|
commitdiff
|
diff to current
2011-03-20
Nicholas Clark
Avoid warnings in pat_advanced.t in the logic for skipp...
blob
|
commitdiff
|
diff to current
2011-03-20
Nicholas Clark
Skip test in pat_advanced_thr.t as it triggers an unrel...
blob
|
commitdiff
|
diff to current
2011-03-20
Karl Williamson
pat_advanced.t: Bump watchdog timeout
blob
|
commitdiff
|
diff to current
2011-03-19
Karl Williamson
Stop hang in regex
blob
|
commitdiff
|
diff to current
next