This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d8e11c6
)
Microperl expects C89 (like the rest of Perl).
author
Jarkko Hietaniemi
<jhi@iki.fi>
Tue, 12 Aug 2003 12:52:09 +0000
(12:52 +0000)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Tue, 12 Aug 2003 12:52:09 +0000
(12:52 +0000)
p4raw-id: //depot/perl@20651
README.micro
patch
|
blob
|
blame
|
history
diff --git
a/README.micro
b/README.micro
index
976742a
..
7f12c70
100644
(file)
--- a/
README.micro
+++ b/
README.micro
@@
-6,7
+6,7
@@
operating system are left very -- minimal.
All this is experimental. If you don't know what to do with microperl
you probably shouldn't. Do not report bugs in microperl; fix the bugs.
-We assume ANSI C plus the following:
+We assume ANSI C
89
plus the following:
- <stdlib.h>
- rename()
- opendir(), readdir(), closedir() (via dirent.h)