| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
Big patch to add, document, and test LC_COLLATE support.
perli18n.pod (and perlapio.pod, btw) added.
|
|
|
|
|
| |
Here is a patch for various typos and other defects in the Perl
5.003_05 pods, including the pods embedded in library modules.
|
|
|
|
|
|
|
| |
Be explicit about $/="" matching empty lines, that is, lines
with no spaces or tabs.
Change blank lines to empty lines.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
This adds support for a READLINE method.
|
| |
|
|
|
|
|
|
| |
Document correct C<use POSIX ":wait_h";> usage.
Add notes about POSIX [gs]etpgrp.
|
|
|
|
|
|
| |
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>.
|
|
|
|
|
|
| |
Remove trailing spaces in pods.
Include a call to the checkpods script in the Makefile (though it's
not ordinarily used by users).
|
| |
|
| |
|
|
|
|
|
|
|
| |
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).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
# 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 typo.
Untaint port number.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Handle characters with high bit set
Don't try to find local Perl via PATH on Plan9
|
| |
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
| |
Correct pod formatting
Expand documentation for $. and $|
Correct $# documentation for initial value
Add documentation for $^H
|
|
|
|
|
| |
Typos and pod formatting corrected
Perl4 - Perl5 traps revised extensively
|
| |
|
|
|
|
|
| |
Quote package name in tie -- required when using strict subs
Make return value in example meaningful
|
|
|
|
|
| |
Typos corrected
Update reference to AutoLoader/AutoSplit documentation
|
| |
|
| |
|
|
|
|
|
| |
Note potential gc problems with cyclic data structures
Distinguish between "identifier" and full variable name
|
| |
|
| |
|
|
|
|
|
|
| |
Correct typos and pod formatting
Correct documentation for s///: return value with no substitutions,
use of backticks as delimiters
|
| |
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
Typos corrected
Syntax clarified for optional ->
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
| |
Whitespace trimmed
Include references to ExtUtils::Embed
Wrap long lines in examples
Expanded discussion of dynamic loading from embedded Perl
|
|
|
|
|
| |
Typos corrected; whitespace trimmed
Update references to debugger
|
|
|
|
|
|
|
| |
Typos corrected
New warnings for duplicate "my" declarations in a single
scope and strict untie
Replace "identifier" with "name"
|
| |
|
|
|
|
|
|
| |
More complete discussion of variable names
Correction of typos
More complete explanation of effect => has on left-hand expression
|
| |
|
| |
|
| |
|