Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | distinguish eval'' from BEGIN|INIT|END CVs (fixes buggy propagation | Gurusamy Sarathy | 1999-02-18 | 1 | -0/+14 |
* | fix comppad handling for failures in eval 'qr/(?p{...})/' | Hugo van der Sanden | 1999-02-17 | 1 | -0/+7 |
* | NaNQ? tweak | Gurusamy Sarathy | 1999-02-16 | 1 | -4/+4 |
* | integrate change#2852 from maint-5.005; integrate cfgperl contents; | Gurusamy Sarathy | 1999-02-16 | 1 | -2/+144 |
|\ | |||||
| * | The pack tests now better in C90 (after the packnative patches). | Jarkko Hietaniemi | 1999-02-15 | 1 | -22/+90 |
| * | Enhance the packnative patch: use the packnative code | Jarkko Hietaniemi | 1999-02-15 | 1 | -2/+76 |
| * | Integrate from mainperl. | Jarkko Hietaniemi | 1999-02-15 | 3 | -7/+18 |
| |\ | |/ |/| | |||||
| * | Integrate from mainperl. | Jarkko Hietaniemi | 1999-02-15 | 12 | -68/+937 |
| |\ | |||||
| * \ | Integrate from mainperl. | Jarkko Hietaniemi | 1999-02-13 | 118 | -131/+182 |
| |\ \ | |||||
| * \ \ | Integrate from mainperl. | Jarkko Hietaniemi | 1999-02-12 | 3 | -2/+57 |
| |\ \ \ | |||||
| * \ \ \ | Integrate from mainperl. | Jarkko Hietaniemi | 1999-02-11 | 2 | -4/+50 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Integrate from mainperl. | Jarkko Hietaniemi | 1999-02-09 | 2 | -2/+70 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Integrate from mainperl. | Jarkko Hietaniemi | 1999-02-08 | 2 | -0/+13 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | s/\ba/./g was over-optimized | Ilya Zakharevich | 1999-02-08 | 2 | -93/+111 |
| * | | | | | | | Fix list-context //g with zero-length matches | Ilya Zakharevich | 1999-02-08 | 1 | -1/+7 |
* | | | | | | | | allow /0|NaN/ on some bigfloatpm.t tests for portability; other | Gurusamy Sarathy | 1999-02-15 | 3 | -7/+18 |
| |_|_|_|_|_|/ |/| | | | | | | |||||
* | | | | | | | change#2839 was bogus, redo | Gurusamy Sarathy | 1999-02-15 | 1 | -0/+2 |
* | | | | | | | support native integers, pack("L_",...) etc. (via private mail) | Jarkko Hietaniemi | 1999-02-15 | 2 | -38/+32 |
* | | | | | | | fix bugs in the handling of negative numbers, among other things | Steven Knight | 1999-02-15 | 3 | -16/+867 |
* | | | | | | | Re: .. misinterpreted as flipflop | Hugo van der Sanden | 1999-02-15 | 1 | -1/+10 |
* | | | | | | | regexp flags bug | Hugo van der Sanden | 1999-02-15 | 1 | -0/+2 |
* | | | | | | | tweak select() test | Gurusamy Sarathy | 1999-02-14 | 1 | -1/+2 |
* | | | | | | | allow C<select('foo')> to autovivify *foo (SelectSaver expects that) | Gurusamy Sarathy | 1999-02-14 | 1 | -7/+1 |
* | | | | | | | slurping an empty file should return '' rather than undef, with | Gurusamy Sarathy | 1999-02-14 | 1 | -5/+16 |
* | | | | | | | "goto must have label" message for C<goto ''> | Jan Dubois | 1999-02-13 | 1 | -0/+5 |
| |_|_|_|_|/ |/| | | | | | |||||
* | | | | | | allow boolean assign ops to be lvalues | Gurusamy Sarathy | 1999-02-12 | 1 | -0/+44 |
* | | | | | | Remove extraneous sh in test suites | Ilya Zakharevich | 1999-02-12 | 6 | -11/+15 |
* | | | | | | update change#2670 to later version | Hugo van der Sanden | 1999-02-12 | 1 | -1/+4 |
* | | | | | | make testsuite somewhat location independent | Gurusamy Sarathy | 1999-02-12 | 116 | -119/+119 |
| |_|_|_|/ |/| | | | | |||||
* | | | | | fh.t typo | Gurusamy Sarathy | 1999-02-12 | 1 | -1/+1 |
* | | | | | fix ops that are not filehandle constructors to not create GV if it | Gurusamy Sarathy | 1999-02-12 | 3 | -2/+57 |
| |_|_|/ |/| | | | |||||
* | | | | applied suggested patch; added tests | Adam Krolnik | 1999-02-11 | 1 | -1/+10 |
* | | | | compatibility fix: magic non-propagation in foreach implicit localization | Gurusamy Sarathy | 1999-02-11 | 1 | -3/+40 |
| |_|/ |/| | | |||||
* | | | a modified version of suggested patch for pack template 'Z'; added docs | Valeriy E. Ushakov | 1999-02-09 | 1 | -1/+40 |
* | | | addendum to change#2823 | Stephen McCamant | 1999-02-08 | 1 | -1/+30 |
| |/ |/| | |||||
* | | integrate cfgperl changes into mainline | Gurusamy Sarathy | 1999-02-08 | 3 | -8/+8 |
|\ \ | |/ | |||||
| * | Integrate from mainperl. | Jarkko Hietaniemi | 1999-02-07 | 1 | -0/+41 |
| |\ | |||||
| * | | Do not use File::Slurp. | Jarkko Hietaniemi | 1999-02-02 | 1 | -3/+2 |
| * | | Missed the html test from change #2787. | Jarkko Hietaniemi | 1999-02-02 | 1 | -2/+5 |
| * | | Integrate from mainperl. | Jarkko Hietaniemi | 1999-02-02 | 3 | -15/+25 |
| |\ \ | |||||
| * | | | io/fs.t fails test #18. | G. Del Merritt | 1999-02-02 | 1 | -1/+1 |
* | | | | s/\ba/./g was over-optimized | Ilya Zakharevich | 1999-02-07 | 3 | -91/+122 |
* | | | | Fix list-context //g with zero-length matches | Ilya Zakharevich | 1999-02-07 | 1 | -1/+7 |
| |_|/ |/| | | |||||
* | | | properly prototype check parenthesized unary ops (e.g. defined(&a,&b)) | Gurusamy Sarathy | 1999-02-07 | 1 | -0/+41 |
| |/ |/| | |||||
* | | various win32-ish changes merged from maint-5.005 | Gurusamy Sarathy | 1999-02-01 | 1 | -11/+17 |
* | | don't attempt connect() to bogus IP addresses | Graham Barr | 1999-02-01 | 1 | -2/+8 |
* | | integrate cfgperl changes into mainline | Gurusamy Sarathy | 1999-01-24 | 7 | -73/+194 |
|\ \ | |/ | |||||
| * | Re: [PATCH 5.005_54] Evalled substitution parsing | Hugo van der Sanden | 1999-01-21 | 1 | -1/+7 |
| * | Handle NIS (and NetInfo) more robustly. | Jarkko Hietaniemi | 1999-01-21 | 2 | -71/+143 |
| * | Fixing \G bug by Francois Desarmenien | Ilya Zakharevich | 1999-01-19 | 1 | -1/+41 |