summaryrefslogtreecommitdiff
path: root/pod/perlrun.pod
Commit message (Collapse)AuthorAgeFilesLines
* New order of seed.Jarkko Hietaniemi2003-07-111-9/+10
| | | p4raw-id: //depot/perl@20139
* Chicken out: the hash randomisation is not on by default.Jarkko Hietaniemi2003-07-111-2/+2
| | | | | | | | | | We switch over to the explicit mode: in other words, if the $ENV{PERL_HASH_SEED} is on, we randomise. Also, we randomise only if PL_hash_seed_set is FALSE (this means one can use PERL_HASH() before perl_run.) Also, since now PERL_HASH_SEED is okay even under -T, all should be fine. (Ha!) p4raw-id: //depot/perl@20135
* Check PERL_HASH_SEED even when tainted.Jarkko Hietaniemi2003-07-101-9/+9
| | | p4raw-id: //depot/perl@20134
* Better links.Jarkko Hietaniemi2003-07-021-1/+2
| | | p4raw-id: //depot/perl@19929
* Misc Pod Nits.Rafael Garcia-Suarez2003-06-291-2/+2
| | | p4raw-id: //depot/perl@19886
* Hash/Util.t and Encode/t/Aliases.t seem to be havingJarkko Hietaniemi2003-06-271-0/+4
| | | | | | | | random failures. To make these easier to reproduce, add a variable, PERL_HASH_SEED_DEBUG, to display the hash seed. E.g. in Debian/x86 Linux 3.0 PERL_HASH_SEED of 82972356 makes the first one to fail. p4raw-id: //depot/perl@19859
* Bite the bullet and apply the hash randomisation patch.Jarkko Hietaniemi2003-06-261-0/+20
| | | | | [perl #22371] Algorimic Complexity Attack on Perl 5.6.1, 5.8.0 p4raw-id: //depot/perl@19854
* Some docs for the assertions.Rafael Garcia-Suarez2003-06-171-1/+8
| | | p4raw-id: //depot/perl@19808
* Further perlio doc tweaks.Jarkko Hietaniemi2003-06-121-12/+19
| | | p4raw-id: //depot/perl@19748
* resurrect change#19628 and make it work by generalizingGurusamy Sarathy2003-06-021-1/+1
| | | | | | | a spot that had a hardcoded dependency on the cmd.exe arguments being "/x/c" or "/c" p4raw-link: @19628 on //depot/perl: 7b24c8f3b02202da900623391393234a869d1b34 p4raw-id: //depot/perl@19668
* change#19628 broke many win32/system.t tests, so back it outGurusamy Sarathy2003-06-021-1/+1
| | | | | p4raw-link: @19628 on //depot/perl: 7b24c8f3b02202da900623391393234a869d1b34 p4raw-id: //depot/perl@19666
* Use "cmd.exe /x/d/c" as the default PERL5SHELL on Windows NT/2K/XPJan Dubois2003-05-281-1/+1
| | | | | Message-ID: <dv06dv48900iqv5hqddmbc6vt0efvto8d6@4ax.com> p4raw-id: //depot/perl@19628
* Handle PERLIO= and document a bit.Jarkko Hietaniemi2003-04-161-0/+2
| | | p4raw-id: //depot/perl@19241
* Noted by Nat: -0 didn't work that well with Unicode.Jarkko Hietaniemi2003-04-101-8/+13
| | | p4raw-id: //depot/perl@19185
* Unless Inuits are involved...Jarkko Hietaniemi2003-04-101-1/+1
| | | p4raw-id: //depot/perl@19181
* Few more words about safe/unsafe signals.Jarkko Hietaniemi2003-04-081-1/+1
| | | p4raw-id: //depot/perl@19164
* Bunch of doc patches from Stas; plus regen.Stas Bekman2003-03-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Subject: [doc patch] perl.c's pod api entry Date: Mon, 10 Mar 2003 12:35:52 +1100 Message-ID: <3E6BEBF8.80402@stason.org> Subject: Re: [patch] perlguts.pod From: Stas Bekman <stas@stason.org> Date: Mon, 10 Mar 2003 12:38:57 +1100 Message-ID: <3E6BECB1.7050009@stason.org> Subject: Re: [PATCH ext/DynaLoader/DynaLoader_pm.PL] doc fix: s/dl_loadflags/dl_load_flags/ From: Stas Bekman <stas@stason.org> Date: Mon, 10 Mar 2003 12:41:46 +1100 Message-ID: <3E6BED5A.801@stason.org> Subject: Re: [patch] perlapi.pod fix From: Stas Bekman <stas@stason.org> Date: Mon, 10 Mar 2003 12:43:33 +1100 Message-ID: <3E6BEDC5.6010405@stason.org> Subject: Re: [docs patch] replace gets() with fgets() in example From: Stas Bekman <stas@stason.org> Date: Mon, 10 Mar 2003 12:45:41 +1100 Message-ID: <3E6BEE45.9030901@stason.org> Subject: [doc patch] perlrun.pod From: Stas Bekman <stas@stason.org> Date: Mon, 10 Mar 2003 14:49:59 +1100 Message-ID: <3E6C0B67.4050606@stason.org> p4raw-id: //depot/perl@18873
* Give pointers to runtime Unicode changes.Jarkko Hietaniemi2003-03-071-4/+5
| | | p4raw-id: //depot/perl@18848
* Good observation from Philip Newton.Jarkko Hietaniemi2003-03-071-2/+3
| | | p4raw-id: //depot/perl@18844
* PERL_UNICODE explanation saga continues.Jarkko Hietaniemi2003-03-061-3/+6
| | | p4raw-id: //depot/perl@18837
* Further clarification on PERL_UNICODE's semantics.Jarkko Hietaniemi2003-03-031-1/+3
| | | p4raw-id: //depot/perl@18819
* PERL_SIGNALS=unsafe enables the old unsafe/immediate signals.Jarkko Hietaniemi2003-02-241-0/+6
| | | p4raw-id: //depot/perl@18766
* Doc tweakage on -C.Jarkko Hietaniemi2003-02-201-3/+10
| | | p4raw-id: //depot/perl@18756
* Philip Newton has eagle eyes :-)Jarkko Hietaniemi2003-02-171-1/+1
| | | p4raw-id: //depot/perl@18732
* Doc tweaks (and one code tweak) based on Philip Newton's comments.Jarkko Hietaniemi2003-02-171-10/+9
| | | p4raw-id: //depot/perl@18731
* Make also the -CAL conditional on locale.Jarkko Hietaniemi2003-02-171-11/+13
| | | p4raw-id: //depot/perl@18730
* Clarify the -C syntax a bit.Jarkko Hietaniemi2003-02-161-14/+19
| | | p4raw-id: //depot/perl@18717
* The new(er) way of controlling Unicode I/O (and other) features;Jarkko Hietaniemi2003-02-151-12/+32
| | | | | -C (or PERL_UNICODE). See perlrun/-C for more details. p4raw-id: //depot/perl@18715
* mini-[patch] perlrun "^$W" typoIain Truskett2003-02-111-1/+1
| | | | | Message-ID: <20030210213851.GC31721@ouroboros.anu.edu.au> p4raw-id: //depot/perl@18695
* Document the environment variable PERL_UTF8_LOCALE in perlrun.Rafael Garcia-Suarez2003-02-031-0/+4
| | | p4raw-id: //depot/perl@18649
* Allow explicit -C enable/disable by -C:1/-C:0Jarkko Hietaniemi2003-01-211-3/+5
| | | | | (suggested by Peter Haworth). p4raw-id: //depot/perl@18536
* Make the locale-induced UTF-8-ification of STD fhsJarkko Hietaniemi2003-01-161-5/+15
| | | | | | and the default file open layer explicit (either -C or PERL_UTF8_LOCALE), instead of implicit (and unasked-for). p4raw-id: //depot/perl@18490
* perlrun.pod: fix -i examplesBrendan O'Dea2003-01-151-2/+2
| | | | | Message-ID: <20030111191832.GA19441@londo.c47.org> p4raw-id: //depot/perl@18489
* LEAKTEST is dead, RIPH.Merijn Brand2002-09-261-1/+1
| | | | | | | Subject: Re: [perl #17197] SIGSEGV in perl 5.8.0 multithread build with -DLEAKTEST From: "H.Merijn Brand" <h.m.brand@hccnet.nl> Message-Id: <20020923182824.C7B6.H.M.BRAND@hccnet.nl> p4raw-id: //depot/perl@17920
* Clean up copy-on-write macros and debug facilities (new flag 'C').Nicholas Clark2002-08-201-0/+1
| | | | | | | Handle CoW in hashes: Subject: Re: why would tr/// be performing hash copies? Message-id: <20020818221700.GD294@Bagpuss.unfortu.net> p4raw-id: //depot/perl@17740
* Effect a speedy recovery from POD affected by (ahem, Australian)Abhijit Menon-Sen2002-08-191-1/+1
| | | | | negligence. p4raw-id: //depot/perl@17737
* Minor perlrun.pod patchIain Truskett2002-08-161-1/+1
| | | | | Message-Id: <20020816162027.D17196@eh.org> p4raw-id: //depot/perl@17722
* add verbose stack display option, -DvsDave Mitchell2002-08-121-0/+2
| | | | | Message-id: <20020805005533.B26111@fdgroup.com> p4raw-id: //depot/perl@17718
* Replace the word "discipline" by "layer" almost everywhere,Rafael Garcia-Suarez2002-07-071-7/+7
| | | | | by Elizabeth Mattijsen. p4raw-id: //depot/perl@17410
* tyopsGurusamy Sarathy2002-06-211-2/+2
| | | p4raw-id: //depot/perl@17333
* Un-deprecate :raw after all - just define what it meansNick Ing-Simmons2002-06-191-11/+11
| | | | | more precisely. (Pending approval). p4raw-id: //depot/perlio@17295
* Integrate mainlineNick Ing-Simmons2002-06-171-7/+9
| | | p4raw-id: //depot/perlio@17274
* s/Plan9/Plan 9/g; (and one remaning MacOS)Jarkko Hietaniemi2002-06-081-1/+1
| | | p4raw-id: //depot/perl@17122
* Typo tweaks.Jarkko Hietaniemi2002-04-211-2/+2
| | | p4raw-id: //depot/perl@16042
* Fill in the PERLIO sections.Nick Ing-Simmons2002-04-201-24/+116
| | | p4raw-id: //depot/perlio@16018
* Documents for Merijn and lots of XXXs for NI-S :-)Jarkko Hietaniemi2002-04-161-0/+42
| | | p4raw-id: //depot/perl@15957
* Debugging OPsIlya Zakharevich2002-03-031-2/+4
| | | | | | Message-Id: <20020302054958.A5511@math.ohio-state.edu> p4raw-link: @14577 on //depot/perl: 0ad5258ff3f3328f321188cbb4fcd6a74b365431 p4raw-id: //depot/perl@14956
* Re: [ID 20020227.003] minor text imperfection in perlrun manpageRobin Barker2002-02-271-1/+1
| | | | | Message-Id: <200202271439.OAA25005@tempest.npl.co.uk> p4raw-id: //depot/perl@14893
* doc patchMark-Jason Dominus2002-01-101-3/+5
| | | | | Message-ID: <20020110151227.14850.qmail@plover.com> p4raw-id: //depot/perl@14165
* Spread the good word of "env".Jarkko Hietaniemi2002-01-041-0/+3
| | | p4raw-id: //depot/perl@14060