| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Add patch for AIX files which sometimes have #include<foo.h>,
i.e., no spaces after the word 'include'.
|
|
|
|
|
|
| |
Ungracefully merge the old c2ph.doc in as an embedded pod.
Delete lots of trailing spaces and tabs that have crept in.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Include -I../lib so that pod2* can find the appropriate libraries.
The pod names are once again sorted.
The PERL line is wrong. It should read
This file is automatically generated, but I happened to do it on
a system without miniperl avaialable, so my script fell back on
the perl default.
|
|
|
|
|
|
|
|
|
|
|
| |
5.002beta1 attempted some memory optimizations, but unfortunately
they can result in a memory leak problem. This can be
avoided by #define STRANGE_MALLOC. I do that here until
consensus is reached on a better strategy for handling the
memory optimizations.
Include maxo for the maximum number of operations (needed
for the Safe extension).
|
|
|
|
|
|
| |
Updated to say beta1h.
Move VMS env code.
|
| |
|
| |
|
|
|
|
|
|
| |
Better locale handling, courtesy of jhi.
Include a proper cast of NULL for non-prototyping compilers.
|
| |
|
|
|
|
|
|
|
| |
Set up a reliable signal handler, courtesy of Kenneth Albanowski.
This needs to be documented still. The idea is that even on
System V systems, you won't have to reset the signal handler as
the first action inside your signal handler.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
New file. This was created by Dov (???) and enhanced
by Kenneth Albanowski, but all based on Tom C.'s pod2text.
Unfortunately, they used a version of pod2text earlier than
the one in patch.2b1g. I've tried to straighten this all out.
Equally unfortunately, we've all left Tom as the AUTHOR, even
though we can't hold him responsible for errors he didn't
introduce. Oh well.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Include Tim Bunce's enhanced Exporter. I also tried to
resolve the two copies of documentation that I had.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Use new location of utility scripts.
Eliminate double '//' and extra "".
|
| |
|
| |
|
|
|
|
|
|
| |
Address change.
Note SGI stdio/malloc related problem.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Check for HAS_SIGACCTION
Add STARTPERL define for C code (specifically, a2p).
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
Rearrange files some. Try to move .PL utilities to a separate
utils/ subdirectory.
Merge c2ph.PL and c2ph.doc.
Add the Safe extension.
|
|
|
|
|
|
|
|
|
| |
Document how to skip various extensions.
Indicate that site_perl is typically under (not beside)
/usr/local/lib/perl5.
Mention how to avoid nm extraction.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Upgraded to metaconfig patchlevel 60.
Add in usesafe variable to include or exclude the Safe extension.
Test for sigaction().
Check for pager. This was actually accidental since perldoc.PL
mentions $pager and metaconfig has a unit to check for the
user's pager. In retrospect, I decided the Configure check
didn't do any harm and some extension writers might decide to
use it.
Always put man1dir under $prefix unless a command line
override is used.
Allow command-line overrides of $man1ext and $man3ext.
Allow man1dir and man3dir names like .../man.1 instead of
just .../man1.
Lots of rearrangements of various pieces of Configure.
This might be because I ran metaconfig on a different
architecture.
libc searching now honors $libpth. Previously, it (almost)
always looked in /usr/lib before checking /lib.
Only prompt user if voidflags is not 15. If voidflags is 15, then
we presume all is well.
|
|
|
|
|
| |
[editor's note: individual patches have been split from this combined
patch]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
cd to your perl source directory, and type
patch -p1 -N < patch.2b1g
This patch is just my packaging of Tom's documentation patches
he released as patch.2b1g.
Patch and enjoy,
Andy Dougherty doughera@lafcol.lafayette.edu
Dept. of Physics
Lafayette College, Easton PA 18042
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
cd to your perl source directory, execute the command above, and type
patch -p1 -N < patch.2b1f
This patch includes patches for the following items:
Changes.Conf
Configure
MANIFEST
Makefile.SH
XSUB.h
ext/POSIX/POSIX.pm
ext/POSIX/POSIX.pod
ext/POSIX/POSIX.xs
ext/Socket/Socket.pm
gv.c
lib/Cwd.pm
lib/Sys/Syslog.pm
lib/diagnostics.pm
t/lib/socket.t
toke.c
The changes are described after each /^Index/ line below.
These are each described in detail below, after the corresponding
index line.
Patch and enjoy,
Andy Dougherty doughera@lafcol.lafayette.edu
Dept. of Physics
Lafayette College, Easton PA 18042
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
an upgrade from MakeMaker-5.10 to MakeMaker-5.11.
Nothing else is included.
cd to your perl source directory and type
patch -p1 -N < patch.2b1e
Patch and enjoy,
Andy Dougherty doughera@lafcol.lafayette.edu
Dept. of Physics
Lafayette College, Easton PA 18042
Here are Andreas' notes:
MakeMaker 5.11 is only half a step forward.
It fixes the most urgent problems and includes a few new subroutines
from Ilya's pen without actually using them. It does not yet install
into sitelib. It does not write a .packlist file anymore (this is a
transitory non-solution, I will try to replace the .packlist
computation by a safer replacement).
But it does fix the known bugs: extralibs was wrong, link() was called
on systems without link(), manpages for man1dir were installed
completely wrong, if xsubpp was too old we reached a runtime error,
libg++ could not be handled because of a missing \Q, xsubpp was called
with -noprototypes per default. A few installation directories didn't
keep up with the defaults from 5.002 when used with PREFIX.
I apologize for unresolved issues, especially with regard to Ilya's
changes, but I prefer to have one thing done before I try the next
changes.
Get it from CPAN/authors/id/ANDK/MakeMaker-5.11.tar.gz
The testing I have done is limited, because perl5.002b1d has problems
with some newXS calls. So extensions where I had to use xubpp could
not be compiled here. Wherever I had already run xsubpp, everything
seemed ok.
I append the Changes file below.
andreas
Installation of files to INST_MAN1DIR was missing a
$self->catdir and a dot between the filename and the
MAN1EXT.
There was a rare problem with the .packlist file: The
.packlist entries are appended to the .packlist file in
INST_ARCHAUTOLIB. The file is rewritten later to contain
only unique entries. For the rewriting of the file I used
perl -i.bak. That's not ok for AFS and dies if the .packlist
file doesn't exist for any other reason. THIS PROBLEM IS
NOT YET RESOLVED. I have dropped support for .packlist until
I have a nice fix for this.
Don Jackson saw this on his sun4-sunos box.
>Argument "Running '/bin/perl
/usr/local/lib/perl5/ExtUtils/x..." isn't numeric
>for right bitshift at
/usr/local/lib/perl5/ExtUtils/MakeMaker.pm line 1708.
>0 at /usr/local/lib/perl5/ExtUtils/MakeMaker.pm line
1708.
>Argument "Running '/bin/perl
/usr/local/lib/perl5/ExtUtils/x..." isn't numeric
>for right bitshift at
/usr/local/lib/perl5/ExtUtils/MakeMaker.pm line 1734.
>0 at /usr/local/lib/perl5/ExtUtils/MakeMaker.pm line
1734.
Was a precedence bug, solved.
Ilya sent a big patch for OS2. It was a bit complicated to
fold it in, so I included only the easy changes, and would
like to reconsider the thing, when there is a bit more time
and less pressure. All the new methods are included, but not
yet used, so the next patch will be easier to comprehend.
manifypods had no dependencies. Added them, although the
correct solution would be to have dependencies on the
produced manpages. The latter is not possible, because they
contain colons.
Two occurrences of \Q in did not have a coresponding \E.
Fixed.
Liblist choked on -lg++, because the \Q was missing
completely. Fixed.
Manifest.pm tried a link() even on systems without link()
available. Fix supplied by Ilya applied.
Introduced XS_VERSION to support a better matching control
between the VERSION of the *.pm and the *.xs part of the
package.
Dropped the default -noprototype argument to xsubpp.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
cd to your perl source directory and type
patch -p1 -N < patch.2b1a
This patch includes patches for the following items:
NETaa14710: Included bsdi_bsdos.sh hint file.
pod/perlre.pod: Mention 32bit limit.
Configure Updates.
Update Socket.xs to version 1.5. This handles
systems that might not have <sys/un.h>.
Fix missing quotes in h2ph.PL
These are each described in detail below, after the corresponding
index line.
Patch and enjoy,
Andy Dougherty doughera@lafcol.lafayette.edu
Dept. of Physics
Lafayette College, Easton PA 18042
|