was RE: How cross-platform is `foo 2>&1` these days?
[p5sagit/p5-mst-13.2.git] / pod /
2003-04-08 Robin Barker was RE: How cross-platform is `foo 2>&1` these days?
2003-04-08 Jarkko Hietaniemi Few more words about safe/unsafe signals.
2003-04-05 Jarkko Hietaniemi [perl #21839] perluniintro.pod: nice_string() doesn...
2003-04-05 Ilya Zakharevich Embedding
2003-04-02 Steve Hay Fix missing functions when splitting perlfunc
2003-04-02 Jarkko Hietaniemi Make perldiag agree with #19138.
2003-04-01 Richard Foley overdue perlhack.pod corrections for RT
2003-03-30 Jarkko Hietaniemi gethostbyname('localhost') is not that portable.
2003-03-29 Rafael Garcia-Suarez Minor rephrasing in perlopentut,
2003-03-29 Nicholas Clark [DOCPATCH] Re: [PATCH] Re: [perl #21614] 5.8.0 Unbalanc...
2003-03-24 Michael G. Schwern Adding the latest version of Perl
2003-03-21 Martien Verbruggen perlsub.pod and perlsyn.pod: better organise scoping...
2003-03-18 Philip Newton Minor updates of Wolfgang's pack patch
2003-03-18 Hugo van der Sanden clarify behaviour of $a++
2003-03-17 LAUN Wolfgang pack changes and related fixes
2003-03-16 Jarkko Hietaniemi Pod fix from Philip Newton.
2003-03-14 Rafael Garcia-Suarez Time::HiRes is a core module
2003-03-12 Jarkko Hietaniemi Tell how to possibly dodge 'Out of memory' errors.
2003-03-11 Rafael Garcia-Suarez Questionable construct.
2003-03-11 Jarkko Hietaniemi Missed some, cryptically.
2003-03-11 Todd C. Miller typos and other minor things
2003-03-10 Yitzchak Scott-Tho... Re: odd (or not so odd?) segmentation fault in 5.8.0
2003-03-10 Stas Bekman Bunch of doc patches from Stas; plus regen.
2003-03-08 Richard Foley to explain new [<>{] behaviour - attached
2003-03-07 Jarkko Hietaniemi Give pointers to runtime Unicode changes.
2003-03-07 Jarkko Hietaniemi Good observation from Philip Newton.
2003-03-06 Jos I. Boumans Re: [PATCH] let perlmodstyle mention Module::Build...
2003-03-06 Jarkko Hietaniemi PERL_UNICODE explanation saga continues.
2003-03-04 Salvador Fandiño [PATCH] assertions
2003-03-03 Jarkko Hietaniemi Further clarification on PERL_UNICODE's semantics.
2003-02-26 Hugo van der Sanden regen headers
2003-02-24 Jarkko Hietaniemi PERL_SIGNALS=unsafe enables the old unsafe/immediate...
2003-02-24 Hugo van der Sanden Remove no-longer-true line from perlop
2003-02-20 Jarkko Hietaniemi Doc tweakage on -C.
2003-02-19 Brendan O'Dea 5.8.0: typo in pod/perlcompile.pod
2003-02-19 Rafael Garcia-Suarez Document clearly that "_" is always in package "main".
2003-02-19 Chip Salzenberg Support one-parameter unpack(), which unpacks $_.
2003-02-17 Hugo van der Sanden fix typo in sv.c and regenerate perlapi.pod
2003-02-17 Jarkko Hietaniemi Philip Newton has eagle eyes :-)
2003-02-17 Jarkko Hietaniemi Doc tweaks (and one code tweak) based on Philip Newton...
2003-02-17 Jarkko Hietaniemi Make also the -CAL conditional on locale.
2003-02-16 Jarkko Hietaniemi NO_SHORT_NAMES is better than HIDE_SHORT_NAMES.
2003-02-16 Nicholas Clark COW regexps:
2003-02-16 Jarkko Hietaniemi As suggested by Sarathy, add -DPERL_HIDE_SHORT_NAMES...
2003-02-16 Jarkko Hietaniemi Clarify the -C syntax a bit.
2003-02-15 Jarkko Hietaniemi The new(er) way of controlling Unicode I/O (and other...
2003-02-15 Iain Spoon Truskett Re: perlvar phrasing clarification for $^S
2003-02-15 Jerrad Pierce Re: overriding builtins quirk
2003-02-11 Iain Truskett mini-[patch] perlrun "^$W" typo
2003-02-10 Jay Hannah RE: perldebug.pod suggestion
2003-02-08 Audrey Tang perluniintro nit
2003-02-05 Inaba Hiroto [Patch] parsing under encoding (Re: [Encode] HEADS...
2003-02-03 Rafael Garcia-Suarez Document the environment variable PERL_UTF8_LOCALE...
2003-02-02 Abigail pod/perlfunc.pod
2003-01-30 Jose Auguste-Etienne Upper<->Lower case mistake in perlunicode.pod ?
2003-01-30 Beckett Richard... [perl #20616] code example in the FAQ that isn't strict...
2003-01-30 Rafael Garcia-Suarez FAQ sync.
2003-01-28 Rafael Garcia-Suarez Integrate from maint-5.8:
2003-01-26 Jarkko Hietaniemi Lest people get worried about not having PerlIO.
2003-01-21 Jarkko Hietaniemi Allow explicit -C enable/disable by -C:1/-C:0
2003-01-21 Martien Verbruggen Re: [perl #19236] perlsyn: implicit localisation in...
2003-01-21 Hugo van der Sanden integrate (by hand) #18353 and #18359 from maint-5.8:
2003-01-16 Jarkko Hietaniemi Make the locale-induced UTF-8-ification of STD fhs
2003-01-15 Brendan O'Dea perlrun.pod: fix -i examples
2003-01-14 Rafael Garcia-Suarez Integrate change #18365 from maint-5.8 :
2003-01-09 Rafael Garcia-Suarez Document that ${^TAINT} is read-only.
2003-01-08 Rafael Garcia-Suarez Integrate change #18361 from maint-5.8:
2003-01-08 Rafael Garcia-Suarez PerlFAQ sync.
2003-01-06 Rafael Garcia-Suarez Change the value of ${^TAINT} : 0 without taint checks,
2003-01-04 Andreas König Re: [PATCH] Tiny nits in perlre.pod
2002-12-30 Dave Paris [perl #19343] perlfunc.pod patch for stat() and lstat()
2002-12-23 Hugo van der Sanden Reverse #18285, for reasons given in:
2002-12-17 Dave Mitchell Re: [jhi@iki.fi: enums are not nums]
2002-12-17 Hugo van der Sanden regen-headers to get new API docs from #18306
2002-12-16 Dave Mitchell Re: [perl #19017] lexical "my" variables not visible...
2002-12-14 Dave Mitchell Proper fix for CvOUTSIDE weak refcounting
2002-12-12 Andreas König [patch] typo in perlop
2002-12-12 Rafael Garcia-Suarez Integrate from maint-5.8 : changes 18290-1, 18293-5...
2002-12-11 Stephen McCamant Re: Precedence of ? :
2002-12-11 Andy Dougherty Remove stale e-mail addresses
2002-12-10 Rafael Garcia-Suarez Integrate from the maint-5.8/ branch :
2002-12-08 Slaven Rezic Document that $ENV{TERM} may produce taint failures.
2002-12-03 Jarkko Hietaniemi Fix up #18229.
2002-12-02 Rafael Garcia-Suarez Fix bug #18573 : in a double-quoted string, a \c not...
2002-12-02 Jarkko Hietaniemi $0 mofifying part I
2002-12-02 Hugo van der Sanden integrate Pod-Perldoc-3.07. This replaces the original...
2002-12-02 Hugo van der Sanden Integrate PodParser-1.20, with matching tweaks to lib...
2002-12-02 Hugo van der Sanden integrate 5.8-maint: changes #18174 18187 18189-92...
2002-12-02 Dave Mitchell allow evals to see the full lexical scope
2002-11-26 Rafael Garcia-Suarez PerlFAQ sync.
2002-11-26 Andreas König 2 Pod errors in perlop.pod
2002-11-26 Slaven Rezic Re: [perl #18626] bug in perlipc man page
2002-11-25 Hugo van der Sanden integrate #18144 updates to pod/perlport.pod
2002-11-19 Jarkko Hietaniemi Re: [PATCH] UTF-8 enabling via locale (was: Re: Redhat...
2002-11-16 Rafael Garcia-Suarez Correction to change #18152, by Dave Mitchell.
2002-11-16 Dave Mitchell Re: [PATCH] optional code for debugging leaking scalars
2002-11-16 Andreas König Typo in perl58delta
2002-11-10 Slaven Rezic perlopentut and PerlIO documentation
2002-11-06 Slaven Rezic Re: [perl #18048] read \*FH, ... returns undef but...
2002-11-04 Jarkko Hietaniemi s/Perlf/Perl/ (thanks rgs)
next