summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* perl 5.002beta2 patch: toke.cPerl 5 Porters1996-01-121-4/+14
| | | | | | Chip's U8/STDCHAR patch. Tim's "add a ; after PERL5DB" patch.
* Not having Socket shouldn't result in test failing TEST harness.Perl 5 Porters1996-01-091-1/+1
|
* Not having Safe shouldn't result in test failing TEST harness.Perl 5 Porters1996-01-091-1/+1
|
* Not having POSIX shouldn't result in test failing TEST harness.Perl 5 Porters1996-01-091-1/+1
|
* Debugger patch.Perl 5 Porters1996-01-121-6/+18
|
* Add DESCRIPTION to head1 line.Perl 5 Porters1996-01-111-1/+1
|
* Work around a pod2man complaint about the -X function.Perl 5 Porters1996-01-111-5/+10
|
* perl 5.002beta2 patch: pod/perlembed.podPerl 5 Porters1996-01-091-10/+10
| | | | | Give correct usage for the 5th arg to perl_parse (don't pass env).
* Use PERL=../miniperlPerl 5 Porters1996-01-051-1/+1
|
* perl 5.002beta2 patch: perl.cPerl 5 Porters1996-01-121-12/+66
| | | | | | Change Copyright date to include 1996. Hope you don't mind. Presumptively call this beta2.
* Chip's U8/STDCHAR patch.Perl 5 Porters1996-01-122-9/+4147
|
* More robust i18nl14n() function from jhi.Perl 5 Porters1996-01-081-5/+7
|
* Ilya's new debugger.Perl 5 Porters1996-01-113-4/+1682
|
* perl 5.002beta2 patch: lib/Term/ReadLine.pmPerl 5 Porters1996-01-111-0/+182
| | | | | Stub new file to interface to various readline packages, or give stub functions if none are found.
* Updated documentation to match program.Perl 5 Porters1996-01-051-13/+13
|
* Fixed exporting of symbols to work.Perl 5 Porters1996-01-101-90/+51
|
* Updated to MakeMaker-5.16Perl 5 Porters1996-01-052-240/+329
|
* Undo Tim's tainting patch from beta1h.Perl 5 Porters1996-01-051-2/+1
|
* Use File::Path::mkpath instead of our own makedir().Perl 5 Porters1996-01-111-25/+13
|
* perl 5.002beta2 patch: installmanPerl 5 Porters1996-01-111-14/+2
| | | | | | Use File::Path::mkpath instead of our own makedir(). ./perl installman --man1dir=man1 could lead to infinte recursion in old makedir() routine. Use the standard library instead.
* Avoid VMS sprintf bug with buffers >1024.Perl 5 Porters1996-01-121-8/+11
|
* Use unsigned shorts for ports.Perl 5 Porters1996-01-081-3/+3
|
* Patch for older compilers which had namespace confusion.Perl 5 Porters1996-01-051-4/+4
|
* Patch from Andreas.Perl 5 Porters1996-01-111-2/+13
|
* Give correct prototype for free.Perl 5 Porters1996-01-111-1/+1
|
* Make the NAME section a legal paragraph.Perl 5 Porters1996-01-121-0/+1
|
* perl 5.002beta2 patchPerl 5 Porters1996-01-1310-14/+47
| | | | | Disable prototypes. Disable pod2man.
* perl 5.002beta2 patch: doop.cPerl 5 Porters1996-01-121-10/+10
| | | | | Chip's patch to use STDCHAR and U8 nearly everywhere instead of assuming 8-bit chars or ~(char) 0 == 0xff.
* Updates from Tim's -m/-M/-V patch.Perl 5 Porters1996-01-128-119/+183
|
* perl 5.002beta2 patch: MANIFESTPerl 5 Porters1996-01-131-0/+2
| | | | | | Include Stub Readline library as part of new debugger. Include hints file dec_osf for ODBM_File extension.
* perl 5.002beta2 patch: ConfigurePerl 5 Porters1996-01-111-2/+12
| | | | | Use nm -D on Linux with shared libraries, if the system supports nm -D.
* Add missing "" around $Config{startperl}.Perl 5 Porters1996-01-012-2/+2
|
* Use new config_h.SH STARTPERL #define.Perl 5 Porters1996-01-011-5/+2
|
* perl 5.002beta1h patch: vms/ext/MM_VMS.pmPerl 5 Porters1996-01-021-463/+1170
| | | | | Updated for VMS. This might be obsolete now that we have lib/ExtUtils/MM_VMS.pm.
* Updated for VMS.Perl 5 Porters1996-01-0211-478/+886
|
* 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
|
* 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
|