FAQ sync.
[p5sagit/p5-mst-13.2.git] / pod /
2001-11-01 Jarkko Hietaniemi FAQ sync.
2001-11-01 Jarkko Hietaniemi If an encoding is set by -M/-m, it must be in
2001-10-31 Jarkko Hietaniemi Extend the effect of the encoding pragma to chr() and...
2001-10-31 Jarkko Hietaniemi Clarification: use encoding cannot be used to
2001-10-31 Jarkko Hietaniemi More documentation for the encode pragma.
2001-10-31 Jarkko Hietaniemi Make sv_recode_to_utf8() a real API: the encoding
2001-10-31 Jarkko Hietaniemi Enable -Mencoding=foobar also for string literals.
2001-10-28 Jarkko Hietaniemi Add the encoding pragma to control the "upgrade"
2001-10-28 Jarkko Hietaniemi Integrate change #12747 from maintperl;
2001-10-28 Nick Ing-Simmons Integrate Mainline
2001-10-28 Jarkko Hietaniemi Regen perlapi, perltoc.
2001-10-27 Richard Foley perlhack.pod addendum for consideration (perlbug mail...
2001-10-27 Jarkko Hietaniemi Unicode: property alias naming cleanup.
2001-10-27 Jarkko Hietaniemi FAQ sync.
2001-10-27 Nick Ing-Simmons Integrate mainline
2001-10-23 Nick Ing-Simmons Integrate mainline
2001-10-23 Jarkko Hietaniemi FAQ sync.
2001-10-23 Jarkko Hietaniemi Fix multicharacter titlecase (ucfirst).
2001-10-22 Nick Ing-Simmons Integrate mainline
2001-10-22 Michael G. Schwern Undeprecating $]
2001-10-21 Jarkko Hietaniemi Integrate from perlio; restructuring.
2001-10-21 Jarkko Hietaniemi Implement multicharacter case mappings where a single
2001-10-21 Nick Ing-Simmons PerlIO layer table as PL_perlio (per-interpreter)
2001-10-21 Jarkko Hietaniemi Prettyprinting.
2001-10-21 Sean M. Burke perlpodspec and perlpod rewrite, draft 3 "final"
2001-10-20 Jarkko Hietaniemi Upgrade to podlators 1.11, from Russ Allbery.
2001-10-20 Jarkko Hietaniemi Integrate perlio:
2001-10-20 Nick Ing-Simmons Add a new flag character 'm' to embed.pl set to represent
2001-10-19 Abhijit Menon-Sen C<foo I<bar>> hunks from <20011019014551.A35625@not...
2001-10-19 Jarkko Hietaniemi Regen toc.
2001-10-19 Jarkko Hietaniemi Tiny tweaks.
2001-10-19 Abe Timmerman Re: perlintro.pod
2001-10-19 Abhijit Menon-Sen Slight reorganisation of references.
2001-10-19 Jarkko Hietaniemi Unicode categories continue:
2001-10-19 Audrey Tang a small patch to perlintro.pod.
2001-10-18 Jarkko Hietaniemi More documented In categories.
2001-10-18 Charles Lane try#2: [proposed PATCH Perl@12401] ieee floats, rand...
2001-10-18 Mark-Jason Dominus PATCH perl.pod: Suggested reorganization of table of...
2001-10-18 Jarkko Hietaniemi Regen toc.
2001-10-18 Jarkko Hietaniemi Add perlintro, from Skud.
2001-10-18 Jarkko Hietaniemi FAQ sync.
2001-10-17 Jarkko Hietaniemi Regen doc with perlmodstyle added.
2001-10-17 Kirrily Robert perlmodstyle as a patch
2001-10-17 Ian Phillipps for perlhack.pod - no p5p archive on deja/google
2001-10-16 David H. Adler [PATCH] Doc patch on here-docs (perlop and perldata)
2001-10-16 Nick Ing-Simmons Skeleton of "PerlIO_dup" coded.
2001-10-14 Paul Marquess Fix scoping problem with FATAL warnings
2001-10-13 Jarkko Hietaniemi Rewrite mktables from scratch.
2001-10-13 Andreas König Re: New module XML::Clean
2001-10-12 Jarkko Hietaniemi FAQ sync.
2001-10-12 Andreas König Re: New module XML::Clean
2001-10-09 Rafael Garcia-Suarez , Re: [PATCH again] Re: [PATCH mg.c gv.c and others...
2001-10-09 Ronald J. Kimball Re: [PATCH mg.c gv.c and others] ${^TAINT}
2001-10-08 Jarkko Hietaniemi FAQ sync.
2001-10-08 Michael G. Schwern Re: [PATCH mg.c gv.c and others] ${^TAINT}
2001-10-05 Nicholas Clark perlfunc/select
2001-10-04 Jarkko Hietaniemi Retract #12313 and #12249.
2001-10-04 Jarkko Hietaniemi Yet more Unicode properties.
2001-10-03 Jarkko Hietaniemi Unicode properties: fix L& (the #12319 didn't allow L&,
2001-10-03 Casey West (retracted by #12338)
2001-10-02 Jarkko Hietaniemi FAQ sync.
2001-10-01 Jarkko Hietaniemi Also the ^Is is optional.
2001-10-01 Jarkko Hietaniemi sortsv not in place anymore, noticed by John P. Linderman.
2001-10-01 Jarkko Hietaniemi Further tweaks to the Unicode properties.
2001-09-30 Brian Ingerson Patch to put qsortsv in the public API
2001-09-30 Rafael Garcia-Suarez additional docs and tests
2001-09-30 Jarkko Hietaniemi FAQ sync.
2001-09-29 Jarkko Hietaniemi More Unicode todo.
2001-09-29 Jarkko Hietaniemi Explain a bit the new more flexible \p\P syntax.
2001-09-29 Jarkko Hietaniemi More leniency to the \p and \P: now can have whitespace
2001-09-29 Jarkko Hietaniemi Allow for more flexibility in the \p{In...} names, now
2001-09-27 Casey West (retracted by #12338)
2001-09-27 Jarkko Hietaniemi Integrate changes #12241 and #12242 from macperl:
2001-09-25 Jarkko Hietaniemi perldiag entry for #12205.
2001-09-25 Jarkko Hietaniemi perltooc et al updates.
2001-09-25 Michael G. Schwern Deprecating chdir(undef)/chdir('')
2001-09-23 Rafael Garcia-Suarez proposal : put the @INC-hooks directly in %INC
2001-09-23 Abhijit Menon-Sen Additional minor chdir() tweak.
2001-09-23 Abhijit Menon-Sen Mention $ENV{SYS$LOGIN} in chdir() documentation, as...
2001-09-23 chromatic Re:
2001-09-22 Abhijit Menon-Sen `@foo' should be @foo for consistency.
2001-09-22 Jarkko Hietaniemi Rename perltootc as perltooc for 8.3-friedliness.
2001-09-22 Michael Carman Re: [ID 20010919.001] local() fails on imported variables
2001-09-22 Michael G. Schwern expand DOS-like table (was Re: test
2001-09-22 Peter Scott perldiag.pod
2001-09-21 Ronald J. Kimball avoid v-strings with require/use
2001-09-21 Robert Spier Re: GDB Debugging Macros from mod_perl
2001-09-20 Jarkko Hietaniemi Remove iconv references since we are not using it
2001-09-20 Dave Mitchell Re: ARGV and read
2001-09-20 Jarkko Hietaniemi Fresh copies from the cvs.perl.org perlfaq repository.
2001-09-16 Jarkko Hietaniemi Supply more details on how lc/uc/lcfirst/ucfirst are
2001-09-15 Jarkko Hietaniemi Elaborate (well, make more vague, really) #12030.
2001-09-15 Jarkko Hietaniemi Document that the lc(), uc(), lcfirst(), ucfirst()
2001-09-15 Jarkko Hietaniemi Document what's still to be done on the regular expression
2001-09-14 Robin Barker Re: unterminated C<...> at line 426 in file perlport.pod
2001-09-14 H.Merijn Brand unterminated C<...> at line 426 in file perlport.pod
2001-09-14 Peter Scott Execute files of debugger commands
2001-09-13 Jarkko Hietaniemi Regen headers.
2001-09-12 Ilmari Karonen Deobfuscate Fisher-Yates example code
2001-09-11 Jarkko Hietaniemi Fix unpack U to be the reverse of pack U
next