Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | perl 5.000perl-5.000 | Larry Wall | 1994-10-17 | 1 | -9/+0 |
| | | | | | | | | | | | [editor's note: this commit combines approximate 4 months of furious releases of Andy Dougherty and Larry Wall - see pod/perlhist.pod for details. Andy notes that; Alas neither my "Irwin AccuTrack" nor my DC 600A quarter-inch cartridge backup tapes from that era seem to be readable anymore. I guess 13 years exceeds the shelf life for that backup technology :-(. ] | ||||
* | perl 5.0 alpha 2perl-5a2 | Larry Wall | 1993-10-07 | 1 | -1/+4 |
| | | | | [editor's note: from history.perl.org. The sparc executables originally included in the distribution are not in this commit.] | ||||
* | perl 4.0.00: (no release announcement available)perl-4.0.00 | Larry Wall | 1991-03-21 | 1 | -1/+4 |
| | | | | So far, 4.0 is still a beta test version. For the last production version, look in pub/perl.3.0/kits@44. | ||||
* | perl 3.0 patch #25 patch #19, continued | Larry Wall | 1990-08-08 | 1 | -7/+66 |
| | | | | See patch #19. | ||||
* | perl 3.0 patch #12 patch #9, continued | Larry Wall | 1990-02-28 | 1 | -3/+8 |
| | | | | See patch #9. | ||||
* | perl 3.0: (no announcement message available)perl-3.000 | Larry Wall | 1989-10-18 | 1 | -0/+13 |
A few of the new features: (18 Oct) * Perl can now handle binary data correctly and has functions to pack and unpack binary structures into arrays or lists. You can now do arbitrary ioctl functions. * You can now pass things to subroutines by reference. * Debugger enhancements. * An array or associative array may now appear in a local() list. * Array values may now be interpolated into strings. * Subroutine names are now distinguished by prefixing with &. You can call subroutines without using do, and without passing any argument list at all. * You can use the new -u switch to cause perl to dump core so that you can run undump and produce a binary executable image. Alternately you can use the "dump" operator after initializing any variables and such. * You can now chop lists. * Perl now uses /bin/csh to do filename globbing, if available. This means that filenames with spaces or other strangenesses work right. * New functions: mkdir and rmdir, getppid, getpgrp and setpgrp, getpriority and setpriority, chroot, ioctl and fcntl, flock, readlink, lstat, rindex, pack and unpack, read, warn, dbmopen and dbmclose, dump, reverse, defined, undef. |