Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | VERSION Patch | Paul Marquess | 1996-02-06 | 1 | -12/+25 |
* | Regenerated. | Perl 5 Porters | 1996-02-08 | 1 | -0/+2 |
* | Updated to version 1.20. | Perl 5 Porters | 1996-02-09 | 1 | -28/+41 |
* | TMPFILE support | Ilya Zakharevich | 1996-02-07 | 2 | -1/+6 |
* | Inplace editing broken if DOSISH | Ilya Zakharevich | 1996-02-04 | 1 | -10/+21 |
* | perl 5.002gamma: configure | Perl 5 Porters | 1996-02-04 | 1 | -1/+1 |
* | perl 5.002gamma: config_h.SH | Perl 5 Porters | 1996-02-09 | 1 | -67/+60 |
* | Updated to match current Configure. | Perl 5 Porters | 1996-02-08 | 1 | -66/+91 |
* | perl 5.002gamma: Makefile.SH | Perl 5 Porters | 1996-02-05 | 1 | -1/+1 |
* | Updated. | Perl 5 Porters | 1996-02-09 | 2 | -8/+15 |
* | Add a few more notes about use of extensions across multiple versions. | Perl 5 Porters | 1996-02-07 | 1 | -2/+13 |
* | perl 5.002gamma: Configure | Perl 5 Porters | 1996-02-09 | 1 | -230/+248 |
* | perl 5.002gamma: [patch introduction and re-organisations] | Andy Dougherty | 1996-02-03 | 6 | -527/+0 |
* | perl5.002beta3 | Perl 5 Porters | 1996-02-02 | 165 | -10586/+12167 |
* | perl 5.002beta2 patch: toke.c | Perl 5 Porters | 1996-01-12 | 1 | -4/+14 |
* | Not having Socket shouldn't result in test failing TEST harness. | Perl 5 Porters | 1996-01-09 | 1 | -1/+1 |
* | Not having Safe shouldn't result in test failing TEST harness. | Perl 5 Porters | 1996-01-09 | 1 | -1/+1 |
* | Not having POSIX shouldn't result in test failing TEST harness. | Perl 5 Porters | 1996-01-09 | 1 | -1/+1 |
* | Debugger patch. | Perl 5 Porters | 1996-01-12 | 1 | -6/+18 |
* | Add DESCRIPTION to head1 line. | Perl 5 Porters | 1996-01-11 | 1 | -1/+1 |
* | Work around a pod2man complaint about the -X function. | Perl 5 Porters | 1996-01-11 | 1 | -5/+10 |
* | perl 5.002beta2 patch: pod/perlembed.pod | Perl 5 Porters | 1996-01-09 | 1 | -10/+10 |
* | Use PERL=../miniperl | Perl 5 Porters | 1996-01-05 | 1 | -1/+1 |
* | perl 5.002beta2 patch: perl.c | Perl 5 Porters | 1996-01-12 | 1 | -12/+66 |
* | Chip's U8/STDCHAR patch. | Perl 5 Porters | 1996-01-12 | 2 | -9/+4147 |
* | More robust i18nl14n() function from jhi. | Perl 5 Porters | 1996-01-08 | 1 | -5/+7 |
* | Ilya's new debugger. | Perl 5 Porters | 1996-01-11 | 3 | -4/+1682 |
* | perl 5.002beta2 patch: lib/Term/ReadLine.pm | Perl 5 Porters | 1996-01-11 | 1 | -0/+182 |
* | Updated documentation to match program. | Perl 5 Porters | 1996-01-05 | 1 | -13/+13 |
* | Fixed exporting of symbols to work. | Perl 5 Porters | 1996-01-10 | 1 | -90/+51 |
* | Updated to MakeMaker-5.16 | Perl 5 Porters | 1996-01-05 | 2 | -240/+329 |
* | Undo Tim's tainting patch from beta1h. | Perl 5 Porters | 1996-01-05 | 1 | -2/+1 |
* | Use File::Path::mkpath instead of our own makedir(). | Perl 5 Porters | 1996-01-11 | 1 | -25/+13 |
* | 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 |