summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* The first steps towards cross-compilation.Jarkko Hietaniemi2001-06-1523-419/+554
| | | | | | | | | | | | | | | | | | | | | | Abstract execution of compiled test executables with $run, and abstract transfer of files with $to and $from. Under cross-compilation the $run, $to, and $from will point to appropriate wrapper scripts, by default ssh and scp, but also rsh, rcp, and cp are supported. If not cross-compiling, they will be set to '', ':', and ':', respectively. With these patches I was able to get Configure for iPAQ ARM Linux on an Intel Linux about 95% right (only a few tests failed to execute or they produced incorrect results), and I was able to compile a functional miniperl. The symbol crosscompile renamed to be usecrosscompile, the corresponding C symbol from CROSSCOMPILE to USE_CROSS_COMPILE. p4raw-id: //depot/perl@10592
* Integrate perlio:Jarkko Hietaniemi2001-06-143-3/+285
|\ | | | | | | | | | | | | | | [ 10589] Routine regen_config_h for Win32 p4raw-link: @10589 on //depot/perlio: 4d3be0c7dd56140382c75663158705a0e4495245 p4raw-id: //depot/perl@10590
| * Routine regen_config_h for Win32Nick Ing-Simmons2001-06-143-3/+285
| | | | | | p4raw-id: //depot/perlio@10589
* | Integrate perlio:Jarkko Hietaniemi2001-06-145-82/+104
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | [ 10586] Add new step to run_byacc which: A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about. [ 10584] Hack to remove insecure directories from PATH so test will run. p4raw-link: @10586 on //depot/perlio: f4db54055cd36d83622f77949fd6ab7c67198101 p4raw-link: @10584 on //depot/perlio: 24e8cdb889e0ad40169b18813ffa9d1841ab8217 p4raw-id: //depot/perl@10588
| * Add new step to run_byacc which:Nick Ing-Simmons2001-06-144-12/+28
| | | | | | | | | | | | A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about. p4raw-id: //depot/perlio@10586
| * Integrate mainlineNick Ing-Simmons2001-06-1415-1211/+1527
| | | | | | p4raw-id: //depot/perlio@10585
| * Hack to remove insecure directories from PATH so test will run.Nick Ing-Simmons2001-06-141-72/+81
| | | | | | p4raw-id: //depot/perlio@10584
| * Integrate mainline. Storable fail has gone, insecure dependancy still there.Nick Ing-Simmons2001-06-13124-2702/+6612
| |\ | | | | | | p4raw-id: //depot/perlio@10577
* | | A placeholder.Jarkko Hietaniemi2001-06-141-0/+1
| | | | | | | | | p4raw-id: //depot/perl@10587
* | | The test doesn't work (yet?), Math::BigInt::round_mode() is missing.Jarkko Hietaniemi2001-06-142-194/+1
| | | | | | | | | p4raw-id: //depot/perl@10583
* | | Detypo.Jarkko Hietaniemi2001-06-141-1/+1
| | | | | | | | | p4raw-id: //depot/perl@10582
* | | de-$CONFIG continues.Jarkko Hietaniemi2001-06-142-2/+2
| | | | | | | | | p4raw-id: //depot/perl@10581
* | | opcode.pl is chmod'ing the original source treeNicholas Clark2001-06-131-1/+0
| | | | | | | | | | | | | | | Message-ID: <20010613212013.D98663@plum.flirble.org> p4raw-id: //depot/perl@10580
* | | splitting util.cHugo van der Sanden2001-06-1311-1208/+1267
| | | | | | | | | | | | | | | Message-Id: <200106132341.AAA24935@crypt.compulink.co.uk> p4raw-id: //depot/perl@10579
* | | Upgrade to Math::BigInt 1.34 from Tels.Jarkko Hietaniemi2001-06-132-0/+194
| | | | | | | | | p4raw-id: //depot/perl@10578
* | | Update Changes.Jarkko Hietaniemi2001-06-132-1/+260
| | | | | | | | | p4raw-id: //depot/perl@10576
* | | Re: [PATCH perl@10538] make ext/re play nice with DEBUGGING overrideCraig A. Berry2001-06-131-1/+2
| |/ |/| | | | | | | Message-Id: <5.1.0.14.0.20010613131907.01bbc210@mail.mac.com> p4raw-id: //depot/perl@10575
* | It would be also be good if I could type.Jarkko Hietaniemi2001-06-131-2/+2
| | | | | | p4raw-id: //depot/perl@10573
* | A non-empty default is a good thing.Jarkko Hietaniemi2001-06-131-1/+2
| | | | | | p4raw-id: //depot/perl@10571
* | Add Configure directive -Dusereentrant for Artur's ithreads work,Jarkko Hietaniemi2001-06-1315-6/+38
| | | | | | | | | | extremely experimental, not even prompted for. p4raw-id: //depot/perl@10569
* | FAQ tweak for Vanina Arca <varca@baufest.com>.Jarkko Hietaniemi2001-06-131-1/+1
| | | | | | p4raw-id: //depot/perl@10568
* | Integrate perlio:Jarkko Hietaniemi2001-06-136-109/+163
|\ \ | |/ | | | | | | | | | | | | | | [ 10564] Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish and using that instead (name lookups are sequential search for now). p4raw-link: @10564 on //depot/perlio: fcf2db383b9625d65c84a8308e9be05a073bed3b p4raw-id: //depot/perl@10567
| * Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ishNick Ing-Simmons2001-06-136-105/+161
| | | | | | | | | | and using that instead (name lookups are sequential search for now). p4raw-id: //depot/perlio@10564
| * Integrate mainlineNick Ing-Simmons2001-06-1120-3127/+3912
| |\ | | | | | | p4raw-id: //depot/perlio@10509
* | | Re: ext/ + -WallDoug MacEachern2001-06-133-4/+16
| | | | | | | | | | | | | | | Message-ID: <Pine.LNX.4.21.0106130959050.24181-100000@mako.covalent.net> p4raw-id: //depot/perl@10566
* | | Similar logic as DB_File.xs, using the modern macros andJarkko Hietaniemi2001-06-131-5/+7
| | | | | | | | | | | | | | | | | | defines them to older ones for older Perls where PERL_VERSION is not defined, from Doug MacEachern. p4raw-id: //depot/perl@10565
* | | Re: [ID 20010526.001] localized glob loses value when assigned toRichard Soderberg2001-06-132-6/+9
| | | | | | | | | | | | | | | Message-ID: <NAEKLNAAHLMBPMPNBMLECECHDFAA.rs@crystalflame.net> p4raw-id: //depot/perl@10563
* | | make ext/re play nice with DEBUGGING overrideCraig A. Berry2001-06-132-7/+11
| | | | | | | | | | | | | | | Message-Id: <a05101002b74ca0013cf5@[192.168.56.160]> p4raw-id: //depot/perl@10562
* | | Hide __attribute__((unused)) behind PERL_UNUSED_DECL asJarkko Hietaniemi2001-06-133-3/+9
| | | | | | | | | | | | | | | suggested by NI-S. p4raw-id: //depot/perl@10561
* | | Regen toc.Jarkko Hietaniemi2001-06-131-37/+34
| | | | | | | | | p4raw-id: //depot/perl@10560
* | | [patch] perl.gprof controlDoug MacEachern2001-06-132-0/+12
| | | | | | | | | | | | | | | Message-ID: <Pine.LNX.4.21.0106122247380.24181-100000@mako.covalent.net> p4raw-id: //depot/perl@10559
* | | Re: ext/ + -WallDoug MacEachern2001-06-132-15/+62
| | | | | | | | | | | | | | | | | | | | | Message-ID: <Pine.LNX.4.21.0106122151180.24181-100000@mako.covalent.net> Document ax and break up dXSARGS. p4raw-id: //depot/perl@10558
* | | More AIX tweakage from Merijn.Jarkko Hietaniemi2001-06-131-1/+1
| | | | | | | | | p4raw-id: //depot/perl@10557
* | | make VMS autosplit earlier in buildCraig A. Berry2001-06-131-1/+1
| | | | | | | | | | | | | | | Message-Id: <a05101001b74c943d7af4@[192.168.56.160]> p4raw-id: //depot/perl@10556
* | | Re: hacking util.c, attrs.xs, and re.xs to compile on VMSCraig A. Berry2001-06-132-4/+3
| | | | | | | | | | | | | | | Message-Id: <a05101000b74c8698483b@[172.16.52.1]> p4raw-id: //depot/perl@10555
* | | New AIX dynaloading code from Jens-Uwe Mager.Jarkko Hietaniemi2001-06-133-16/+55
| | | | | | | | | | | | | | | Does break binary compatibility. p4raw-id: //depot/perl@10554
* | | VMS DEC C compiler found nits by Peter Prymmer.Jarkko Hietaniemi2001-06-131-2/+3
| | | | | | | | | p4raw-id: //depot/perl@10553
* | | fix for file locking and filecomp testPeter Prymmer2001-06-131-2/+10
| | | | | | | | | | | | | | | Message-ID: <Pine.OSF.4.10.10106121927580.15174-100000@aspara.forte.com> p4raw-id: //depot/perl@10552
* | | I wonder how many $CONFIGs still lurk in the shadows.Jarkko Hietaniemi2001-06-132-3/+3
| | | | | | | | | p4raw-id: //depot/perl@10551
* | | Grok three kinds of line endings, should fix [ID 20010612.003]Jarkko Hietaniemi2001-06-131-1/+1
| | | | | | | | | p4raw-id: //depot/perl@10550
* | | Use __attribute__((unused)) to silence -Wall on unused ax.Jarkko Hietaniemi2001-06-133-8/+10
| | | | | | | | | p4raw-id: //depot/perl@10549
* | | [patch] rid local_patches warningsDoug MacEachern2001-06-132-4/+10
| | | | | | | | | | | | | | | Message-ID: <Pine.LNX.4.21.0106121024470.24181-100000@mako.covalent.net> p4raw-id: //depot/perl@10548
* | | Re: ext/ + -WallDoug MacEachern2001-06-131-1/+0
| | | | | | | | | | | | | | | Message-ID: <Pine.LNX.4.21.0106120927100.24181-100000@mako.covalent.net> p4raw-id: //depot/perl@10547
* | | perlretut.pod: unterminated C<>Ronald J. Kimball2001-06-131-1/+1
| | | | | | | | | | | | | | | Message-ID: <20010612143619.A37113@linguist.thayer.dartmouth.edu> p4raw-id: //depot/perl@10546
* | | Re: [ID 20010612.001] out of memory during regex compilationMike Guy2001-06-131-8/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Date: Tue, 12 Jun 2001 19:10:31 +0100 Message-Id: <E159scZ-0000r2-00@draco.cus.cam.ac.uk> Subject: Re: [ID 20010612.001] out of memory during regex compilation From: Mike Guy <mjtg@cam.ac.uk> Date: Tue, 12 Jun 2001 19:21:01 +0100 Message-Id: <E159smj-0000wY-00@draco.cus.cam.ac.uk> p4raw-id: //depot/perl@10545
* | | AIX tweaks from Merijn H. Brand.Jarkko Hietaniemi2001-06-131-4/+4
| | | | | | | | | p4raw-id: //depot/perl@10544
* | | Small bcopy cleanupAndy Dougherty2001-06-137-16/+8
| | | | | | | | | | | | | | | Message-ID: <Pine.SOL.4.10.10106121706360.11034-100000@maxwell.phys.lafayette.edu> p4raw-id: //depot/perl@10542
* | | Re: ext/ + -WallNicholas Clark2001-06-132-1537/+3464
| | | | | | | | | | | | | | | Message-ID: <20010613000430.M5901@plum.flirble.org> p4raw-id: //depot/perl@10541
* | | Re: [PATCH] ExtUtils::ConstantNicholas Clark2001-06-132-88/+204
| | | | | | | | | | | | | | | Message-ID: <20010612235307.L5901@plum.flirble.org> p4raw-id: //depot/perl@10540
* | | MPE/iX tweaks from Mark Bixby.Jarkko Hietaniemi2001-06-123-0/+5
| | | | | | | | | p4raw-id: //depot/perl@10539