summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* 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
| * 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
* | Integrate with Sarathy.Jarkko Hietaniemi2000-04-278-13/+194
|\ \ | |/
| * 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
| |\ | |/ |/|
| * 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
* | 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