summaryrefslogtreecommitdiff
path: root/t
Commit message (Collapse)AuthorAgeFilesLines
* cosmetic testsuite patchGraham Barr1999-07-282-2/+10
| | | | | | | To: Perl5 Porters <perl5-porters@perl.org> Subject: 5.005_58 build Message-ID: <19990727080925.F4683@dal.asp.ti.com> p4raw-id: //depot/perl@3802
* applied suggested patch; added missing prototype changes toIlya Zakharevich1999-07-272-2/+78
| | | | | | | | | opcode.pl along with documentation typos (feature still needs to be described in perlopentut.pod and summarized in perldelta.pod) Message-Id: <199906170439.AAA18154@monk.mps.ohio-state.edu> Subject: [PATCH 5.00557] 3-arg open p4raw-id: //depot/perl@3786
* (Version 2) Extending unpack to deal with counted stringsIan Phillipps1999-07-261-1/+17
| | | | | Message-ID: <19990723233556.B2435@homer.diplex.co.uk> p4raw-id: //depot/perl@3765
* integrate cfgperl contents into mainlineGurusamy Sarathy1999-07-263-9/+29
|\ | | | | p4raw-id: //depot/perl@3753
| * Recode locale.t so that the change in #3730Jarkko Hietaniemi1999-07-253-9/+29
| | | | | | | | | | | | is not needed and locale.t works both without and with the utf8 pragma. p4raw-id: //depot/cfgperl@3748
| * Integrate with Sarathy.Jarkko Hietaniemi1999-07-257-4/+32
| |\ | | | | | | p4raw-id: //depot/cfgperl@3742
| * \ Integrate with Sarathy.Jarkko Hietaniemi1999-07-2014-0/+425
| |\ \ | | | | | | | | p4raw-id: //depot/cfgperl@3713
* | | | ensure implicitly closed handles don't set $? or $!Gurusamy Sarathy1999-07-261-3/+14
| |_|/ |/| | | | | p4raw-id: //depot/perl@3752
* | | add note about glibc bugGurusamy Sarathy1999-07-251-0/+6
| | | | | | | | | p4raw-id: //depot/perl@3740
* | | fix little utf8 nits in testsuite; add patch from Ilya that curesGurusamy Sarathy1999-07-254-1/+4
| | | | | | | | | | | | | | | a utf8 bug in one of the new RE optimizations p4raw-id: //depot/perl@3730
* | | applied suggested patch for tracking line numbers correctly inHugo van der Sanden1999-07-231-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | optimized blocks with a single statement; changed setcop to setstate and added code for -Dx dumps Message-Id: <199906231627.RAA24033@crypt.compulink.co.uk> Subject: [PATCH 5.005_57] Line number error in optimised else() p4raw-id: //depot/perl@3728
* | | avoid useless use of target for pp_each(); also fixes bugs due toGurusamy Sarathy1999-07-231-3/+14
| |/ |/| | | | | | | refcount held by the target p4raw-id: //depot/perl@3727
* | move DProf things around to where they are supposed to beGurusamy Sarathy1999-07-2014-0/+425
| | | | | | p4raw-id: //depot/perl@3710
* | integrate cfgperl contents into mainlineGurusamy Sarathy1999-07-191-16/+37
|\ \ | |/ | | p4raw-id: //depot/perl@3700
| * Integrate with Sarathy.Jarkko Hietaniemi1999-07-186-9/+126
| |\ | |/ |/| p4raw-id: //depot/cfgperl@3698
| * Fix the bin/oct/hex constant overflow tests forJarkko Hietaniemi1999-07-151-12/+18
| | | | | | | | | | long long platforms. p4raw-id: //depot/cfgperl@3674
| * Integrate with Sarathy.Jarkko Hietaniemi1999-07-131-0/+3
| |\ | | | | | | p4raw-id: //depot/cfgperl@3670
| * \ Integrate with Sarathy.Jarkko Hietaniemi1999-07-111-1/+62
| |\ \ | | | | | | | | p4raw-id: //depot/cfgperl@3666
| * | | Change t/pragma/warn oct()/hex() overflow tests to use %ConfigJarkko Hietaniemi1999-07-101-16/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | to adapt to the underlying platform (the binary, 0b1..., test was broken in 64-bit platforms). Also change "hex" in the warning messages to "hexadecimal" to match "binary" and "octal". p4raw-id: //depot/cfgperl@3662
| * | | Integrate with Sarathy.Jarkko Hietaniemi1999-07-082-16/+21
| |\ \ \ | | | | | | | | | | p4raw-id: //depot/cfgperl@3661
| * | | | Integrate with Sarathy. perldiag.pod required manual editing.Jarkko Hietaniemi1999-07-077-6/+34
| | | | | | | | | | | | | | | p4raw-id: //depot/cfgperl@3657
* | | | | [ID 19990701.031] 4 ctl chars on EBCDIC not asciiish enoughPeter Prymmer1999-07-182-2/+74
| | | | | | | | | | | | | | | | | | | | | | | | | Message-Id: <9907020231.AA16942@forte.com> p4raw-id: //depot/perl@3697
* | | | | remove spurious newSTATEOP() that causes goto to enter one too manyGurusamy Sarathy1999-07-181-1/+22
| | | | | | | | | | | | | | | | | | | | | | | | | contexts when jumping between if and elsif blocks p4raw-id: //depot/perl@3692
* | | | | allow $foo{$x} and $bar[$i] for (\$) prototypeGurusamy Sarathy1999-07-171-5/+15
| | | | | | | | | | | | | | | p4raw-id: //depot/perl@3681
* | | | | fix vec() on magic valuesIan Phillipps1999-07-171-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Message-ID: <19990712123005.A11355@homer.diplex.co.uk> Subject: [PATCH 5.005_57] Re: do_vecset is broken. Re: [ID 19990703.003]. p4raw-id: //depot/perl@3680
* | | | | make system() return -1 and set $! if exec of child failedIlya Zakharevich1999-07-171-1/+3
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | Message-ID: <19990709052113.A6201@monk.mps.ohio-state.edu> Subject: [PATCH 5.005_57] system()==-1 and $! from failing fork/exec p4raw-id: //depot/perl@3679
* | | | tweaks for win32/borlandGurusamy Sarathy1999-07-121-0/+3
| |_|/ |/| | | | | p4raw-id: //depot/perl@3668
* | | change#3612 was buggy and failed to build Tk; applied Ilya'sGurusamy Sarathy1999-07-111-1/+62
| |/ |/| | | | | | | | | | | remedy and related tests via private mail p4raw-link: @3612 on //depot/perl: b162f9ead0a98db35cdcfc8c889e344c040c8d8e p4raw-id: //depot/perl@3664
* | sundry cleanups for clean build on windowsGurusamy Sarathy1999-07-081-2/+6
| | | | | | p4raw-id: //depot/perl@3659
* | fixes for logical bugs in the lexwarn patch; other tweaks to avoidGurusamy Sarathy1999-07-081-14/+15
| | | | | | | | | | type mismatch problems p4raw-id: //depot/perl@3658
* | integrate cfgperl contentsGurusamy Sarathy1999-07-075-39/+95
|\ \ | |/ | | p4raw-id: //depot/perl@3656
| * Sync regcomp warn with reality.Jarkko Hietaniemi1999-07-071-4/+17
| | | | | | p4raw-id: //depot/cfgperl@3649
| * Integrate with Sarathy; one conflict in t/pragma/warn/recgompJarkko Hietaniemi1999-07-0727-54/+1291
| |\ | | | | | | | | | | | | resolved manually. p4raw-id: //depot/cfgperl@3648
| * \ Integrate with Sarathy.Jarkko Hietaniemi1999-07-073-17/+46
| |\ \ | | | | | | | | p4raw-id: //depot/cfgperl@3638
| * | | POSIX [[:character class:]] support for standard, locale,Jarkko Hietaniemi1999-07-065-28/+84
| | | | | | | | | | | | | | | | | | | | | | | | | | | | and utf8. If both utf8 and locale are on, utf8 wins. I don't fully understand why so many tables changed in lib/unicode because of "make" -- maybe it was just overdue. p4raw-id: //depot/cfgperl@3624
| * | | Integrate with Sarathy.Jarkko Hietaniemi1999-07-062-2/+2
| |\ \ \ | | | | | | | | | | p4raw-id: //depot/cfgperl@3614
* | | | | filetest.t and ByteLoader build tweaks from Peter PrymmerGurusamy Sarathy1999-07-071-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | <pvhp@forte.com> p4raw-id: //depot/perl@3655
* | | | | Re: [ID 19990705.001] Overloading boolean conversionIlya Zakharevich1999-07-071-1/+18
| | | | | | | | | | | | | | | | | | | | | | | | | Message-Id: <199907052224.SAA10454@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@3652
* | | | | applied new parts of suggested patchCharles Bailey1999-07-076-4/+13
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | Message-id: <01JD3M8W1VXS000S5G@mail.newman.upenn.edu> Subject: [PATCH 5.005_57] Consolidated VMS patch p4raw-id: //depot/perl@3650
* | | | lexical warnings update (warning.t fails one testPaul Marquess1999-07-0727-45/+1295
| |_|/ |/| | | | | | | | | | | | | | | | | due to leaked scalar, investigation pending) Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C8E@mbtlipnt02.btlabs.bt.co.uk> Subject: [PATCH 5.005_57] Lexical Warnings - mandatory warning are now default warnings p4raw-id: //depot/perl@3640
* | | better diagnostics on read operations from write-onlyGurusamy Sarathy1999-07-072-6/+20
| | | | | | | | | | | | | | | filehandles p4raw-id: //depot/perl@3632
* | | applied patch after demunging headers with appropriate pathsVishal Bhatia1999-07-061-11/+26
| |/ |/| | | | | | | | | Message-ID: <JIHEJPFDFKIBDAAA@my-deja.com> Subject: [Patch 5.005_57] unsigned arithmetic (Compiler) p4raw-id: //depot/perl@3622
* | fix for C<$/ = 42> setting paragraph mode (applied with smallM. J. T. Guy1999-07-061-1/+1
| | | | | | | | | | | | | | tweak) Message-Id: <E10rm8l-00023T-00@ursa.cus.cam.ac.uk> Subject: Re: [ID 19990608.002] Possible bug with binmode and <FH> on Perl 5.005_03 Win32 p4raw-id: //depot/perl@3610
* | test tweakGurusamy Sarathy1999-07-061-1/+1
| | | | | | p4raw-id: //depot/perl@3608
* | integrate cfgperl contents into mainlineGurusamy Sarathy1999-07-061-98/+82
|\ \ | |/ | | p4raw-id: //depot/perl@3601
| * Integrate with mainperl.Jarkko Hietaniemi1999-07-051-5/+15
| |\ | |/ |/| p4raw-id: //depot/cfgperl@3598
* | Long-standing UDP sockets bug on OS/2Ilya Zakharevich1999-07-051-5/+15
| | | | | | | | | | Message-Id: <199906080847.EAA03810@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@3596
| * Integrate with mainperl.Jarkko Hietaniemi1999-07-055-31/+47
| |\ | |/ |/| p4raw-id: //depot/cfgperl@3585
* | cygwin32 updateFifer, Eric1999-07-051-1/+7
| | | | | | | | | | | | Message-Id: <71E287AB0D94D111BBD600600849EC8185EDD9@POST> Subject: [ID 19990602.003] perl5.005_03 (CORE) cygwin32 port p4raw-id: //depot/perl@3582
* | [ PATCH perl5.005_57 ] new perlcc + regression testsEd Peschko1999-07-053-27/+38
| | | | | | | | | | Message-ID: <19990601001813.AAA17834@csgsystems.com> p4raw-id: //depot/perl@3580