| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Date: Sat, 21 Sep 1996 16:38:24 -0500
From: Dean Roehrich <roehrich@cray.com>
Subject: h2xs bug fix
The h2xs that is in perl5.003_05 has a regexp bug which prevents it from
finding #define statements and filling the constant() function. This patch
fixes that. The h2xs_test program found this--maybe people who are
modifying h2xs should get a copy of the test program.
This also adds a -d to enable debugging messages (there's just one for now).
I've also placed some of the doc-related things in alphabetical order.
h2xs_test can be found in my directory on CPAN. Those of you modifying
xsubpp should know there's a test suite for that, too, called XSTEST which
can also be found in my directory on CPAN.
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.
|
|
|
|
|
| |
Here is a patch for various typos and other defects in the Perl
5.003_05 pods, including the pods embedded in library modules.
|
|
|
|
|
|
|
|
| |
More choices in the pager war. Unfortunately, we can't rely on
all users agreeing with the Sysadmin's choice, nor can we
assign a default preference order, since opinions vary. If the
user doesn't have $ENV{PAGER} set, we do want to pick up one that
at least works, so we'll try whatever Configure found.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changes:
a) Docs and examples for -x updated;
b) Path to xxxx.h would not be changed to /usr/include/xxxx.h
unless this file exists (outside of VMS, I'm afraid to make an error
there). - Useful with -x option, when the file may be eaten via -I
inside -F.
c) .h file would be scanned only if needed.
d) typemap would be generated (with T_PTROBJ).
e) Documentation (=list) for autogenerated guys would be
included into POD.
f) duplicated XSUBs would not be generated;
g) arguments to XSUBs being arrays are recognized (note that
xsubpp would probably choke on such guys).
-x option requires C-Scan-0.3 (releases a couple of minutes ago to
ftp://ftp.math.ohio-state.edu/pub/users/ilya/perl
should propagate to CPAN soon).
|
|
|
|
|
|
| |
Use col -x to filter out half-line feeds (ESC-9) from
HP-UX nroff -man output. (col -x isn't portable -- SunOS
doesn't support the -x option.)
|
| |
|
|
|
|
|
| |
Make h2ph architecture-independent by using Config at run-time
rather than extraction time.
|
| |
|
|
|
|
|
|
|
|
| |
More informative prompting
Don't edit precomposed file
Correct socket %Config variable under VMS
Try again if we can't read precomposed file
Be more finicky about command to send message
|
|
|
|
|
| |
Add documented -p and -s options, and undocumented -x option
Add VMS support
|
|
|
|
|
| |
Write output to "install into" directory, not "apparent installed"
directory (the two may differ under e.g. AFS)
|
| |
|
| |
|
|
|
|
|
| |
Use $^O, add autoflush to sample test.pl, and try not to
assume we've got /bin/ls around when creating MANIFEST
|
| |
|
| |
|
|
|
|
|
| |
[editor's note: changes seem to be mostly module updates,
documentation changes and some perl API macro additions]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
>From roehrich@cray.comTue Feb 6 10:10:30 1996
>Date: Mon, 5 Feb 1996 20:30:34 -0600
>From: Dean Roehrich <roehrich@cray.com>
>To: perl5-porters@africa.nicoh.com
>Subject: h2xs 1.15
>
>This is h2xs version 1.15. Apply over beta3.
>
>From roehrich@cray.comWed Feb 7 09:17:51 1996
>Date: Tue, 6 Feb 1996 18:31:53 -0600
>From: Dean Roehrich <roehrich@cray.com>
>To: perl5-porters@africa.nicoh.com
>Subject: h2xs 1.16
>
>Following a suggestion from PaulM, I have updated the AUTOLOAD() that h2xs
>creates. It uses Carp::croak now.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
[editor's note: no patch file was found for this release, so no
fine-grained changes]
I can't find the password for our ftp server, so I had to drop it into
ftp://ftp.sems.com/pub/incoming/perl5.002b3.tar.gz, which is a drop
directory you can't ls.
The current plan is that Andy is gonna whack on this a little more, and
then release a gamma in a few days when he's happy with it. So don't get
carried away. This is now *late* beta.
In other words, have less than the appropriate amount of fun. :-)
Larry
|
|
|
|
|
|
|
| |
Changed into a .PL extract file for proper setting of
$startperl.
Add _minimal_ pod documentation.
|
|
|
|
|
|
|
|
|
|
| |
Better error handling.
Updated to use Pod::Text, if available.
More VMS friendly.
New -u option .
|
| |
|
|
|
|
|
|
| |
Add version stuff.
The old version didn't have a number. This one's called 1.12.
|
|
|
|
|
| |
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.
|
| |
|
|
[editor's note: individual patches have been split from this combined
patch]
|