In perl.git, the branch smoke-me/khw-ppport has been created
<https://perl5.git.perl.org/perl.git/commitdiff/e60caab66ef63f1b54c02d0dd53aaf88a12f3395?hp=0000000000000000000000000000000000000000>
at e60caab66ef63f1b54c02d0dd53aaf88a12f3395 (commit)
- Log -----------------------------------------------------------------
commit e60caab66ef63f1b54c02d0dd53aaf88a12f3395
Author: Karl Williamson <[email protected]>
Date: Thu Jun 27 15:39:11 2019 -0600
regcomp.c: Don't read off the end of buffer
Until this commit, it was possible that \p{nv=3/} would cause the right
brace to be considered part of the property name.
commit 2cd2e28a407432ed2dfaef1c845b5291f88fde69
Author: Karl Williamson <[email protected]>
Date: Tue Jun 25 11:58:35 2019 -0600
parts/apicheck.pl: Fix up aTHX
Now that we have better flags indicating if a macro or function needs
thread context or not, we can do a better job of handling it.
commit 735ad369d2b17eed30ef05c16ddd2f907a63c35e
Author: Karl Williamson <[email protected]>
Date: Tue Jun 25 11:46:33 2019 -0600
parts/apicheck.pl: Handle const parameters
We now have parameters that are declared 'const'. The code generated
previously was declared const without being initialized, which is now
fatal.
commit e546aef552fb21278001e9c39557c5406c3ffe7e
Author: Karl Williamson <[email protected]>
Date: Tue Jun 25 11:41:31 2019 -0600
devel/mktodo: Fix location of old perls
This had an extra layer of directory structure beyond what typical
places old perls are kept.
A better fix would be to make it customizable, but I don't think it is
worth it.
commit 780daefc11a4263ec88d8d7f8a5425f1de4f68fa
Author: Karl Williamson <[email protected]>
Date: Tue Jun 25 11:38:52 2019 -0600
devel/mktodo.pl: Fix potential inf loop
commit c1234361d9ecf35169d72ff11ee958e72b072b58
Author: Karl Williamson <[email protected]>
Date: Tue Jun 25 11:37:40 2019 -0600
devel/regenerate: Fix progess messge typo
commit 79899f10493e106808c7529251332b593f6e151c
Author: Karl Williamson <[email protected]>
Date: Tue Jun 25 11:35:51 2019 -0600
parts/apicheck.pl: Handle identifier containing 'const'
While reading the code, I realized that if an identifier name contained
the substring 'const' this wouldn't work. It's a simple matter to add
\b to prevent this unlikely scenario.
commit 8b89238c9cbaec572e61029c2c098f578d31f22a
Author: Karl Williamson <[email protected]>
Date: Tue Jun 25 11:28:22 2019 -0600
devel/mkapidoc.sh: Make comment accurate
The generated file includes a copy of embed.fnc
commit ef277f740039854a9fc360bc506fbebc62d71eff
Author: Karl Williamson <[email protected]>
Date: Tue Jun 25 11:25:12 2019 -0600
devel/mkapidoc.sh: Fix up special token in input
The parameter types for some macros is "literal string" to denote that
the parameter must be a string of characters between two double quote
characters. This is for human readability, but C compilers don't
understand this. This commit changes them to be C readable.
commit 3fc90b1152c782ad439c4184e4af960e67605b81
Author: Karl Williamson <[email protected]>
Date: Tue Jun 25 11:19:18 2019 -0600
devel/mkapidoc.sh: Sort the apidoc macros by name
commit 38532f430f8792817b453970d35ae4980c2ce7da
Author: Karl Williamson <[email protected]>
Date: Tue Jun 25 11:09:58 2019 -0600
devel/mkapidoc.sh: White-space only
This makes it more readable
commit 889d740914e4ca285542b3e8f47f18a2c4319679
Author: Karl Williamson <[email protected]>
Date: Tue Jun 25 11:16:39 2019 -0600
Run mkapidoc.sh
on the latest blead embed.fnc
commit 9630be773919c773c46978d61353d1711dd33925
Author: Karl Williamson <[email protected]>
Date: Tue Jun 25 10:57:37 2019 -0600
parts/embed.fnc: Update to latest blead
-----------------------------------------------------------------------
--
Perl5 Master Repository