summaryrefslogtreecommitdiff
path: root/h2ph.SH
Commit message (Collapse)AuthorAgeFilesLines
* perl 4.0 patch 18: patch #11, continuedLarry Wall1991-11-051-3/+4
| | | | See patch #11.
* perl 4.0.00: (no release announcement available)perl-4.0.00Larry Wall1991-03-211-12/+47
| | | | 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 #39 patch #38, continuedLarry Wall1990-11-091-1/+1
| | | | See patch #38.
* perl 3.0 patch #37 (combined patch)Larry Wall1990-10-191-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | I tried to take the strlen of an integer on systems without wait4() or waitpid(). For some reason this didn't work too well... In hash.c there was a call to dbm_nextkey() which needed to be ifdefed on old dbm systems. A pattern such as /foo.*bar$/ was wrongly optimized to do tail matching on "foo". This was a longstanding bug that was unmasked by patch 36. Some systems have some SYS V IPC but not all of it. Configure now figures this out. Patch 36 put the user's PATH in front of Configures, but to make it work right I needed to change all calls of loc to ./loc in Configure. $cryptlib needed to be mentioned in the Makefile. Apollo 10.3 and Sun 3.5 have some compilation problems, so I mentioned them in README. Cray has weird restrictions on setjmp locations--you can't say if (result = setjmp(...)) Random typos and cleanup.
* perl 3.0 patch #32 patch #29, continuedLarry Wall1990-10-161-1/+2
| | | | See patch #29.
* perl 3.0 patch #22 patch #19, continuedLarry Wall1990-08-081-0/+247
See patch #19.