summaryrefslogtreecommitdiff
path: root/README.micro
Commit message (Collapse)AuthorAgeFilesLines
* Make the request to fix rather than report bugs in microperl politer.Nicholas Clark2011-03-281-1/+4
| | | | | Expand it slightly to clarify why bare bug reports aren't likely to get acted upon.
* For microperl, add uconfig64.sh, with values suitable for an LP64 platform.Nicholas Clark2011-03-281-3/+14
| | | | | | | | | | | | | | 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)
* Define memset() for microperlDavid Leadbeater2011-03-281-1/+1
|
* microperl: On (at least) OS X and Linux stddef.h is needed for ptrdiff_tDavid Leadbeater2011-03-281-1/+1
| | | | This shouldn't hurt on other system either.
* microperl plus missing config varsJarkko Hietaniemi2007-04-011-1/+9
| | | | | Message-ID: <460ED79A.5030809@iki.fi> p4raw-id: //depot/perl@30823
* microperl updateJarkko Hietaniemi2006-05-031-1/+1
| | | | | Message-ID: <44583D9F.8060401@gmail.com> p4raw-id: //depot/perl@28074
* More microperl tweaks.Marcus Holland-Moritz2004-07-021-2/+4
| | | p4raw-id: //depot/perl@23027
* Microperl expects C89 (like the rest of Perl).Jarkko Hietaniemi2003-08-121-1/+1
| | | p4raw-id: //depot/perl@20651
* Apply much of Ilya's microperl patch, but instead ofJarkko Hietaniemi2003-08-121-0/+10
| | | | | | | | | implementing the opendir()/readdir()/closedir() using external commands give up "ANSI-pureness" and define them in uconfig.sh, also define other stuff like rename() and putenv(). Leave out the $| emulation in my_fork() since we are not supposed to have fork() under microperl. p4raw-id: //depot/perl@20646
* Podify the remaining README.platform files;Jarkko Hietaniemi2001-06-061-1/+7
| | | | | | | | | | merge README.plan9 and plan9/perlplan9.pod; delete plan9/perlplan9.* (the perlplan.doc needs to be regenerated in Plan 9); make the =head1 and =head2 in the README.platform to be a little more verbose (skipped README.os2 not to anger Ilya) so that they look better in the toc; regen toc. p4raw-id: //depot/perl@10461
* microperl changes from Simon Cozens; Makefile for microperlJarkko Hietaniemi2000-05-311-0/+9
written from scratch; few casts added as microperl compilation doesn't have all prototypes available. p4raw-id: //depot/cfgperl@6174