summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* integrate cfgperl changes#6293..6324 into mainlineGurusamy Sarathy2000-07-111-0/+5
* integrate cfgperl changes#6268..6282 into mainlineGurusamy Sarathy2000-07-118-25/+264
* delete new accidentally branched fileGurusamy Sarathy2000-07-111-66/+0
* skip integrate of change#6267 from cfgperl into mainline (theGurusamy Sarathy2000-07-111-0/+66
* integrate cfgperl changes#6261..6266 into mainlineGurusamy Sarathy2000-07-111-1/+11
* integrate cfgperl changes#6252..6260 into mainlineGurusamy Sarathy2000-07-115-3/+79
* integrate cfgperl change#6250 into mainlineGurusamy Sarathy2000-07-111-0/+27
* integrate cfgperl changes#6242..6249 into mainlineGurusamy Sarathy2000-07-111-2/+0
* integrate cfgperl changes#6224..6229 into mainlineGurusamy Sarathy2000-07-111-9/+27
* b.t fails under OS/2 (from Yitzchak Scott-Thoennes)Gurusamy Sarathy2000-07-041-1/+2
* better diagnostic on Frob->stuff() when Frob:: doesn't existGurusamy Sarathy2000-07-041-1/+14
* slurp mode fix in change#4736 still not quite rightGurusamy Sarathy2000-06-301-5/+7
* dounwind() may cause POPSUB() to diddle the wrong PL_curpadGurusamy Sarathy2000-06-301-1/+22
* @_ can't have junk in it even in the non-USE_ITHREADS case becauseGurusamy Sarathy2000-06-081-0/+15
* 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
* buggy modulus on UVs introduced by change#3378 (resulted inGurusamy Sarathy2000-05-311-1/+8
* 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
| |\ | |/ |/|
| * Integrate with Sarathy.Jarkko Hietaniemi2000-05-288-10/+188
| |\
| * | 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
| |\ \
| * \ \ Integrate with Sarathy.Jarkko Hietaniemi2000-05-076-10/+403
| |\ \ \
* | | | | File::Find fails to chdir when chasing symlinks (fromGurusamy Sarathy2000-05-281-1/+23
| |_|_|/ |/| | |
* | | | 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
| |_|_|/ |/| | |
* | | | 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
| |_|/ |/| |
* | | 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
* | | add File::Temp v0.08 from CPAN, with small tweaks to testsuiteGurusamy Sarathy2000-05-074-0/+378
* | | integrate cfgperl contents into mainlineGurusamy Sarathy2000-05-064-10/+373
|\ \ \ | | |/ | |/|
| * | Make the test more portable.Jarkko Hietaniemi2000-05-051-4/+16
| * | Introduce t/lib/peek.t.Jarkko Hietaniemi2000-05-051-0/+296