summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | Integrate with Sarathy.Jarkko Hietaniemi2000-05-051-1/+0
| |\ \ | |/ / |/| |
* | | remove misleading comment (from M.J.T. Guy)Gurusamy Sarathy2000-05-051-1/+0
| * | Integrate with Sarathy.Jarkko Hietaniemi2000-05-041-38/+58
| |\ \ | |/ / |/| |
* | | additional tests for utf8.tGurusamy Sarathy2000-05-041-38/+58
| * | Integrate with Sarathy.Jarkko Hietaniemi2000-05-041-1/+4
| |\ \ | |/ / |/| |
* | | fix broken parsing of /\x{ab}/Gurusamy Sarathy2000-05-031-1/+4
| * | Complex tweakery.Jarkko Hietaniemi2000-05-021-6/+6
| * | Use setxxent()/endxxent().Jarkko Hietaniemi2000-05-022-4/+9
| * | Test both the scalar and list contexts.Jarkko Hietaniemi2000-05-022-4/+54
| * | Integrate with Sarathy.Jarkko Hietaniemi2000-05-021-36/+50
| |\ \ | |/ / |/| |
* | | change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix itGurusamy Sarathy2000-05-021-36/+50
| * | Integrate with Sarathy; unfortunately Sarathy's whitespaceJarkko Hietaniemi2000-05-014-56/+114
| |\ \ | |/ / |/| |
* | | add CGI.pm v2.66 (from Lincoln Stein)Gurusamy Sarathy2000-05-014-56/+114
| * | Integrate with Sarathy.Jarkko Hietaniemi2000-04-303-7/+13
| |\ \ | |/ / |/| |
* | | test tweakGurusamy Sarathy2000-04-291-1/+1
* | | windows portability tweaksGurusamy Sarathy2000-04-291-3/+4
* | | make lib/syslog.t portable to systems that don't have _PATH_LOG,Gurusamy Sarathy2000-04-291-3/+8
| * | Integrate with Sarathy.Jarkko Hietaniemi2000-04-281-1/+1
| |\ \ | |/ / |/| |
* | | tweak test for portabilityGurusamy Sarathy2000-04-281-1/+1
| * | Integrate with Sarathy.Jarkko Hietaniemi2000-04-281-1/+6
| |\ \ | |/ / |/| |
* | | IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)Gurusamy Sarathy2000-04-281-1/+6
| * | Integrate with Sarathy.Jarkko Hietaniemi2000-04-281-2/+3
| |\ \ | |/ / |/| |
* | | fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>Gurusamy Sarathy2000-04-281-2/+3
| * | Integrate with Sarathy.Jarkko Hietaniemi2000-04-2811-19/+85
| |\ \ | |/ / |/| |
* | | fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)Gurusamy Sarathy2000-04-281-0/+36
* | | fix for missed accounting for null byte in pack("Z",...) (fromGurusamy Sarathy2000-04-281-2/+3
* | | qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapesGurusamy Sarathy2000-04-281-2/+2
* | | rename File::Glob::glob() to File::Glob::bsd_glob() to avoidGurusamy Sarathy2000-04-283-10/+10
* | | under useithreads, constant pad entries could inadvertently beGurusamy Sarathy2000-04-281-0/+7
* | | autoquote barewords followed by newline and arrow properlyGurusamy Sarathy2000-04-271-0/+3
* | | allow sort() reentrancy (variant of patch suggested byGurusamy Sarathy2000-04-271-1/+19