summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* add CGI.pm v2.66 (from Lincoln Stein)Gurusamy Sarathy2000-05-014-56/+114
* 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
* tweak test for portabilityGurusamy Sarathy2000-04-281-1/+1
* IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)Gurusamy Sarathy2000-04-281-1/+6
* fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>Gurusamy Sarathy2000-04-281-2/+3
* 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
* change#4197 somehow missed initializing PL_errors, meaningGurusamy Sarathy2000-04-272-4/+4
* fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)Gurusamy Sarathy2000-04-271-0/+1
* Data::Dumper fumbles negative numbers on 32-bit platforms whereGurusamy Sarathy2000-04-271-7/+7
* fix Sys::Syslog breakage on domain sockets (from Tom Hughes)Gurusamy Sarathy2000-04-271-0/+23
* tolerate spaces in group names in test on solaris (from David BoyceGurusamy Sarathy2000-04-271-1/+2
* add testsuite for B backends, fix bug in B::Deparse (fromGurusamy Sarathy2000-04-271-0/+92
* avoid "will not stay shared" warnings for our variables (fromGurusamy Sarathy2000-04-271-0/+11
* patch from Larry to make (\&) prototype work; added tests forGurusamy Sarathy2000-04-271-1/+20
* better diagnostics on failed tests (from Ilya Zakharevich)Gurusamy Sarathy2000-04-271-3/+5
* longstanding bug exposed by change#3307: sort arguments weren'tGurusamy Sarathy2000-04-271-1/+34
* integrate cfgperl contents into mainlineGurusamy Sarathy2000-04-264-10/+21
|\
| * Undo "use integer" addition from 64bitint as it seemsJarkko Hietaniemi2000-04-261-2/+0
| * Be more robust on "extreme" (large absolute value)Jarkko Hietaniemi2000-04-261-4/+2
| * Various Unicos 10.0.0.6 fixes.Mark P Lutz2000-04-241-0/+2
| * Integrate with Sarathy.Jarkko Hietaniemi2000-04-2415-162/+657
| * Do not assume sign propagation.M. J. T. Guy2000-04-242-4/+4
| * Typo in #5905.Jarkko Hietaniemi2000-03-311-1/+1
| * Fix for "[ID 20000329.080] quad printing does not work as documented",Jarkko Hietaniemi2000-03-311-2/+15
| * Integrate with Sarathy.Jarkko Hietaniemi2000-03-221-1/+2
| |\
| * \ Integrate with Sarathy.Jarkko Hietaniemi2000-03-223-0/+0
| |\ \
| * \ \ Integrate with Sarathy.Jarkko Hietaniemi2000-03-217-32/+27
| |\ \ \
| * | | | detypoJarkko Hietaniemi2000-03-201-1/+1
| * | | | Integrate with Sarathy.Jarkko Hietaniemi2000-03-202-2/+6
| |\ \ \ \
| * | | | | Fix the socklen default type (from Laszlo Molnar;Jarkko Hietaniemi2000-03-191-3/+2
| * | | | | Integrate with Sarathy.Jarkko Hietaniemi2000-03-194-6/+71
| |\ \ \ \ \
* | | | | | | additional tests for change#5934 (from Paul Marquess, who alsoGurusamy Sarathy2000-04-245-82/+479
* | | | | | | propagate lexical warnings from surrounding scope correctlyGurusamy Sarathy2000-04-241-1/+14
* | | | | | | fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)Gurusamy Sarathy2000-04-241-1/+18
* | | | | | | arrange for next() to resume at the unstack op rather than theGurusamy Sarathy2000-04-241-0/+6
* | | | | | | make eq unicode-aware (from Gisle Aas); fix bogus tests revealedGurusamy Sarathy2000-04-242-70/+91
* | | | | | | Larry's fix for buggy propagation of utf8-ness in join(); add testGurusamy Sarathy2000-04-241-1/+6
* | | | | | | VMS nits in glob() test (from Charles Lane)Gurusamy Sarathy2000-04-241-2/+2
* | | | | | | ignore dotfiles (.cvsignore etc) in test (from Warren JonesGurusamy Sarathy2000-04-241-1/+1
* | | | | | | caller() wasn't returning the right number of elements forGurusamy Sarathy2000-04-241-1/+1
* | | | | | | fix totally broken caching in UNIVERSAL::isa() (fromGurusamy Sarathy2000-04-241-2/+38
* | | | | | | introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)Gurusamy Sarathy2000-04-161-1/+1
| |_|_|_|_|/ |/| | | | |