Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | perl 5.002beta2 patch: installman | Perl 5 Porters | 1996-01-11 | 1 | -14/+2 |
* | Avoid VMS sprintf bug with buffers >1024. | Perl 5 Porters | 1996-01-12 | 1 | -8/+11 |
* | Use unsigned shorts for ports. | Perl 5 Porters | 1996-01-08 | 1 | -3/+3 |
* | Patch for older compilers which had namespace confusion. | Perl 5 Porters | 1996-01-05 | 1 | -4/+4 |
* | Patch from Andreas. | Perl 5 Porters | 1996-01-11 | 1 | -2/+13 |
* | Give correct prototype for free. | Perl 5 Porters | 1996-01-11 | 1 | -1/+1 |
* | Make the NAME section a legal paragraph. | Perl 5 Porters | 1996-01-12 | 1 | -0/+1 |
* | perl 5.002beta2 patch | Perl 5 Porters | 1996-01-13 | 10 | -14/+47 |
* | perl 5.002beta2 patch: doop.c | Perl 5 Porters | 1996-01-12 | 1 | -10/+10 |
* | Updates from Tim's -m/-M/-V patch. | Perl 5 Porters | 1996-01-12 | 8 | -119/+183 |
* | perl 5.002beta2 patch: MANIFEST | Perl 5 Porters | 1996-01-13 | 1 | -0/+2 |
* | perl 5.002beta2 patch: Configure | Perl 5 Porters | 1996-01-11 | 1 | -2/+12 |
* | Add missing "" around $Config{startperl}. | Perl 5 Porters | 1996-01-01 | 2 | -2/+2 |
* | Use new config_h.SH STARTPERL #define. | Perl 5 Porters | 1996-01-01 | 1 | -5/+2 |
* | perl 5.002beta1h patch: vms/ext/MM_VMS.pm | Perl 5 Porters | 1996-01-02 | 1 | -463/+1170 |
* | Updated for VMS. | Perl 5 Porters | 1996-01-02 | 11 | -478/+886 |
* | perl 5.002beta1h patch: utils/pl2pm.PL | Perl 5 Porters | 1996-01-03 | 1 | -1/+67 |
* | perl 5.002beta1h patch: utils/perldoc.PL | Perl 5 Porters | 1996-01-02 | 1 | -46/+95 |
* | New utility. | Perl 5 Porters | 1995-11-18 | 1 | -0/+499 |
* | perl 5.002beta1h patch: utils/h2xs.PL | Perl 5 Porters | 1996-01-02 | 1 | -15/+108 |
* | perl 5.002beta1h patch: utils/h2ph.PL | Perl 5 Porters | 1996-01-02 | 1 | -4/+8 |
* | perl 5.002beta1h patch: utils/c2ph.PL | Perl 5 Porters | 1996-01-03 | 1 | -131/+343 |
* | New file to build the utilities. | Perl 5 Porters | 1996-01-03 | 1 | -0/+24 |
* | New test. | Perl 5 Porters | 1996-01-02 | 1 | -0/+96 |
* | VMS changes ? | Perl 5 Porters | 1996-01-02 | 1 | -2/+4 |
* | Rebuilt using pod/buildtoc and fmt. | Perl 5 Porters | 1996-01-04 | 1 | -22/+38 |
* | Mention the Safe extension. | Perl 5 Porters | 1996-01-04 | 1 | -0/+4 |
* | perl 5.002beta1h patch: pod/Makefile | Perl 5 Porters | 1996-01-03 | 1 | -23/+26 |
* | perl 5.002beta1h patch: perl.h | Perl 5 Porters | 1996-01-02 | 1 | -0/+2 |
* | perl 5.002beta1h patch: perl.c | Perl 5 Porters | 1996-01-04 | 1 | -5/+5 |
* | Updated | Perl 5 Porters | 1995-12-07 | 1 | -150/+127 |
* | New file. | Perl 5 Porters | 1995-12-26 | 9 | -0/+348 |
* | perl 5.002beta1h patch: miniperlmain.c | Perl 5 Porters | 1996-01-03 | 1 | -8/+34 |
* | Give a proper NAME description. | Perl 5 Porters | 1996-01-02 | 1 | -1/+2 |
* | perl 5.002beta1h patch: mg.c | Perl 5 Porters | 1996-01-04 | 1 | -4/+47 |
* | Use the 'new' startperl variable. | Perl 5 Porters | 1996-01-01 | 1 | -1/+3 |
* | Fix some old typos. | Perl 5 Porters | 1996-01-01 | 1 | -4/+5 |
* | A patch from Tim Bunce (?) | Perl 5 Porters | 1996-01-01 | 1 | -1/+2 |
* | perl 5.002beta1h patch: lib/Pod/Text.pm | Perl 5 Porters | 1996-01-04 | 1 | -0/+483 |
* | VMS-specific changes. | Perl 5 Porters | 1996-01-02 | 3 | -8/+35 |
* | Updated from xsubpp-1.924 to 1.929. | Perl 5 Porters | 1996-01-02 | 1 | -49/+194 |
* | Updated from MakeMaker 5.12 to 5.16. | Perl 5 Porters | 1996-01-02 | 2 | -7/+13 |
* | New file. Incorporates VMS-specific items into MakeMaker. | Perl 5 Porters | 1996-01-02 | 1 | -0/+1846 |
* | perl 5.002beta1h patch: lib/Exporter.pm | Perl 5 Porters | 1996-01-04 | 1 | -102/+284 |
* | VMS patches. | Perl 5 Porters | 1996-01-02 | 1 | -1/+2 |
* | Honor trailing \n in messages, as is done for warn(). | Perl 5 Porters | 1996-01-01 | 1 | -2/+6 |
* | Avoid tainting problems. | Perl 5 Porters | 1996-01-02 | 1 | -1/+3 |
* | perl 5.002beta1h patch: installperl | Perl 5 Porters | 1996-01-03 | 1 | -6/+7 |
* | Use fork if available. | Perl 5 Porters | 1995-12-28 | 1 | -1/+6 |
* | Address change. | Perl 5 Porters | 1996-01-02 | 1 | -1/+1 |