summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* truncate() has a peculiar exemption from strict barewords, evenGurusamy Sarathy1999-06-111-2/+5
* integrate cfgperl contents into mainlineGurusamy Sarathy1999-06-0211-94/+183
|\
| * OS/2 socket fixes.Ilya Zakharevich1999-05-301-4/+4
| * Safeguard against unimplemented functions in pwuid.t and grent.tJan Dubois1999-05-292-0/+10
| * The new t/lib/io_linenum.t was using strictureJarkko Hietaniemi1999-05-281-2/+1
| * PATCH (5.005_57): defined(@a) now deprecatedMark-Jason Dominus1999-05-281-0/+45
| * Cosmetic OS/2-related patchesIlya Zakharevich1999-05-282-2/+2
| * Required OS/2-related patchesIlya Zakharevich1999-05-284-43/+66
| * Provide more useful test okay percentagePaul Johnson1999-05-281-4/+4
| * Fixes related to working local $.Paul Johnson1999-05-281-41/+53
| * Integrate from mainperl.Jarkko Hietaniemi1999-05-256-13/+277
| |\
| * \ Integrate from mainperl.Jarkko Hietaniemi1999-05-211-1/+1
| |\ \
| * \ \ Integrate from mainperl.Jarkko Hietaniemi1999-05-1224-80/+124
| |\ \ \
| * \ \ \ Integrate from mainperl.Jarkko Hietaniemi1999-05-113-2/+17
| |\ \ \ \
| * \ \ \ \ Integrate from mainperl.Jarkko Hietaniemi1999-05-1017-25/+342
| |\ \ \ \ \
| * \ \ \ \ \ Integrate from mainperl.Jarkko Hietaniemi1999-05-0816-31/+1505
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Integrate from mainperl.Jarkko Hietaniemi1999-05-065-15/+40
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Integrate from mainperl.Jarkko Hietaniemi1999-04-302-5/+13
| |\ \ \ \ \ \ \ \
* | | | | | | | | | change#3447 didn't do enough to exempt Foo->bar(qw/.../) fromGurusamy Sarathy1999-06-011-0/+22
* | | | | | | | | | change#3449 wasn't doing enoughGurusamy Sarathy1999-05-281-2/+3
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | REx engine improvementsIlya Zakharevich1999-05-253-6/+220
* | | | | | | | | test case for change#3470Gurusamy Sarathy1999-05-251-2/+19
* | | | | | | | | allow '*' prototype to autoquote even barewords that happen to beGurusamy Sarathy1999-05-241-1/+33
* | | | | | | | | remove redundant part of change#1169 superseded by change#2061;Gurusamy Sarathy1999-05-231-4/+5
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | test tweakGurusamy Sarathy1999-05-211-1/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | better range-checking on list slices, with testHugo van der Sanden1999-05-121-3/+9
* | | | | | | change#3397 needs test tweakGurusamy Sarathy1999-05-121-1/+1
* | | | | | | more testsuite smarts (many of them courtesy Ilya)Gurusamy Sarathy1999-05-1222-76/+114
| |_|_|_|_|/ |/| | | | |
* | | | | | avoid creating spurious subroutine stubs on failed subroutineGurusamy Sarathy1999-05-111-1/+13
* | | | | | various fixes for clean build and test on win32; configpm broken,Gurusamy Sarathy1999-05-112-1/+4
| |_|_|_|/ |/| | | |
* | | | | Self-consistent numeric conversion againIlya Zakharevich1999-05-101-0/+193
* | | | | testsuite nitsGurusamy Sarathy1999-05-102-3/+6
* | | | | test suite and fix input_line_number()Paul Johnson1999-05-101-0/+67
* | | | | fix overeager [:foo:] parsingHugo van der Sanden1999-05-101-0/+1
* | | | | more Compiler patches from Vishal Bhatia <vishalb@my-dejanews.com>Gurusamy Sarathy1999-05-101-9/+37
* | | | | cygwin32 update (untested adaptation of patch against 5.005_03)Alexander Smishlajev1999-05-104-4/+13
* | | | | applied suggested patch, modulo already applied partsCharles Bailey1999-05-106-9/+22
* | | | | more bulletproof workaround for mangled paths (updates changes#3345,3350);Gurusamy Sarathy1999-05-101-2/+3
* | | | | fix typo in dbm filters that caused odbm.t to failGurusamy Sarathy1999-05-091-0/+2
* | | | | tweak test totalsGurusamy Sarathy1999-05-091-1/+1
| |_|_|/ |/| | |
* | | | allow AV/HV dereferences on pseudohashes ($ph->{foo}[1], etc.)Gurusamy Sarathy1999-05-081-1/+15
* | | | update test totalsGurusamy Sarathy1999-05-081-1/+1
* | | | applied suggested patch, added testsWilliam Mann1999-05-081-7/+54
* | | | Implement OPEN, EOF, SEEK, TELL, BINMODE and FILENO as TIEHANDLE methods.Nick Ing-Simmons1999-05-081-0/+49
* | | | Tweaks to open(my $fh,...) stuffNick Ing-Simmons1999-05-081-1/+1
* | | | add test case for AUTOLOAD reentrancy fix in change#3279Gurusamy Sarathy1999-05-081-1/+22
* | | | Implement open( my $fh, ...) and similar.Nick Ing-Simmons1999-05-071-10/+22
* | | | From: Dan Sugalski <sugalskd@osshe.edu>Gurusamy Sarathy1999-05-071-3/+7
* | | | Make % use fmod()Ilya Zakharevich1999-05-071-1/+5
* | | | DBM Filters (via private mail)Paul Marquess1999-05-077-13/+1314