summaryrefslogtreecommitdiff
path: root/Makefile.micro
Commit message (Collapse)AuthorAgeFilesLines
* 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