This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Apply much of Ilya's microperl patch, but instead of
authorJarkko Hietaniemi <jhi@iki.fi>
Tue, 12 Aug 2003 11:51:25 +0000 (11:51 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Tue, 12 Aug 2003 11:51:25 +0000 (11:51 +0000)
commit2f42fcb0c2cd8c2699589848aee7b8ee07b30c4f
treeada8ea9f2ed4be699d066737eab622e87b4ba42c
parenta25ef67de93be431e21193a0e7ed5fca8bc883f7
Apply much of Ilya's microperl patch, but instead of
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
Makefile.micro
README.micro
mg.c
perl.c
perl.h
perlvars.h
pp_sys.c
sv.c
uconfig.h
uconfig.sh
util.c