| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
the same as the other place in that patch
|
|
|
|
|
|
|
| |
Therefore, as an extra paranoia step, zero-terminate
the readlink result buffer even before the result SV is created.
Also, readlink returns SSize_t, not int.
|
|
|
|
|
|
|
|
| |
You need to configure with g++ *and* -Accflags=-DPERL_GLOBAL_STRUCT
or -Accflags=-DPERL_GLOBAL_STRUCT_PRIVATE to see any difference.
(g++ does not do the "post-annotation" form of "unused".)
The version code has some of these issues, reported upstream.
|
|
|
|
| |
Tom Christiansen kindly provided it in <30867.1385946564@chthon>.
|
|
|
|
|
| |
I don’t have the right edition, so could someone else please supply the
page number?
|
|
|
|
| |
It is for this reason that this file exists.
|
|
This also moves the indirect dependency on stdbool.h to its
own file, rather than being pulled in for all of perl.c, for
those cases where one may want to test using other definitions
of bool.
|