summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
|