Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add suggested patch =~ s/NOTOP/OP_NOT/ with tests | Larry Wall | 1999-10-08 | 1 | -1/+4 |
* | integrate cfgperl contents into mainline | Gurusamy Sarathy | 1999-10-06 | 6 | -3/+22 |
|\ | |||||
| * | Re: Strange RE engine breakage in 5_61 | Ilya Zakharevich | 1999-10-05 | 2 | -1/+8 |
| * | Re: [PATCH av.c, op.c, perldiag.pod] "array field" -> "pseudo-hash field" | Michael G. Schwern | 1999-10-04 | 2 | -2/+2 |
| * | Be understanding about large file systems. | Jarkko Hietaniemi | 1999-10-02 | 2 | -0/+12 |
| * | Integrate with Sarathy. | Jarkko Hietaniemi | 1999-10-02 | 32 | -157/+334 |
| |\ | |/ |/| | |||||
* | | fix PodParser testsuite; Pod::Text subsumes Pod::PlainText | Gurusamy Sarathy | 1999-10-02 | 17 | -64/+64 |
* | | upgrade to PodParser-1.085 from Brad Appleton <bradapp@enteract.com> | Gurusamy Sarathy | 1999-10-02 | 17 | -84/+254 |
* | | make exists() work better on pseudo-hashes (reworked a patch suggested | Gurusamy Sarathy | 1999-10-02 | 1 | -1/+11 |
* | | deprecate C<use attrs> | Gurusamy Sarathy | 1999-10-02 | 2 | -28/+25 |
* | | integrate cfgperl contents into mainline; resolve h2xs.PL conflict | Gurusamy Sarathy | 1999-10-01 | 2 | -1/+5 |
|\ \ | |/ | |||||
| * | There *is* a month called October. | Jarkko Hietaniemi | 1999-10-01 | 1 | -1/+1 |
| * | Temp file cleanliness. | Jarkko Hietaniemi | 1999-10-01 | 1 | -0/+4 |
| * | Retract #4252, didn't help with the original problem. | Jarkko Hietaniemi | 1999-09-30 | 1 | -1/+0 |
| * | (Removed by #4262.) | Ilya Zakharevich | 1999-09-30 | 1 | -0/+1 |
| * | Integrate with Sarathy. h2xs.PL had to be manually resolved, | Jarkko Hietaniemi | 1999-09-26 | 1 | -0/+70 |
| |\ | |/ |/| | |||||
* | | integrate cfgperl contents into mainline | Gurusamy Sarathy | 1999-09-25 | 2 | -0/+8 |
|\ \ | |/ | |||||
| * | Integrate with Sarathy. | Jarkko Hietaniemi | 1999-09-24 | 2 | -7/+48 |
| |\ | |||||
| * | | Cleanup cleanup. | Jarkko Hietaniemi | 1999-09-22 | 2 | -0/+8 |
| * | | Integrate with Sarathy. | Jarkko Hietaniemi | 1999-09-20 | 3 | -0/+72 |
| |\ \ | |||||
| * \ \ | Integrate with Sarathy. | Jarkko Hietaniemi | 1999-09-18 | 3 | -8/+8 |
| |\ \ \ | |||||
| * \ \ \ | Pick up the typo fix. | Jarkko Hietaniemi | 1999-09-17 | 1 | -1/+1 |
| |\ \ \ \ | |||||
* | | | | | | Re: [PATCH 5.005_61] "our" declarations | Larry Wall | 1999-09-25 | 1 | -0/+70 |
| |_|_|_|/ |/| | | | | |||||
* | | | | | normalize time for strftime() (without the isdst effects of | Spider Boardman | 1999-09-24 | 1 | -1/+26 |
* | | | | | change "#" to a comment starter in pack templates; "/" now | Ilya Zakharevich | 1999-09-23 | 1 | -6/+22 |
| |_|_|/ |/| | | | |||||
* | | | | queue errors due to strictures rather than printing them as | Gurusamy Sarathy | 1999-09-20 | 2 | -0/+18 |
* | | | | avoid clearing @_ at all for faster subroutine calls; fix bugs | Gurusamy Sarathy | 1999-09-19 | 1 | -0/+54 |
| |_|/ |/| | | |||||
* | | | tweak some op names in change#4177 (will any of this break code that | Gurusamy Sarathy | 1999-09-18 | 3 | -8/+8 |
| |/ |/| | |||||
* | | fix typo | Gurusamy Sarathy | 1999-09-17 | 1 | -1/+1 |
* | | integrate cfgperl contents into mainline | Gurusamy Sarathy | 1999-09-17 | 8 | -64/+95 |
|\ \ | |/ | |||||
| * | Integrate with Sarathy. | Jarkko Hietaniemi | 1999-09-17 | 1 | -2/+5 |
| |\ | |/ |/| | |||||
* | | integrate vmsperl contents into mainline (where VMS files conflicted, | Gurusamy Sarathy | 1999-09-17 | 1 | -2/+5 |
|\ \ | |||||
| * \ | Integrate mainline 5.05_61 | Charles Bailey | 1999-09-06 | 53 | -489/+1827 |
| |\ \ | |||||
| * | | | Skip open() tests that rely on Unix fork semantics | Charles Bailey | 1999-08-23 | 1 | -2/+5 |
| | | * | More descriptive names for operators. | Michael G. Schwern | 1999-09-17 | 3 | -21/+21 |
| | | * | Take away the infamous io/dup.t #7. | Jarkko Hietaniemi | 1999-09-17 | 1 | -14/+1 |
| | | * | UNICOS does support large files but doesn't support sparse files | Jarkko Hietaniemi | 1999-09-17 | 2 | -0/+14 |
| | | * | UNICOS has sloppy division/modulo for floating point numbers. | Jarkko Hietaniemi | 1999-09-17 | 1 | -4/+11 |
| | | * | Portable blocksize (replaces #4171). | Jarkko Hietaniemi | 1999-09-17 | 2 | -10/+2 |
| | | * | (replaced by #4172) | Jarkko Hietaniemi | 1999-09-17 | 2 | -2/+10 |
| | | * | Detypo #4169. | Jarkko Hietaniemi | 1999-09-17 | 2 | -2/+2 |
| | | * | Diagnose possible quota limits. | Jarkko Hietaniemi | 1999-09-17 | 2 | -6/+10 |
| | | * | Filesystem quotas may stop you from using large files. | Jarkko Hietaniemi | 1999-09-17 | 2 | -15/+34 |
| | | * | Too strict pattern for parsing group lists. | Jarkko Hietaniemi | 1999-09-17 | 1 | -2/+2 |
| | | * | Integrate with Sarathy. | Jarkko Hietaniemi | 1999-09-15 | 1 | -1/+6 |
| | | |\ | |_|_|/ |/| | | | |||||
* | | | | Re: [ID 19990914.001] Perl_re_intuit_start() hangs in a loop | Ilya Zakharevich | 1999-09-15 | 1 | -1/+6 |
| | | * | Integrate with Sarathy. | Jarkko Hietaniemi | 1999-09-14 | 1 | -0/+0 |
| | | |\ | |_|_|/ |/| | | | |||||
* | | | | change some filenames to be 8.3-friendly | Gurusamy Sarathy | 1999-09-14 | 1 | -0/+0 |
* | | | | integrate cfgperl contents into mainline, update Changes | Gurusamy Sarathy | 1999-09-13 | 3 | -5/+24 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | Integrate with Sarathy. | Jarkko Hietaniemi | 1999-09-13 | 3 | -6/+65 |
| |\ \ \ | |/ / / |/| | | |