summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Make op/sprintf.t more comprehensiveDominic Dunlop2000-06-291-20/+232
* Re: [PATCH] Re: Speeding up method lookups Doug MacEachern2000-06-291-0/+66
* Re: [PATCH cfgperl] BOMs away!Simon Cozens2000-06-281-1/+11
* Re: [PATCH] pack('U',$foo) doesn't UTF8Simon Cozens2000-06-281-1/+11
* linenumber tweakJarkko Hietaniemi2000-06-281-1/+1
* Re: [PATCH] "Constant subroutine redefined" mandatory warningDoug MacEachern2000-06-282-1/+16
* small thinko tweaksJarkko Hietaniemi2000-06-281-0/+4
* tr///, help wanted.Simon Cozens2000-06-281-1/+48
* Re: [PATCH] support 'my __PACKAGE__ $obj = ...'Doug MacEachern2000-06-281-0/+27
* Allow for standalone testing.Jarkko Hietaniemi2000-06-272-4/+4
* avoid mg_ptr in '*' magicDoug MacEachern2000-06-271-2/+0
* Do no -warn on \_, only on \alpha.David Dyck2000-06-272-0/+7
* Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.Jarkko Hietaniemi2000-06-232-4/+4
* A way to avoid English.pm performance hit.root2000-06-231-9/+27
* Rename the fdpid locking and integrate with Sarathy.Jarkko Hietaniemi2000-06-091-0/+15
* Integrate with Sarathy.Jarkko Hietaniemi2000-06-013-4/+232
|\
| * vec() loses numericalness (modified version of patch suggestedGurusamy Sarathy2000-06-011-3/+9
| * counting tr/// corrupts later operation (from M.J.T Guy)Gurusamy Sarathy2000-06-011-1/+25
| * SelfLoader can lose $@ in AUTOLOAD() (from Nicholas ClarkGurusamy Sarathy2000-06-011-0/+198
* | Integrate with Sarathy.Jarkko Hietaniemi2000-06-011-1/+8
|\ \ | |/
| * buggy modulus on UVs introduced by change#3378 (resulted inGurusamy Sarathy2000-05-311-1/+8
* | Integrate with Sarathy.Jarkko Hietaniemi2000-05-313-3/+15
|\ \ | |/
| * fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>Gurusamy Sarathy2000-05-311-0/+1
| * scalar() doesn't force scalar context when used in void contextGurusamy Sarathy2000-05-311-1/+5
| * change#6142 needs tweaks to tests to work where there's no symlink()Gurusamy Sarathy2000-05-311-2/+9
| * integrate cfgperl contents into mainlineGurusamy Sarathy2000-05-317-143/+181
| |\ | |/ |/|
* | Changes for the File::Temp 0.08 (change #6159) test suiteJarkko Hietaniemi2000-05-294-13/+32
* | Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.Jarkko Hietaniemi2000-05-294-50/+38
* | Integrate with Sarathy.Jarkko Hietaniemi2000-05-291-1/+23
|\ \ | |/
| * File::Find fails to chdir when chasing symlinks (fromGurusamy Sarathy2000-05-281-1/+23
* | Integrate with Sarathy.Jarkko Hietaniemi2000-05-288-10/+188
|\ \ | |/
| * fix bogus redeclaration warning for "our" variables in differentGurusamy Sarathy2000-05-281-2/+4
| * elide bogus test in change#6132Gurusamy Sarathy2000-05-281-20/+0
| * warnings::enabled() doesn't fall back to looking at $^W ifGurusamy Sarathy2000-05-281-0/+104
| * change#2879 broke rvalue autovivification of magicals such as ${$num}Gurusamy Sarathy2000-05-281-2/+38
| * integrate vmsperl contents into mainlineGurusamy Sarathy2000-05-281-1/+1
| |\
| | * Add missing escape (Charles Lane)Charles Bailey2000-05-251-1/+1
| | * Resync with mainline prior to post-5.6.0 updatesCharles Bailey2000-05-2383-438/+2982
| * | downgrade fatal error on C<"foo@nosucharray.com"> to optional warningGurusamy Sarathy2000-05-285-5/+61
* | | Test tweaking for Unicos continues.Jarkko Hietaniemi2000-05-091-19/+11
* | | The test suite tweak in #6101 wasn't quite right.Jarkko Hietaniemi2000-05-091-1/+1
* | | Hints and test tweaks for Unicos.Jarkko Hietaniemi2000-05-093-78/+117
* | | Integrate with Sarathy.Jarkko Hietaniemi2000-05-072-10/+29
|\ \ \ | |/ /
| * | concat doesn't preserve utf8-ness, and doesn't invalidateGurusamy Sarathy2000-05-071-8/+19
| * | reverse() and quotemeta() weren't preserving utf8-ness; add testsGurusamy Sarathy2000-05-072-8/+16
* | | Integrate with Sarathy.Jarkko Hietaniemi2000-05-076-10/+403
|\ \ \ | |/ /
| * | repeat operator (x) doesn't preserve utf8-nessGurusamy Sarathy2000-05-071-3/+4
| * | substr() does not preserve utf8-ness (from Stefan EissingGurusamy Sarathy2000-05-071-1/+13
| * | note about undocumented caller() return value (from M.J.T. Guy);Gurusamy Sarathy2000-05-071-2/+5
| * | peek.t non-portable to ithreadsGurusamy Sarathy2000-05-071-11/+10