In perl.git, the branch smoke-me/khw-octal has been created
<http://perl5.git.perl.org/perl.git/commitdiff/e433e7427c905850b9111d1321da9d81ea278516?hp=0000000000000000000000000000000000000000>
at e433e7427c905850b9111d1321da9d81ea278516 (commit)
- Log -----------------------------------------------------------------
commit e433e7427c905850b9111d1321da9d81ea278516
Author: Karl Williamson <[email protected]>
Date: Sun Jan 13 17:22:34 2013 -0700
regcomp.c: Silence compiler warning
Some compilers say this can be used uninitialized. I don't believe them,
but silencing them will save effort in the long run.
M embed.fnc
M proto.h
M regcomp.c
commit 28d51c1885b52cce91e6a3f1406e4f13dd568eda
Author: Karl Williamson <[email protected]>
Date: Sun Jan 13 13:33:22 2013 -0700
Add warnings for "\08", /\017/
This was discussed in thread
http://perl.markmail.org/thread/avtzvtpzemvg2ki2
but I never got around to this portion of the consensus, until now.
M dquote_static.c
M embed.fnc
M embed.h
M pod/perldelta.pod
M pod/perldiag.pod
M proto.h
M regcomp.c
M t/re/reg_mesg.t
M toke.c
commit eae183391f85fe9b823087afc3c99cf055b0df3d
Author: Karl Williamson <[email protected]>
Date: Sun Jan 13 13:31:38 2013 -0700
regcomp.c: Stop potential leaks
These two ref counts were not at the same level as their corresponding
dec.
M regcomp.c
commit bd880238b0029303d69b9d998d81881804419746
Author: Karl Williamson <[email protected]>
Date: Sun Jan 13 13:28:09 2013 -0700
regcomp.c: Add comments; align ternary operator for clarity
M regcomp.c
commit ff8720b53f22e1ad70ca3b23db644ad04602ac3c
Author: Karl Williamson <[email protected]>
Date: Sun Jan 13 11:46:27 2013 -0700
reg_mesg.t: Add, revise test names
M t/re/reg_mesg.t
commit 2c0fbc068c90a2f99d5bd4ace539e37c7dbe6ea9
Author: Karl Williamson <[email protected]>
Date: Sun Jan 13 11:11:20 2013 -0700
embed.fnc: Clarify that varargs suppresses embed.h
Macro don't have variable numbers of args, hence the entry in embed.h is
suppressed.
M embed.fnc
-----------------------------------------------------------------------
--
Perl5 Master Repository