summaryrefslogtreecommitdiff
path: root/Makefile.micro
Commit message (Collapse)AuthorAgeFilesLines
* Re: [PATCH] various RC1 nitsJarkko Hietaniemi2007-11-201-41/+54
| | | | | Message-ID: <4743029A.3010002@iki.fi> p4raw-id: //depot/perl@32425
* delete thrdvar.h and move its contents to intrpvar.hDave Mitchell2007-05-201-1/+1
| | | p4raw-id: //depot/perl@31245
* Re: new C3 MRO patchBrandon Black2007-04-191-1/+4
| | | | | | From: "Brandon Black" <blblack@gmail.com> Message-ID: <84621a60704171114k29b0460el5b08ce5185d55ed5@mail.gmail.com> p4raw-id: //depot/perl@30980
* microperl plus missing config varsJarkko Hietaniemi2007-04-011-0/+6
| | | | | 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
* Add a new file, mathoms.c, to hold old code kept around for binarySteve Peters2005-10-281-1/+4
| | | | | | | compatability with previous versions of Perl. Change also includes various Makefile changes to compile the new file and link it into libperl. p4raw-id: //depot/perl@25866
* More microperl tweaks.Marcus Holland-Moritz2004-07-021-2/+1
| | | p4raw-id: //depot/perl@23027
* Apply much of Ilya's microperl patch, but instead ofJarkko Hietaniemi2003-08-121-5/+9
| | | | | | | | | 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
* microperl update.Jarkko Hietaniemi2003-01-191-5/+5
| | | p4raw-id: //depot/perl@18516
* move all pad-related code to its own src fileDave Mitchell2002-10-021-5/+8
| | | | | Message-ID: <20020925234023.A20044@fdgroup.com> p4raw-id: //depot/perl@17953
* Don't assume sh and true.Jarkko Hietaniemi2002-05-271-2/+2
| | | p4raw-id: //depot/perl@16823
* microperl: do not regenerate the perly.Jarkko Hietaniemi2002-05-211-0/+12
| | | p4raw-id: //depot/perl@16722
* microperl tweaks.Jarkko Hietaniemi2002-03-241-3/+5
| | | p4raw-id: //depot/perl@15470
* Nearly-working threads re-structuring. Do not integrate,Nick Ing-Simmons2002-01-191-5/+2
| | | | | submit-ing to get to Win32, and as "off site" backup. p4raw-id: //depot/perlio@14352
* Implement the sort pragma. Split sort code from pp_ctl.cJarkko Hietaniemi2001-11-211-1/+4
| | | | | | | | | | to pp_sort.c. Includes the quicksort stabilizing layer from John P. Linderman. -Msort=qsort or -Msort=fast is faster than without (or with -Msort=mergesort or -Msort=safe) for short random inputs, but for some reason not quite as fast as 5.6.1 qsort. More benchmarking, profiling, tuning, and optimizing definitely needed. p4raw-id: //depot/perl@13179
* Add sharedsv.o to microperl object files.Jarkko Hietaniemi2001-09-041-1/+5
| | | p4raw-id: //depot/perl@11858
* remove deprecated PERL_OBJECT cruft, it has long since stoppedGurusamy Sarathy2001-08-311-1/+1
| | | | | working in 5.7.x p4raw-id: //depot/perl@11803
* After some reading I don't think we can blindlyJarkko Hietaniemi2001-06-201-1/+1
| | | | | | | | | use systems' realpath(). Too many security problems, too many buggy implementations. TODO: the realpath() emulation code in util.c doesn't seem fully operational? (readlink(), for example?) p4raw-id: //depot/perl@10744
* Split off the pack/unpack code, from Nicholas Clark.Jarkko Hietaniemi2001-06-181-1/+4
| | | p4raw-id: //depot/perl@10685
* Add the locale.c and numeric.c to the microperl sources.Jarkko Hietaniemi2001-06-181-1/+8
| | | p4raw-id: //depot/perl@10682
* Microperl tweaks.Jarkko Hietaniemi2001-05-271-1/+2
| | | p4raw-id: //depot/perl@10235
* microperl changes from Simon Cozens; Makefile for microperlJarkko Hietaniemi2000-05-311-0/+125
written from scratch; few casts added as microperl compilation doesn't have all prototypes available. p4raw-id: //depot/cfgperl@6174