summaryrefslogtreecommitdiff
path: root/pod
Commit message (Collapse)AuthorAgeFilesLines
* The first steps towards cross-compilation.Jarkko Hietaniemi2001-06-151-78/+12
| | | | | | | | | | | | | | | | | | | | | | 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
* splitting util.cHugo van der Sanden2001-06-131-2/+2
| | | | | Message-Id: <200106132341.AAA24935@crypt.compulink.co.uk> p4raw-id: //depot/perl@10579
* FAQ tweak for Vanina Arca <varca@baufest.com>.Jarkko Hietaniemi2001-06-131-1/+1
| | | p4raw-id: //depot/perl@10568
* Regen toc.Jarkko Hietaniemi2001-06-131-37/+34
| | | p4raw-id: //depot/perl@10560
* Re: ext/ + -WallDoug MacEachern2001-06-131-10/+41
| | | | | | | Message-ID: <Pine.LNX.4.21.0106122151180.24181-100000@mako.covalent.net> Document ax and break up dXSARGS. p4raw-id: //depot/perl@10558
* I wonder how many $CONFIGs still lurk in the shadows.Jarkko Hietaniemi2001-06-131-1/+1
| | | 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
* 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
* s/case-independent/case-insensitive/gJarkko Hietaniemi2001-06-121-2/+2
| | | p4raw-id: //depot/perl@10536
* Re: [ID 20010612.001] out of memory during regex compilationMike Guy2001-06-121-4/+15
| | | | | Message-Id: <E159n3n-0000xa-00@draco.cus.cam.ac.uk> p4raw-id: //depot/perl@10530
* Move the full \p\P lists to perlunicode.Jarkko Hietaniemi2001-06-112-67/+173
| | | p4raw-id: //depot/perl@10520
* Not many people know this ...Mike Guy2001-06-111-0/+2
| | | | | Message-Id: <E159S9z-00015D-00@draco.cus.cam.ac.uk> p4raw-id: //depot/perl@10514
* Move the grok_number and its lieutenant grok_numeric_radixJarkko Hietaniemi2001-06-101-7/+29
| | | | | from sv.c statics to util.c and public. p4raw-id: //depot/perl@10505
* Put some meat on the perl572delta bones. The list ofJarkko Hietaniemi2001-06-101-2/+286
| | | | | | selected bug fixes needs more work, as does still the whole document. p4raw-id: //depot/perl@10498
* Re: [PATCH perl@10439] diagnostics and long C<=item>sRobin Barker2001-06-071-21/+63
| | | | | Message-Id: <200106071201.NAA13627@tempest.npl.co.uk> p4raw-id: //depot/perl@10470
* IOK vs pIOK docsJarkko Hietaniemi2001-06-071-0/+8
| | | | | | | Date: Thu, 7 Jun 2001 10:09:59 +0100 (BST) Reply-To: Dave Mitchell <davem@fdgroup.co.uk> Message-Id: <200106070909.KAA25610@gizmo.fdgroup.co.uk> p4raw-id: //depot/perl@10468
* Podify the remaining README.platform files;Jarkko Hietaniemi2001-06-064-146/+271
| | | | | | | | | | merge README.plan9 and plan9/perlplan9.pod; delete plan9/perlplan9.* (the perlplan.doc needs to be regenerated in Plan 9); make the =head1 and =head2 in the README.platform to be a little more verbose (skipped README.os2 not to anger Ilya) so that they look better in the toc; regen toc. p4raw-id: //depot/perl@10461
* Re: Bug in perlguts documentation?Mike Guy2001-06-061-1/+1
| | | | | | Reply-To: mjtg@cam.ac.uk Message-Id: <E157fiS-0006Q7-00@draco.cus.cam.ac.uk> p4raw-id: //depot/perl@10460
* Re: [ID 20010604.015] taint + comma = false insecurityMike Guy2001-06-061-5/+9
| | | | | | Reply-To: mjtg@cam.ac.uk Message-Id: <E157flx-0006Uz-00@draco.cus.cam.ac.uk> p4raw-id: //depot/perl@10459
* perl570delta.podPeter Scott2001-06-061-1/+1
| | | | | Message-Id: <4.3.2.7.2.20010605183619.00a94400@psdt.com> p4raw-id: //depot/perl@10447
* Configure tweaks; add prototype probes, make the cpp symbolsJarkko Hietaniemi2001-06-041-49/+55
| | | | | | probe to cast, not whine; test for %Ld and %Lf before %lld and %llf because the L is the ANSI way. p4raw-id: //depot/perl@10434
* Eradicate traces of 'asciirange' re subpragma.Jarkko Hietaniemi2001-06-041-0/+4
| | | p4raw-id: //depot/perl@10427
* Mention that lexicalizing $a or $b is a bad idea if oneJarkko Hietaniemi2001-06-031-1/+3
| | | | | wants to use sort(). p4raw-id: //depot/perl@10409
* Add Attribute::Handlers 0.61 from Damian Conway.Jarkko Hietaniemi2001-06-012-33/+78
| | | p4raw-id: //depot/perl@10385
* Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.tJeff Pinyan2001-06-011-0/+28
| | | | | Message-ID: <Pine.GSO.4.21.0106011032080.21027-100000@crusoe.crusoe.net> p4raw-id: //depot/perl@10376
* Configure tweaks; record the Berkeley DB version,Jarkko Hietaniemi2001-06-012-131/+89
| | | | | | | | | probe for realpath(), for setresuid() and setresgid() prototypes; use realpath() (try to be paranoid enough), use the setres[ug]id prototypes because glibc has the functions but not their prototypes; add -Wall -ansi to gcc ccflags; regen toc. p4raw-id: //depot/perl@10372
* [patch] Cwd.xs optimizations/abstractionDoug MacEachern2001-06-011-8/+27
| | | | | Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net> p4raw-id: //depot/perl@10369
* The regex trick wasn't a good idea.Jarkko Hietaniemi2001-05-301-11/+1
| | | p4raw-id: //depot/perl@10330
* Re: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid ↵Ronald J. Kimball2001-05-301-2/+12
| | | | | | | | | floating point errors Message-ID: <20010530094429.B133085@linguist.thayer.dartmouth.edu> Detypo; plus add one more trick. p4raw-id: //depot/perl@10319
* [ID 20010529.002] typos in man page perlrebart@cg681574-a.adubn1.nj.home.com2001-05-301-2/+2
| | | | | Message-Id: <E154ohn-00053j-00@debian.adubn1.nj.home.com> p4raw-id: //depot/perl@10315
* perlvar.pod additionJarkko Hietaniemi2001-05-301-0/+13
| | | | | | | | | | | | | | From: Peter Gessner <peter.gessner@post.rwth-aachen.de> Date: Fri, 25 May 2001 20:23:12 +0200 Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de> Subject: Re: perlvar.pod addition From: "Abigail" <abigail@foad.org> Date: Fri, 25 May 2001 22:00:39 +0200 Message-ID: <20010525200039.28029.qmail@foad.org> Mention $a and $b in perlvar. p4raw-id: //depot/perl@10305
* perlvar.pod -- why isn't @F here?Jeff Pinyan2001-05-301-0/+7
| | | | | Message-ID: <Pine.GSO.4.21.0105292227150.1961-100000@crusoe.crusoe.net> p4raw-id: //depot/perl@10304
* Re: [PATCH] perlfaq6.pod -- case-aware s///Jeff Pinyan2001-05-301-0/+15
| | | | | Message-ID: <Pine.GSO.4.21.0105291802330.1961-100000@crusoe.crusoe.net> p4raw-id: //depot/perl@10303
* Example of working in integers to avoid floating point errorsMichael G. Schwern2001-05-291-0/+5
| | | | | Message-ID: <20010529185132.C706@blackrider.blackstar.co.uk> p4raw-id: //depot/perl@10301
* Regen perlmodlib.Jarkko Hietaniemi2001-05-281-0/+20
| | | p4raw-id: //depot/perl@10269
* perlnewmod.pod to reflect DLSI(P) changeElaine -HFB- Ashton2001-05-281-12/+15
| | | | | Message-ID: <20010528145635.L8487@chaos.wustl.edu> p4raw-id: //depot/perl@10267
* Regen toc.Jarkko Hietaniemi2001-05-281-2/+171
| | | p4raw-id: //depot/perl@10266
* Pod nitpicksRichard Soderberg2001-05-282-2/+2
| | | | | Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net> p4raw-id: //depot/perl@10263
* todo patchArtur Bergman2001-05-281-0/+5
| | | | | Message-ID: <B7383577.F34%artur@contiller.se> p4raw-id: //depot/perl@10258
* typo in perlguts.podJohn P. Linderman2001-05-281-1/+1
| | | | | Message-Id: <200105281335.JAA27851@raptor.research.att.com> p4raw-id: //depot/perl@10257
* [PATCH] [ID 19991013.005] utime undef, undef, @files Robert Spier2001-05-271-0/+7
| | | | | | | | | | | Date: Sat, 26 May 2001 20:05:23 -0400 Message-ID: <15120.17603.148648.12430@rls.cx> Subject: Re: [PATCH] [ID 19991013.005] utime undef, undef, @files From: rspier@pobox.com (Robert Spier) Date: Sun, 27 May 2001 00:23:12 -0400 Message-ID: <15120.33072.511966.767230@rls.cx> p4raw-id: //depot/perl@10232
* Regen toc. (And add the README.tru64 from #10230 to MANIFEST.)Jarkko Hietaniemi2001-05-273-52/+354
| | | p4raw-id: //depot/perl@10231
* [ID 20010525.001] Pod typo nits fixedJarkko Hietaniemi2001-05-279-20/+30
| | | | | | | | | | | | | | From: lvirden@cas.org Date: Fri, 25 May 2001 06:57:43 -0400 (EDT) Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org> minus the perlsolaris decimation plus the Subject: Re: [ID 20010525.001] Pod typo nits fixed From: "Philip Newton" <Philip.Newton@gmx.net> Date: Fri, 25 May 2001 18:05:55 +0200 Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu> p4raw-id: //depot/perl@10226
* Re: 5.6.*, bleadperl: bugs in pp_concatHugo van der Sanden2001-05-261-0/+65
| | | | | Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk> p4raw-id: //depot/perl@10223
* Re: [PATCH] Re: stability of sort()?John P. Linderman2001-05-261-5/+5
| | | | | Message-Id: <200105261727.NAA06654@raptor.research.att.com> p4raw-id: //depot/perl@10220
* Integrate perlio:Jarkko Hietaniemi2001-05-261-28/+48
|\ | | | | | | | | | | | | | | | | [ 10212] Change perlguts docs to not suggest PUSHi etc. for multiple results, add a few more notes there on use of mortals on the stack. p4raw-link: @10212 on //depot/perlio: 00aadd7184751f37937d2ec7edb2b9d1c8a55e0e p4raw-id: //depot/perl@10219
| * Change perlguts docs to not suggest PUSHi etc. for multiple results,Nick Ing-Simmons2001-05-261-28/+48
| | | | | | | | | | add a few more notes there on use of mortals on the stack. p4raw-id: //depot/perlio@10212
| * Integrate mainlineNick Ing-Simmons2001-05-262-7/+83
| |\ | | | | | | p4raw-id: //depot/perlio@10211
| * \ Integrate mainlineNick Ing-Simmons2001-05-202-70/+90
| |\ \ | | | | | | | | p4raw-id: //depot/perlio@10170