In perl.git, the branch smoke-me/khw-patws has been created
<http://perl5.git.perl.org/perl.git/commitdiff/fd433f4391db1a13fd580b1e15157390392873f4?hp=0000000000000000000000000000000000000000>
at fd433f4391db1a13fd580b1e15157390392873f4 (commit)
- Log -----------------------------------------------------------------
commit fd433f4391db1a13fd580b1e15157390392873f4
Author: Karl Williamson <[email protected]>
Date: Tue Jan 22 14:02:27 2013 -0700
Typo in perl5178delta
Spotted by Hugo van der Sanden
M pod/perl5178delta.pod
commit 62dea349811ab22b7f677f198f84e36c3918cb13
Author: Karl Williamson <[email protected]>
Date: Tue Jan 22 13:34:54 2013 -0700
Add deprecation warning for literal PATWS under /x
This is explained in the perldelta changes in this commit. We plan to
migrate to Unicode's definition of white-space to ignore under /x. That
means we should raise a deprecation warning in the meantime if anyone
currently uses these characters in such a way as to have the meaning
changed when the migration is completed.
M pod/perldelta.pod
M pod/perldiag.pod
M regcomp.c
M t/re/reg_mesg.t
commit 43998f4f60487f4f5a45cc0824c7b278556df3cd
Author: Karl Williamson <[email protected]>
Date: Tue Jan 22 13:35:15 2013 -0700
regcomp.c: Add macro for generating deprecated warnings
This will be used in a future commit
M regcomp.c
commit 7d80141d0e946fe0316066c181c62a9f18f9b7ca
Author: Karl Williamson <[email protected]>
Date: Tue Jan 22 13:32:01 2013 -0700
regcomp.c: Add comments; no code changes
M regcomp.c
commit a5cc08da19159c404b956ddacd512cadeda4f1d0
Author: Karl Williamson <[email protected]>
Date: Tue Jan 22 13:30:01 2013 -0700
regcharclass.h: Add macro for non-ASCII PATWS
This will be used to deprecate uses of non-ASCII Pattern White Space
M regcharclass.h
M regen/regcharclass.pl
commit fb59ef94081a13056baed85cfda2dae171127715
Author: Karl Williamson <[email protected]>
Date: Tue Jan 22 13:29:10 2013 -0700
/regen/regcharclass.pl: white-space only; no code changes
M regen/regcharclass.pl
commit eb6c692e183840a4a3099098c2c7799bb40fc4c7
Author: Karl Williamson <[email protected]>
Date: Tue Jan 22 13:27:44 2013 -0700
regen/regcharclass.pl: Add capability
This allows one to generate macros that exclude just the ASCII range
M regen/regcharclass.pl
commit 076fde70c853a0fe2c913577c6ac18507efdc177
Author: Karl Williamson <[email protected]>
Date: Tue Jan 22 13:23:06 2013 -0700
reg_mesg.t: Remove repetitious boiler plate
All the messages have boiler plate that can be removed and inserted by
the subroutine that does insertion anyway.
M t/re/reg_mesg.t
commit 3a224f69e25ae77ac86c3c47aaef686d7f5f3262
Author: Karl Williamson <[email protected]>
Date: Tue Jan 22 11:40:54 2013 -0700
Move t/lib/warnings/regcomp to t/re/reg_mesg.t
reg_mesg.t has better infrastructure to more easily add and maintain
these warnings.
M t/lib/warnings/regcomp
M t/re/reg_mesg.t
commit 4bf755af579015a8d85c5995854cdff263d7a73f
Author: Karl Williamson <[email protected]>
Date: Tue Jan 22 11:16:59 2013 -0700
regcomp.c: Change warning category to just deprecated
The warnings for \b{ and \B{ were added in the 5.17 series; they are a
deprecation warning which should be turned off by that category. One
should not have to turn off regular regexp warnings as well to get rid
of these.
M regcomp.c
M t/lib/warnings/regcomp
commit 69325ada08c6c45781f9e1aed24e717c7cb2898d
Author: Karl Williamson <[email protected]>
Date: Tue Jan 22 11:08:27 2013 -0700
reg_mesg.t: Add cpabilities; improve output
This adds the capability to have tests that each generate multiple
warnings, and it improves the flow so that if a test fails that make
moot subsequent tests, those tests are skipped.
M t/re/reg_mesg.t
commit edf58eb875854292773d84428ee47a1de5934c0a
Author: Karl Williamson <[email protected]>
Date: Mon Jan 21 19:32:09 2013 -0700
re/reg_mesg.t: White-space only; no code changes
M t/re/reg_mesg.t
commit 0921475c5c756f237408e5fa0dd11680034e73a6
Author: Karl Williamson <[email protected]>
Date: Mon Jan 21 19:25:01 2013 -0700
re/reg_mesg.t: Add tests for suppressing warnings
This automatically adds a test for each warning to verify that turning
off the warning category works.
M t/re/reg_mesg.t
-----------------------------------------------------------------------
--
Perl5 Master Repository