X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=README.micro;h=7f12c70a17c95ba4a445b50235a8c552cc1aa035;hb=ea0672253453b958f0828f9b0ae963e7fb211e00;hp=da84453bf6dc4d8c9d87e2b25ecf77b160983a88;hpb=12ae5dfcd4fd6f54af051c41b2e122532efce8d3;p=p5sagit%2Fp5-mst-13.2.git diff --git a/README.micro b/README.micro index da84453..7f12c70 100644 --- a/README.micro +++ b/README.micro @@ -4,6 +4,22 @@ on the other hand this means that interfaces between Perl and your operating system are left very -- minimal. All this is experimental. If you don't know what to do with microperl -you probably shouldn't. +you probably shouldn't. Do not report bugs in microperl; fix the bugs. + +We assume ANSI C89 plus the following: +- +- rename() +- opendir(), readdir(), closedir() (via dirent.h) +- memchr (via string.h) +- (a safe) putenv() (via stdlib.h) +- strtoul() (via stdlib.h) +(grep for 'define' in uconfig.sh.) +Also, Perl times() is defined to always return zeroes. + +If you are still reading this and you are itching to try out microperl: + + make -f Makefile.micro + +