Leon Timmermans
Leon Timmermans
I agree with the others that the proposed new behavior had too many new sharp edges, but `hv_is_env` does look like a sensible idea to me.
I guess that means we should not be using the linux code for making $^X an absolute path on android then. I'd guess that's the `procselfexe` configuration option that needs...
> How can we disable it? That depends on how you build it. Adding a `-Uprocselfexe` argument to `Configure` might be enough, but you may also have to edit `hints/linux-android.sh`...
> Now I'm getting this error while compiling 5.41.4, am I Missing any library? Locale on Android has always been weird. I think @khwilliamson is better equipped to answer that...
> The env program should give the bytes directly to setenv or putenv. An implementation of those functions might fail if they are not valid characters. But env shouldn't place...
I'd argue for leaving `PerlSIO_*` private (I'd rather remove it entirely in due time). I'm not sure when one would need `PerlMemParse_*` so I can't judge that. The others actually...
I suspect this is more a matter for perlclib than perlapi though.
This is because of the recent ParseXS changes @iabyn . The parameter list of `server_new` is missing a comma between the last defined argument and `...` ``` server_new(pkg, parent, service,...
To be honest, making `do_ncmp` public sounds fine to me, it's just unfortunate that we didn't caught up on it before 5.38 came out so AHXS will need to adopt...
> What I am specifically concerned with is my attempt to build that distro against v5.43.3; that is the subject of [this report](https://www.cpantesters.org/cpan/report/59275a0a-aa97-11f0-b0c8-9048f5c70d19). Note this output from make: That that...