In perl.git, the branch smoke-me/khw-regcomp has been created
<http://perl5.git.perl.org/perl.git/commitdiff/7714ceba05fd28b81e8bb3ed129016d7c7700bdf?hp=0000000000000000000000000000000000000000>
at 7714ceba05fd28b81e8bb3ed129016d7c7700bdf (commit)
- Log -----------------------------------------------------------------
commit 7714ceba05fd28b81e8bb3ed129016d7c7700bdf
Author: Karl Williamson <[email protected]>
Date: Sat Dec 19 22:51:56 2015 -0700
later
M regcomp.c
M t/lib/warnings/regcomp
commit 58c753f09ca0f9ce7cd164273d730186f1238a85
Author: Karl Williamson <[email protected]>
Date: Sun Dec 20 21:48:04 2015 -0700
combine
M regcomp.c
commit a4e444077bbbbea54f8133bcbee6b836347adf1a
Author: Karl Williamson <[email protected]>
Date: Thu Nov 19 20:51:04 2015 -0700
regcomp.c: Add 2 basic assertions
These should be true because an SV* should always have a trailing NUL,
but a lot of things in this code depend on it. It's worthwhile to point
that out; I wasn't sure it was true until I investigated. And an
assert() makes sure it is really true
M regcomp.c
commit 7782b9c97d8a25e8fb2b58a259d9669120a12582
Author: Karl Williamson <[email protected]>
Date: Tue Oct 20 22:23:00 2015 -0600
pp_hot.c: Add assertion
This will make the cause of any future failures more clear.
M pp_hot.c
commit 734f303d8cfc2c6fe9faf5e4b3c0cb4efe96e9c3
Author: Karl Williamson <[email protected]>
Date: Tue Oct 20 22:21:42 2015 -0600
perlapi: Clarify 'string' vs. buffer
A string strictly is NUL terminated, but our terminology is lax
M autodoc.pl
M handy.h
commit fdab887031562144d199a4f55d9d540b595218fd
Author: Karl Williamson <[email protected]>
Date: Tue Oct 20 22:08:59 2015 -0600
utf8.h: Add 2 assertions
This makes sure in DEBUGGING builds that the macro is called correctly.
M utf8.h
commit c3bbc35c9e6cf135bacf170e1a69b49d75ed258c
Author: Karl Williamson <[email protected]>
Date: Fri Sep 11 12:37:27 2015 -0600
test.pl
M t/test.pl
-----------------------------------------------------------------------
--
Perl5 Master Repository