In perl.git, the branch smoke-me/khw-regcomp has been created
<https://perl5.git.perl.org/perl.git/commitdiff/6ee8cbcd7dc77d2da268a3abf6d8c3de1fba5f6e?hp=0000000000000000000000000000000000000000>
at 6ee8cbcd7dc77d2da268a3abf6d8c3de1fba5f6e (commit)
- Log -----------------------------------------------------------------
commit 6ee8cbcd7dc77d2da268a3abf6d8c3de1fba5f6e
Author: Karl Williamson <[email protected]>
Date: Tue Mar 12 16:21:27 2019 -0600
t/re/pat_advanced.t: Change some ok's to like's
commit b79cbbb9f5652df2dd5a785462f77f530d128ccd
Author: Karl Williamson <[email protected]>
Date: Tue Mar 12 16:00:55 2019 -0600
f
commit 63059977dcd2e77a953790bf561f35f432aa098d
Author: Karl Williamson <[email protected]>
Date: Tue Mar 12 15:56:05 2019 -0600
t/re/pat.t: Outdent 2 lines
commit cf650e326aa1cb13ae81bb101c1b96053447ace5
Author: Karl Williamson <[email protected]>
Date: Mon Feb 19 23:28:29 2018 -0700
XXX Initial m'\N{}'
commit f1402bc211317b3ecc47c56e5a6dd9d3d69bd276
Author: Karl Williamson <[email protected]>
Date: Thu Jan 12 14:50:26 2017 -0700
toke.c: Allow \N{} handling fcn to be used elsewhere in core
This function will be used in regcomp.c in a later commit. This commit
changes the function so that it is callable outside of toke.c. It adds
a parameter and moves some code in new_constant to the wrapper function
so that these do not cause problems when called from outside toke. And
it adds some assertions
commit 4316d071df1a9c3c6953828cb910df996787a6ea
Author: Karl Williamson <[email protected]>
Date: Thu Jan 12 14:46:21 2017 -0700
toke.c: Add wrapper function
This is in preparation for the underlying function to be called from
elsewhere. This adds a wrapper to be used internally in toke.c that
keeps the other caller of the underlying function from having to know
the changes to that function. That function is changed to return any
error message instead of raising it itself.
commit 5255cfcb57a410623d01ab652527f35ecf728dc1
Author: Karl Williamson <[email protected]>
Date: Mon Jan 16 17:43:06 2017 -0700
toke.c: Change API of static function
This will be useful in future commits. new_constant() is changed so
that if an extra parameter is not NULL, it sets it to point to an error
message instead of raising the message itself. Thus its caller can
choose to handle errors itself.
-----------------------------------------------------------------------
--
Perl5 Master Repository