summaryrefslogtreecommitdiff
path: root/caretx.c
Commit message (Collapse)AuthorAgeFilesLines
* spell "SSize_t" correctlyTony Cook2014-07-281-1/+1
| | | | the same as the other place in that patch
* readlink() result buffer is not zero-terminated.Jarkko Hietaniemi2014-07-271-1/+7
| | | | | | | 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.
* Remove or downgrade unnecessary dVAR.Jarkko Hietaniemi2014-06-251-1/+0
| | | | | | | | 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.
* Page number for caretx.c Tolkien quoteFather Chrysostomos2013-12-011-1/+1
| | | | Tom Christiansen kindly provided it in <30867.1385946564@chthon>.
* caretx.c: Add LOTR quoteFather Chrysostomos2013-11-041-1/+7
| | | | | I don’t have the right edition, so could someone else please supply the page number?
* caretx.c: Add bool warning commentFather Chrysostomos2013-11-041-0/+6
| | | | It is for this reason that this file exists.
* Move the function to set $^X to its own filePeter Martini2013-11-041-0/+128
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.