summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* New test.Perl 5 Porters1996-01-021-0/+96
|
* VMS changes ?Perl 5 Porters1996-01-021-2/+4
|
* Rebuilt using pod/buildtoc and fmt.Perl 5 Porters1996-01-041-22/+38
|
* Mention the Safe extension.Perl 5 Porters1996-01-041-0/+4
|
* perl 5.002beta1h patch: pod/MakefilePerl 5 Porters1996-01-031-23/+26
| | | | | | | | | | | 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.
* perl 5.002beta1h patch: perl.hPerl 5 Porters1996-01-021-0/+2
| | | | | | | | | | | 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).
* perl 5.002beta1h patch: perl.cPerl 5 Porters1996-01-041-5/+5
| | | | | | Updated to say beta1h. Move VMS env code.
* UpdatedPerl 5 Porters1995-12-071-150/+127
|
* New file.Perl 5 Porters1995-12-269-0/+348
|
* perl 5.002beta1h patch: miniperlmain.cPerl 5 Porters1996-01-031-8/+34
| | | | | | Better locale handling, courtesy of jhi. Include a proper cast of NULL for non-prototyping compilers.
* Give a proper NAME description.Perl 5 Porters1996-01-021-1/+2
|
* perl 5.002beta1h patch: mg.cPerl 5 Porters1996-01-041-4/+47
| | | | | | | 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.
* Use the 'new' startperl variable.Perl 5 Porters1996-01-011-1/+3
|
* Fix some old typos.Perl 5 Porters1996-01-011-4/+5
|
* A patch from Tim Bunce (?)Perl 5 Porters1996-01-011-1/+2
|
* perl 5.002beta1h patch: lib/Pod/Text.pmPerl 5 Porters1996-01-041-0/+483
| | | | | | | | | | | 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.
* VMS-specific changes.Perl 5 Porters1996-01-023-8/+35
|
* Updated from xsubpp-1.924 to 1.929.Perl 5 Porters1996-01-021-49/+194
|
* Updated from MakeMaker 5.12 to 5.16.Perl 5 Porters1996-01-022-7/+13
|
* New file. Incorporates VMS-specific items into MakeMaker.Perl 5 Porters1996-01-021-0/+1846
|
* perl 5.002beta1h patch: lib/Exporter.pmPerl 5 Porters1996-01-041-102/+284
| | | | | Include Tim Bunce's enhanced Exporter. I also tried to resolve the two copies of documentation that I had.
* VMS patches.Perl 5 Porters1996-01-021-1/+2
|
* Honor trailing \n in messages, as is done for warn().Perl 5 Porters1996-01-011-2/+6
|
* Avoid tainting problems.Perl 5 Porters1996-01-021-1/+3
|
* perl 5.002beta1h patch: installperlPerl 5 Porters1996-01-031-6/+7
| | | | | | Use new location of utility scripts. Eliminate double '//' and extra "".
* Use fork if available.Perl 5 Porters1995-12-281-1/+6
|
* Address change.Perl 5 Porters1996-01-021-1/+1
|
* perl 5.002beta1h patch: hints/irix_6.shPerl 5 Porters1996-01-021-2/+7
| | | | | | Address change. Note SGI stdio/malloc related problem.
* Note SGI stdio/malloc related problem.Perl 5 Porters1996-01-021-1/+5
|
* List of tested systems updated a little.Perl 5 Porters1995-12-121-2/+3
|
* Added maxo and save_pptr items.Perl 5 Porters1996-01-021-0/+2
|
* Updated to Oct 31, 1995 version.Perl 5 Porters1996-01-021-10/+39
|
* VMS-specific updates.Perl 5 Porters1996-01-021-5/+11
|
* Auto-generated from global.sym and interp.sym.Perl 5 Porters1996-01-041-0/+2
|
* VMS changes for kill.Perl 5 Porters1996-01-021-0/+30
|
* perl 5.002beta1h patch: config_h.SHPerl 5 Porters1996-01-031-0/+13
| | | | | | Check for HAS_SIGACCTION Add STARTPERL define for C code (specifically, a2p).
* Updated to match xsubpp-1.929.Perl 5 Porters1996-01-011-0/+19
|
* Updated.Perl 5 Porters1996-01-029-430/+393
|
* Now builds .PL utilities in the utils/ subdirectory.Perl 5 Porters1996-01-031-8/+15
|
* perl 5.002beta1h patch: MANIFESTPerl 5 Porters1996-01-031-13/+29
| | | | | | | | | Rearrange files some. Try to move .PL utilities to a separate utils/ subdirectory. Merge c2ph.PL and c2ph.doc. Add the Safe extension.
* perl 5.002beta1h patch: INSTALLPerl 5 Porters1996-01-031-5/+56
| | | | | | | | | 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.
* perl 5.002beta1h patch: ConfigurePerl 5 Porters1996-01-031-525/+599
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* perl5.001 patch.1h: [re-organisations and patch description]Andy Dougherty1995-05-2510-460/+0
| | | | | [editor's note: individual patches have been split from this combined patch]
* This is patch.2b1g to perl5.002beta1.Andy Dougherty1995-12-2174-1567/+11845
| | | | | | | | | | | | | | | 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
* This is patch.2b1f to perl5.002beta1.Andy Dougherty1995-12-0816-168/+2500
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* This is patch.2b1e to perl5.002beta1. This is simplyAndy Dougherty1995-12-053-40/+140
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* This is patch.2b1d to perl5.002beta1.Andy Dougherty1995-12-0211-100/+267
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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