Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add defaults for st_ino size/sign probes to uconfig64.sh | Nicholas Clark | 2011-08-09 | 1 | -0/+2 |
| | | | | | These were not added in 668fdbe135fd76c7 because Porting/checkcfgvar.pl was not aware that uconfig64.sh needed testing. | ||||
* | Bump the perl version in various places for 5.15.0 | David Mitchell | 2011-05-18 | 1 | -8/+8 |
| | |||||
* | First provisional bump to 5.14.0-RC0 | Jesse Vincent | 2011-04-02 | 1 | -8/+8 |
| | |||||
* | microperl: Define need_va_copy | David Leadbeater | 2011-03-28 | 1 | -1/+1 |
| | | | | | This is needed on some platforms and shouldn't hurt on others, so define it. | ||||
* | For microperl, add uconfig64.sh, with values suitable for an LP64 platform. | Nicholas Clark | 2011-03-28 | 1 | -0/+808 |
Add instructions on how to use it to README.micro. There's rather too much size-specific in perl's configuration to make it viable to have a single uconfig.sh that will work "properly" on both LP32 and LP64 platforms. It seems best to ship the default as LP32 (which is correct for Win32 (although I don't know if microperl yet builds on Win32)), and provide just a config.sh file for LP64, as most (all?) 64 bit *nix platforms are LP64, and can run the shell commands to generate a uconfig.h from it. (Win64 is LLP64, so uconfig64.sh isn't going to be right for it, so the inability of Win64 to generate uconfig.h from uconfig64.sh isn't a problem) |