summaryrefslogtreecommitdiff
path: root/regexec.c
Commit message (Collapse)AuthorAgeFilesLines
* Perl 5.001perl-5.001Larry Wall1995-03-121-0/+6
| | | | [See the Changes file for a list of changes]
* [fix crash in regexec.c]Larry Wall1995-01-111-1/+1
| | | | | | | | | | | | In article <3ekgoo@giga.bga.com> jamshid@ses.com (Jamshid Afshar) writes: : I'm getting some unexpected behavior for a small perl script on SunOS : 4.1.3 perl 4.0p36. The same script crashes under perl 5.0 on HP-UX. : That script is at the end of this article -- it's as small as I could : make it and still reproduce the crash. Here's an unofficial patch for the problem in Perl 5. Larry
* perl 5.000perl-5.000Larry Wall1994-10-171-734/+890
| | | | | | | | | | | [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 8Andy Dougherty1994-04-041-3/+4
| | | | | [the last one taken from the September '94 InfoMagic CD; a similar style of cleanup as the previous commits was performed]
* perl 5.0 alpha 6Larry Wall1994-03-181-1/+1
| | | | [editor's note: cleaned up from the September '94 InfoMagic CD, just like the last commit]
* perl 5.0 alpha 4Larry Wall1993-11-101-3/+3
| | | | | | | [editor's note: the sparc executables have not been included, and emacs backup files have been removed. This was reconstructed from a tarball found on the September 1994 InfoMagic CD; the date of this is approximate]
* perl 5.0 alpha 2perl-5a2Larry Wall1993-10-071-68/+74
| | | | [editor's note: from history.perl.org. The sparc executables originally included in the distribution are not in this commit.]
* perl 4.0 patch 31: patch #20, continuedLarry Wall1992-06-081-8/+17
| | | | See patch #20.
* perl 4.0 patch 16: patch #11, continuedLarry Wall1991-11-051-8/+9
| | | | See patch #11.
* perl 4.0 patch 8: patch #4, continuedLarry Wall1991-06-061-9/+14
| | | | See patch #4.
* perl 4.0 patch 2: Patch 1 continuedLarry Wall1991-04-111-3/+25
|
* perl 4.0.00: (no release announcement available)perl-4.0.00Larry Wall1991-03-211-63/+11
| | | | 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 #40 patch #38, continuedLarry Wall1990-11-091-4/+9
| | | | See patch #38.
* perl 3.0 patch #34 patch #29, continuedLarry Wall1990-10-151-5/+13
| | | | See patch #29.
* perl 3.0 patch #25 patch #19, continuedLarry Wall1990-08-081-30/+107
| | | | See patch #19.
* perl 3.0 patch #11 patch #9, continuedLarry Wall1990-02-281-43/+48
| | | | See patch #9.
* perl 3.0 patch #8 patch 7 continuedLarry Wall1989-12-211-2/+6
| | | | See patch 7.
* perl 3.0 patch #4 Patch #2 continuedLarry Wall1989-11-101-3/+6
|
* perl 3.0: (no announcement message available)perl-3.000Larry Wall1989-10-181-0/+820
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.