summaryrefslogtreecommitdiff
path: root/pod
Commit message (Collapse)AuthorAgeFilesLines
* Regen toc and modlib.Jarkko Hietaniemi2001-06-242-205/+174
| | | p4raw-id: //depot/perl@10876
* Regen perlapi.Jarkko Hietaniemi2001-06-231-2/+14
| | | p4raw-id: //depot/perl@10871
* Fix for ID 20010619.003, the [[:print:]] is not supposedJarkko Hietaniemi2001-06-231-1/+1
| | | | | to match the whole isprint(), only the space character. p4raw-id: //depot/perl@10855
* Retract the #10417 mg.c and embed.pl parts because ofJarkko Hietaniemi2001-06-211-1/+1
| | | | | | strange SEGVs in 64bit x86 FreeBSD observed by Nicholas Clark. p4raw-id: //depot/perl@10798
* Re: [PATCH 5.7.1] sv.c documentationRadu Greab2001-06-211-4/+4
| | | | | Message-ID: <15154.7018.376419.295092@ix.netsoft.ro> p4raw-id: //depot/perl@10790
* Regen headers.Jarkko Hietaniemi2001-06-201-32/+23
| | | p4raw-id: //depot/perl@10758
* Replace our implementation of realpath() with OpenBSD'sJarkko Hietaniemi2001-06-201-6/+0
| | | | | (src/lib/libc/stdlib/realpath.c 1.4). p4raw-id: //depot/perl@10750
* After some reading I don't think we can blindlyJarkko Hietaniemi2001-06-202-4/+16
| | | | | | | | | 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
* Furthwer tweak the fdopen() spot as suggseted by Jeff Pinyan;Jarkko Hietaniemi2001-06-191-5/+11
| | | | | also add information how to find out whether one has PerlIO. p4raw-id: //depot/perl@10727
* [ID 20010619.005] two typos in pod/perlfunc.podJeffrey Friedl2001-06-191-2/+2
| | | | | Message-Id: <200106191836.LAA21471@ventrue.corp.yahoo.com> p4raw-id: //depot/perl@10726
* More perl572delta tweaks.Jarkko Hietaniemi2001-06-191-9/+12
| | | p4raw-id: //depot/perl@10706
* Update perl572delta.Jarkko Hietaniemi2001-06-191-24/+91
| | | p4raw-id: //depot/perl@10705
* Make libnetcfg by default display the libnet configuration,Jarkko Hietaniemi2001-06-192-73/+102
| | | | | | -c to change, add -i for old config, document all options, regen toc. p4raw-id: //depot/perl@10701
* Document the need for sv_printify().Jarkko Hietaniemi2001-06-181-0/+16
| | | | | | | Document that 'use utf8' has been considered. (An unfinished, gcc 3.0 -Wall nit fix also slipped in, gack.) p4raw-id: //depot/perl@10698
* perl5db.pl v1.07 + docsScott L. Miller2001-06-181-0/+4
| | | | | Message-ID: <86256A6F.00538A54.00@omacmta01.custom-edge.com> p4raw-id: //depot/perl@10696
* Documentation changes for CLONEArtur Bergman2001-06-182-2/+19
| | | | | Message-ID: <B7542BEC.1719%artur@contiller.se> p4raw-id: //depot/perl@10694
* Re: [PATCH 5.7.1] sv.c documentationDave Mitchell2001-06-181-23/+105
| | | | | Message-Id: <200106182029.VAA06503@gizmo.fdgroup.co.uk> p4raw-id: //depot/perl@10691
* sv.c documentationDave Mitchell2001-06-183-80/+659
| | | | | Message-Id: <200106172347.AAA05475@gizmo.fdgroup.co.uk> p4raw-id: //depot/perl@10688
* $@ Clarification in pod/perlvar.podJon Gunnip2001-06-181-4/+4
| | | | | Message-ID: <F136EXUIEAOeIiGXix40000e3a7@hotmail.com> p4raw-id: //depot/perl@10687
* Split off the pack/unpack code, from Nicholas Clark.Jarkko Hietaniemi2001-06-181-0/+3
| | | p4raw-id: //depot/perl@10685
* fix dangling L<perlobj/"WARNING">Ilmari Karonen2001-06-171-1/+1
| | | | | Message-ID: <Pine.SOL.3.96.1010618002009.6629A-100000@simpukka> p4raw-id: //depot/perl@10670
* Regen modlib, toc.Jarkko Hietaniemi2001-06-172-7/+559
| | | p4raw-id: //depot/perl@10665
* Add libnetcfg to perlutil.Jarkko Hietaniemi2001-06-171-0/+5
| | | p4raw-id: //depot/perl@10664
* Document tests failing when threaded, since we now have more.Jarkko Hietaniemi2001-06-161-5/+10
| | | p4raw-id: //depot/perl@10653
* Add perlnetware to docs; regen toc; supply skeletonJarkko Hietaniemi2001-06-164-13/+384
| | | | | docs for some Memoize submodules. p4raw-id: //depot/perl@10647
* 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