summaryrefslogtreecommitdiff
path: root/pod
Commit message (Collapse)AuthorAgeFilesLines
* POD spelling patchesDaniel S. Lewart1996-09-111-3/+3
|
* perl 5.003_06: pod/perl.podPerl 5 Porters1996-10-071-3/+7
| | | | | | | | | | | | | | | | | | | Date: Fri, 20 Sep 1996 15:08:33 +0100 (BST) From: "Joseph S. Myers" <jsm28@hermes.cam.ac.uk> Subject: Pod typos, pod2man bugs, and miscellaneous installation comments Here is a patch for various typos and other defects in the Perl 5.003_05 pods, including the pods embedded in library modules. Changed Larry's address to larry@wall.org. Date: Mon, 7 Oct 1996 22:03:00 +0300 From: Jarkko Hietaniemi <jhi@alpha.hut.fi> Subject: LC_COLLATE. Big patch to add, document, and test LC_COLLATE support. perli18n advertised.
* LC_COLLATE.Jarkko Hietaniemi1996-10-071-0/+8
| | | | | | Big patch to add, document, and test LC_COLLATE support. perli18n.pod (and perlapio.pod, btw) added.
* Pod typos, pod2man bugs, and miscellaneous installation commentsJoseph S. Myers1996-09-208-45/+42
| | | | | Here is a patch for various typos and other defects in the Perl 5.003_05 pods, including the pods embedded in library modules.
* perl 5.003_05: pod/perlvar.podPerl 5 Porters1996-09-081-9/+10
| | | | | | | Be explicit about $/="" matching empty lines, that is, lines with no spaces or tabs. Change blank lines to empty lines.
* More (and less!) 425trapsPerl 5 Porters1996-09-081-19/+39
| | | | | | | | | | | | | Here's documentation on the change in split's behavior between Perl 4 and Perl 5. Large integer traps Precedence warn STDERR Change blank lines to empty lines.
* more TIEHANDLESven Verdoolaege1996-08-291-6/+12
| | | | This adds support for a READLINE method.
* Document correct C<use POSIX ":wait_h";> usage.Perl 5 Porters1996-09-081-1/+1
|
* perl 5.003_05: pod/perlfunc.podPerl 5 Porters1996-09-111-4/+8
| | | | | | Document correct C<use POSIX ":wait_h";> usage. Add notes about POSIX [gs]etpgrp.
* perl 5.003_05: dev/nullPerl 5 Porters1996-09-081-0/+74
| | | | | | New script to check for common errors in pods. This is not normally called during the perl build process, but you can use it with B<make check>.
* perl 5.003_05: pod/MakefilePerl 5 Porters1996-09-081-1/+10
| | | | | | Remove trailing spaces in pods. Include a call to the checkpods script in the Makefile (though it's not ordinarily used by users).
* Re: \ ( @array ) busted for lexical @array (once more)Gurusamy Sarathy1996-09-041-2/+5
|
* document xsubpp SCOPE:Perl 5 Porters1996-08-291-0/+17
|
* lval substr() coredumps with refs (with patch)Perl 5 Porters1996-08-281-0/+6
| | | | | | | substr() coredumps with a target that is a ref, when it is used in an lvalue context. The patch below corrects the problem by stringifying the reference first (and emitting a warning when appropriate).
* perl 5.003_03: [patch introduction and re-organisation]perl-5.003_03Andy Dougherty1996-08-251-133/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # This is my patch perl5.003_03.pat to perl5.003_02 # The full description is below. # Please execute the following commands before applying this patch. # (You can feed this patch to 'sh' to do so.) # Andy Dougherty <doughera@lafcol.lafayette.edu> # Absorbed into Changes5.002 rm -f Changes.Conf # Not needed. rm -f ext/POSIX/mkposixman.pl # Moved to README.os2. I'm not sure why the README files are # here rather than in the appropriate subdirectories. rm -f os2/README # Not needed. rm -f pod/Makefile.PL # New test for bit ops touch t/op/bop.t # Patches that create new tests don't always make them executable. chmod +x t/*/*.t # Create a new directory for Porting and Patching info. mkdir Porting exit 0 This is patch perl5.003_03.pat to perl version 5.003_02. This takes you from 5.003_02 to 5.003_03. To apply this patch, run the above commands, cd to your perl source directory and then type patch -p1 -N < perl5.003_03.pat The changes are described after each /^Index/ line below. This is designed so you can examine each change with a command such as csplit -k perl5.003_03.pat '/^Index:/' '{99}' Patch and enjoy, Andy Dougherty doughera@lafcol.lafayette.edu Dept. of Physics Lafayette College, Easton PA 18042
* Fix a minor nit regarding Exporter.Perl 5 Porters1996-08-251-2/+2
|
* perl 5.003_03: pod/perlipc.podPerl 5 Porters1996-08-251-1/+3
| | | | | | Fix typo. Untaint port number.
* Add support for tied filehandles.Perl 5 Porters1996-08-251-9/+60
|
* Clean up docmentation installation errors.Perl 5 Porters1996-08-245-7/+13
|
* perl 5.003_02: [no incremental changelog available]Larry Wall1996-08-104-16/+426
|
* perl 5.003_01: pod/pod2man.PLPerl 5 Porters1996-07-291-17/+23
| | | | | Handle characters with high bit set Don't try to find local Perl via PATH on Plan9
* Handle characters with high bit setPerl 5 Porters1996-07-041-6/+8
|
* perl 5.003_01: pod/pod2html.PLPerl 5 Porters1996-07-071-4/+5
| | | | | | | Correct typo in STDERR Remove .pm as well as .pod suffix from input filename Drop erroneous double quotes around function parameter Convert characters with high bit set to HTML escapes
* perl 5.003_01: pod/perlxstut.podPerl 5 Porters1996-07-101-15/+27
| | | | | | | Typos corrected Reflect change in blib structure at version 5.002 Reflect addition of "use vars" by h2xs Note that h2xs doesn't scan nested includes
* Typos and formatting correctedPerl 5 Porters1996-07-081-4/+4
|
* perl 5.003_01: pod/perlvar.podPerl 5 Porters1996-07-051-13/+26
| | | | | | | Correct pod formatting Expand documentation for $. and $| Correct $# documentation for initial value Add documentation for $^H
* perl 5.003_01: pod/perltrap.podPerl 5 Porters1996-07-291-104/+936
| | | | | Typos and pod formatting corrected Perl4 - Perl5 traps revised extensively
* Fix pod formattingPerl 5 Porters1996-07-051-3/+3
|
* perl 5.003_01: pod/perltie.podPerl 5 Porters1996-07-151-5/+13
| | | | | Quote package name in tie -- required when using strict subs Make return value in example meaningful
* perl 5.003_01: pod/perlsub.podPerl 5 Porters1996-07-051-11/+12
| | | | | Typos corrected Update reference to AutoLoader/AutoSplit documentation
* Extensive rewritePerl 5 Porters1996-07-071-106/+227
|
* Distinguish between "identifier" and full variable namePerl 5 Porters1996-05-011-1/+1
|
* perl 5.003_01: pod/perlref.podPerl 5 Porters1996-06-181-8/+12
| | | | | Note potential gc problems with cyclic data structures Distinguish between "identifier" and full variable name
* Correct typoPerl 5 Porters1996-06-181-1/+1
|
* Correct pod formattingPerl 5 Porters1996-05-011-0/+2
|
* perl 5.003_01: pod/perlop.podPerl 5 Porters1996-06-171-5/+5
| | | | | | Correct typos and pod formatting Correct documentation for s///: return value with no substitutions, use of backticks as delimiters
* Add documentation for default UNIVERSAL methodsPerl 5 Porters1996-07-051-2/+71
|
* perl 5.003_01: pod/perlmod.podPerl 5 Porters1996-07-101-9/+21
| | | | | | | Typos and pod formatting corrected Use "identifier" for both members of an aliased pair of symbols to emphasize their equivalence Add description of "ops" and "vars" pragmatic modules
* perl 5.003_01: pod/perllol.podPerl 5 Porters1996-06-171-3/+3
| | | | | Typos corrected Syntax clarified for optional ->
* Use pod formatting instead of ASCII emphasisPerl 5 Porters1996-06-171-1/+1
|
* perl 5.003_01: pod/perlfunc.podPerl 5 Porters1996-07-191-24/+54
| | | | | | | | | | | | | Typos corrected Update "each" documentation to include behavior in scalar context Add documentation for new "prototype" operator Explain "require" expansion of barewords Add limit parameter to "split" example to clarify its use Update "srand" documentation to reflect new behavior Quote package name in "tie" example -- necesary under use strict subs Correct "time" docs to reflect that not all epochs are Unix Update "use" documentation to inidcate that first parameter must be a bareword or Perl version number
* Typos correctedPerl 5 Porters1996-06-172-15/+15
|
* perl 5.003_01: pod/perlembed.podPerl 5 Porters1996-07-051-158/+256
| | | | | | | Whitespace trimmed Include references to ExtUtils::Embed Wrap long lines in examples Expanded discussion of dynamic loading from embedded Perl
* perl 5.003_01: pod/perldsc.podPerl 5 Porters1996-07-071-90/+92
| | | | | Typos corrected; whitespace trimmed Update references to debugger
* perl 5.003_01: pod/perldiag.podPerl 5 Porters1996-07-051-17/+26
| | | | | | | Typos corrected New warnings for duplicate "my" declarations in a single scope and strict untie Replace "identifier" with "name"
* Extensive updates to debugger documentation: commands, output, new featuresPerl 5 Porters1996-07-151-102/+464
|
* perl 5.003_01: pod/perldata.podPerl 5 Porters1996-06-171-8/+31
| | | | | | More complete discussion of variable names Correction of typos More complete explanation of effect => has on left-hand expression
* Replace unclear term "identifier" with "variable name"Perl 5 Porters1996-05-011-1/+1
|
* Quote string argument in example -- necessary if using strict subsPerl 5 Porters1996-07-151-3/+3
|
* Use $^O, plus miscellaneous minor bugfixenPerl 5 Porters1996-03-171-2/+1
|