Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changes for the File::Temp 0.08 (change #6159) test suite | Jarkko Hietaniemi | 2000-05-29 | 4 | -13/+32 |
* | Upgrade to File::Temp 0.08 from Tim Jenness via CPAN. | Jarkko Hietaniemi | 2000-05-29 | 4 | -50/+38 |
* | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-05-29 | 1 | -1/+23 |
|\ | |||||
| * | File::Find fails to chdir when chasing symlinks (from | Gurusamy Sarathy | 2000-05-28 | 1 | -1/+23 |
* | | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-05-28 | 8 | -10/+188 |
|\ \ | |/ | |||||
| * | fix bogus redeclaration warning for "our" variables in different | Gurusamy Sarathy | 2000-05-28 | 1 | -2/+4 |
| * | elide bogus test in change#6132 | Gurusamy Sarathy | 2000-05-28 | 1 | -20/+0 |
| * | warnings::enabled() doesn't fall back to looking at $^W if | Gurusamy Sarathy | 2000-05-28 | 1 | -0/+104 |
| * | change#2879 broke rvalue autovivification of magicals such as ${$num} | Gurusamy Sarathy | 2000-05-28 | 1 | -2/+38 |
| * | integrate vmsperl contents into mainline | Gurusamy Sarathy | 2000-05-28 | 1 | -1/+1 |
| |\ | |||||
| | * | Add missing escape (Charles Lane) | Charles Bailey | 2000-05-25 | 1 | -1/+1 |
| | * | Resync with mainline prior to post-5.6.0 updates | Charles Bailey | 2000-05-23 | 83 | -438/+2982 |
| * | | downgrade fatal error on C<"foo@nosucharray.com"> to optional warning | Gurusamy Sarathy | 2000-05-28 | 5 | -5/+61 |
* | | | Test tweaking for Unicos continues. | Jarkko Hietaniemi | 2000-05-09 | 1 | -19/+11 |
* | | | The test suite tweak in #6101 wasn't quite right. | Jarkko Hietaniemi | 2000-05-09 | 1 | -1/+1 |
* | | | Hints and test tweaks for Unicos. | Jarkko Hietaniemi | 2000-05-09 | 3 | -78/+117 |
* | | | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-05-07 | 2 | -10/+29 |
|\ \ \ | |/ / | |||||
| * | | concat doesn't preserve utf8-ness, and doesn't invalidate | Gurusamy Sarathy | 2000-05-07 | 1 | -8/+19 |
| * | | reverse() and quotemeta() weren't preserving utf8-ness; add tests | Gurusamy Sarathy | 2000-05-07 | 2 | -8/+16 |
* | | | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-05-07 | 6 | -10/+403 |
|\ \ \ | |/ / | |||||
| * | | repeat operator (x) doesn't preserve utf8-ness | Gurusamy Sarathy | 2000-05-07 | 1 | -3/+4 |
| * | | substr() does not preserve utf8-ness (from Stefan Eissing | Gurusamy Sarathy | 2000-05-07 | 1 | -1/+13 |
| * | | note about undocumented caller() return value (from M.J.T. Guy); | Gurusamy Sarathy | 2000-05-07 | 1 | -2/+5 |
| * | | peek.t non-portable to ithreads | Gurusamy Sarathy | 2000-05-07 | 1 | -11/+10 |
| * | | add File::Temp v0.08 from CPAN, with small tweaks to testsuite | Gurusamy Sarathy | 2000-05-07 | 4 | -0/+378 |
| * | | integrate cfgperl contents into mainline | Gurusamy Sarathy | 2000-05-06 | 4 | -10/+373 |
| |\ \ | |/ / |/| | | |||||
* | | | Make the test more portable. | Jarkko Hietaniemi | 2000-05-05 | 1 | -4/+16 |
* | | | Introduce t/lib/peek.t. | Jarkko Hietaniemi | 2000-05-05 | 1 | -0/+296 |
* | | | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-05-05 | 1 | -1/+0 |
|\ \ \ | |/ / | |||||
| * | | remove misleading comment (from M.J.T. Guy) | Gurusamy Sarathy | 2000-05-05 | 1 | -1/+0 |
* | | | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-05-04 | 1 | -38/+58 |
|\ \ \ | |/ / | |||||
| * | | additional tests for utf8.t | Gurusamy Sarathy | 2000-05-04 | 1 | -38/+58 |
* | | | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-05-04 | 1 | -1/+4 |
|\ \ \ | |/ / | |||||
| * | | fix broken parsing of /\x{ab}/ | Gurusamy Sarathy | 2000-05-03 | 1 | -1/+4 |
* | | | Complex tweakery. | Jarkko Hietaniemi | 2000-05-02 | 1 | -6/+6 |
* | | | Use setxxent()/endxxent(). | Jarkko Hietaniemi | 2000-05-02 | 2 | -4/+9 |
* | | | Test both the scalar and list contexts. | Jarkko Hietaniemi | 2000-05-02 | 2 | -4/+54 |
* | | | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-05-02 | 1 | -36/+50 |
|\ \ \ | |/ / | |||||
| * | | change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it | Gurusamy Sarathy | 2000-05-02 | 1 | -36/+50 |
* | | | Integrate with Sarathy; unfortunately Sarathy's whitespace | Jarkko Hietaniemi | 2000-05-01 | 4 | -56/+114 |
|\ \ \ | |/ / | |||||
| * | | add CGI.pm v2.66 (from Lincoln Stein) | Gurusamy Sarathy | 2000-05-01 | 4 | -56/+114 |
* | | | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-04-30 | 3 | -7/+13 |
|\ \ \ | |/ / | |||||
| * | | test tweak | Gurusamy Sarathy | 2000-04-29 | 1 | -1/+1 |
| * | | windows portability tweaks | Gurusamy Sarathy | 2000-04-29 | 1 | -3/+4 |
| * | | make lib/syslog.t portable to systems that don't have _PATH_LOG, | Gurusamy Sarathy | 2000-04-29 | 1 | -3/+8 |
* | | | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-04-28 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | tweak test for portability | Gurusamy Sarathy | 2000-04-28 | 1 | -1/+1 |
* | | | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-04-28 | 1 | -1/+6 |
|\ \ \ | |/ / | |||||
| * | | IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>) | Gurusamy Sarathy | 2000-04-28 | 1 | -1/+6 |
* | | | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-04-28 | 1 | -2/+3 |
|\ \ \ | |/ / |