summaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAgeFilesLines
* perl 5.003_06: utils/h2xs.PLPerl 5 Porters1996-09-201-28/+31
| | | | | | | | | | | | | | | | | | | | | | | | | 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.
* Pod typos, pod2man bugs, and miscellaneous installation commentsJoseph S. Myers1996-09-202-78/+81
| | | | | 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: utils/perldoc.PLPerl 5 Porters1996-09-071-1/+2
| | | | | | | | 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.
* Fix typo $Config{'has_sockets'} ought to be $Config{'d_socket'};Perl 5 Porters1996-09-071-1/+1
|
* updated h2xsIlya Zakharevich1996-09-061-44/+148
| | | | | | | | | | | | | | | | | | | | 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).
* perl 5.003_04: utils/perldoc.PLPerl 5 Porters1996-08-281-5/+10
| | | | | | 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 leading =head NAME item a paragraph so pod2man finds it.Perl 5 Porters1996-08-281-0/+1
|
* perl 5.003_03: utils/h2ph.PLPerl 5 Porters1996-08-191-2/+3
| | | | | Make h2ph architecture-independent by using Config at run-time rather than extraction time.
* perl 5.003_02: [no incremental changelog available]Larry Wall1996-08-102-6/+43
|
* perl 5.003_01: utils/perlbug.PLPerl 5 Porters1996-07-161-25/+81
| | | | | | | | 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
* perl 5.003_01: utils/h2xs.PLPerl 5 Porters1996-07-091-9/+128
| | | | | Add documented -p and -s options, and undocumented -x option Add VMS support
* perl 5.003_01: utils/h2ph.PLPerl 5 Porters1996-07-051-1/+1
| | | | | Write output to "install into" directory, not "apparent installed" directory (the two may differ under e.g. AFS)
* Use $^O, update VMS support, add -m, and move docs to bottomPerl 5 Porters1996-03-201-126/+135
|
* Use $^O, and make more cautious about sending mailPerl 5 Porters1996-03-171-7/+28
|
* perl 5.002_01: utils/h2xs.PLPerl 5 Porters1996-03-201-4/+11
| | | | | Use $^O, add autoflush to sample test.pl, and try not to assume we've got /bin/ls around when creating MANIFEST
* Use $^O, and copy file to pstruct on systems which don't use linksPerl 5 Porters1996-03-171-3/+8
|
* Use $^OPerl 5 Porters1996-03-172-4/+2
|
* perl 5.002perl-5.002Andy Dougherty1996-02-281-17/+47
| | | | | [editor's note: changes seem to be mostly module updates, documentation changes and some perl API macro additions]
* perl 5.002gamma: utils/h2xs.PLPerl 5 Porters1996-02-051-21/+93
| | | | | | | | | | | | | | | | | | | >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.
* NETaa15204 patch problemRudolph Todd Maceyko1996-02-061-3/+3
|
* perl5.002beta3Perl 5 Porters1996-02-025-45/+155
| | | | | | | | | | | | | | | | | [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
* perl 5.002beta1h patch: utils/pl2pm.PLPerl 5 Porters1996-01-031-1/+67
| | | | | | | Changed into a .PL extract file for proper setting of $startperl. Add _minimal_ pod documentation.
* perl 5.002beta1h patch: utils/perldoc.PLPerl 5 Porters1996-01-021-46/+95
| | | | | | | | | | Better error handling. Updated to use Pod::Text, if available. More VMS friendly. New -u option .
* New utility.Perl 5 Porters1995-11-181-0/+499
|
* perl 5.002beta1h patch: utils/h2xs.PLPerl 5 Porters1996-01-021-15/+108
| | | | | | Add version stuff. The old version didn't have a number. This one's called 1.12.
* perl 5.002beta1h patch: utils/h2ph.PLPerl 5 Porters1996-01-021-4/+8
| | | | | Add patch for AIX files which sometimes have #include<foo.h>, i.e., no spaces after the word 'include'.
* perl 5.002beta1h patch: utils/c2ph.PLPerl 5 Porters1996-01-031-131/+343
| | | | | | Ungracefully merge the old c2ph.doc in as an embedded pod. Delete lots of trailing spaces and tabs that have crept in.
* New file to build the utilities.Perl 5 Porters1996-01-031-0/+24
|
* perl5.001 patch.1h: [re-organisations and patch description]Andy Dougherty1995-05-255-0/+2581
[editor's note: individual patches have been split from this combined patch]