Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| |\ \ \ | |/ / / |/| | | | |||||
* | | | | add -DPERL_Y2KWARN build option that will generate additional | Gurusamy Sarathy | 1999-09-13 | 2 | -3/+62 |
* | | | | make sprintf("%g",...) threadsafe; only taint its result iff the | Gurusamy Sarathy | 1999-09-12 | 1 | -3/+3 |
| * | | | Integrate with Sarathy. | Jarkko Hietaniemi | 1999-09-11 | 4 | -0/+90 |
| |\ \ \ | |/ / / |/| | | | |||||
* | | | | dos-djgpp update (from Laszlo Molnar <laszlo.molnar@eth.ericsson.se>) | Gurusamy Sarathy | 1999-09-10 | 1 | -0/+4 |
* | | | | upgrade to Getopt::Long v2.20 (from Johan Vromans | Gurusamy Sarathy | 1999-09-10 | 3 | -0/+86 |
* | | | | integrate cfgperl contents into mainline | Gurusamy Sarathy | 1999-09-08 | 4 | -100/+48 |
|\ \ \ \ | |||||
| | * | | | Remove ill-designed %B introduced by change #4111. | Jarkko Hietaniemi | 1999-09-09 | 1 | -2/+2 |
| | * | | | DB_File 1.71 | Paul Marquess | 1999-09-09 | 1 | -2/+4 |
| | * | | | Fix interaction of (?p{}) and (?>) | Ilya Zakharevich | 1999-09-09 | 1 | -1/+18 |
| | * | | | %#b in particular and %B in general were kaputt. | Jarkko Hietaniemi | 1999-09-09 | 1 | -2/+2 |
| |/ / / | |||||
| * | | | Fix a printf thinko: now quads must have the ll L q prefix. | Jarkko Hietaniemi | 1999-09-07 | 1 | -58/+37 |
| * | | | Integrate with Sarathy. | Jarkko Hietaniemi | 1999-09-06 | 4 | -7/+7 |
| |\ \ \ | |/ / / |/| | | | |||||
* | | | | support bytecode and C backends in perlcc (patch suggested | Gurusamy Sarathy | 1999-09-06 | 3 | -6/+6 |
* | | | | propagate changed error text | Gurusamy Sarathy | 1999-09-06 | 1 | -1/+1 |
| * | | | Fix UV_SIZEOF to UVSIZE; change the overflow tests | Jarkko Hietaniemi | 1999-09-06 | 2 | -8/+8 |
| * | | | Integrate with Sarathy. | Jarkko Hietaniemi | 1999-09-06 | 14 | -134/+887 |
| |\ \ \ | |/ / / |/| | | | |||||
* | | | | Another patch for Lexical Warnings | Paul Marquess | 1999-09-06 | 10 | -114/+356 |
* | | | | change#3612 is buggy when quotemeta argument matches target | Ilya Zakharevich | 1999-09-06 | 1 | -1/+29 |
* | | | | applied patch suggested by Hans Mulder to fix problems on | Gurusamy Sarathy | 1999-09-06 | 1 | -8/+7 |
* | | | | optional warning on join(/foo/...) (reworked suggested patch | Gurusamy Sarathy | 1999-09-06 | 1 | -2/+9 |
* | | | | initial implementation of lvalue subroutines (slightly fixed | Gurusamy Sarathy | 1999-09-05 | 2 | -7/+435 |
* | | | | modified suggested patch to handle cross-refs and qr// objects | John Nolan | 1999-09-05 | 1 | -2/+51 |
| |_|/ |/| | | |||||
* | | | integrate cfgperl contents into mainline | Gurusamy Sarathy | 1999-09-04 | 44 | -485/+1189 |
|\ \ \ | |||||
* \ \ \ | integrate cfgperl contents into mainline | Gurusamy Sarathy | 1999-08-20 | 13 | -47/+533 |
|\ \ \ \ | |||||
| | | * | | Time is not yet ripe. | Jarkko Hietaniemi | 1999-09-05 | 2 | -35/+4 |
| | |/ / | |||||
| | * | | use integer on the problematic subtest. | Jarkko Hietaniemi | 1999-09-04 | 1 | -11/+2 |