summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to Net::Ping 2.28, from Rob Brown.Jarkko Hietaniemi2003-02-089-136/+476
| | | p4raw-id: //depot/perl@18671
* perluniintro nitAudrey Tang2003-02-081-1/+1
| | | | | Message-ID: <20030206160249.GA12984@not.autrijus.org> p4raw-id: //depot/perl@18670
* path tweak fix up for t/pod/find.t on VMSPeter Prymmer2003-02-061-1/+1
| | | | | Message-ID: <OFF5FDC924.68DBF580-ON85256CC4.005CC78E@factset.com> p4raw-id: //depot/perl@18669
* sv_cat_recode() proto was missing, noticed by Craig Berry.Jarkko Hietaniemi2003-02-061-0/+1
| | | p4raw-id: //depot/perl@18668
* Patch from Richard Soderberg, cleanup the code a bit and commentArtur Bergman2003-02-061-2/+5
| | | | | why we are not using SvOOK_on. p4raw-id: //depot/perl@18666
* Things forgotten from Encode 1.87.Jarkko Hietaniemi2003-02-062-2/+2
| | | p4raw-id: //depot/perl@18664
* Upgrade to Encode 1.87.Jarkko Hietaniemi2003-02-0616-122/+227
| | | p4raw-id: //depot/perl@18663
* Add the test of [perl #8760] (fixed by change #18656).Jarkko Hietaniemi2003-02-051-0/+6
| | | | | p4raw-link: @18656 on //depot/perl: 834a3ffa15e23871424d94f91fd39fe77b05f76b p4raw-id: //depot/perl@18662
* [perl #19767] has become fixed too (by changes #18653Jarkko Hietaniemi2003-02-051-2/+20
| | | | | | and #18658, methinks), adding the test(s). p4raw-link: @18653 on //depot/perl: d12e50cf45149336efec3161d04293f1ae511ed7 p4raw-id: //depot/perl@18661
* [Patch] parsing under encoding (Re: [Encode] HEADS-UP; $Encode::VERSION++ to ↵Inaba Hiroto2003-02-0514-41/+304
| | | | | | | enhance filter option)([perl #16823]) Message-ID: <3E3BC46B.6C687CFD@st.rim.or.jp> p4raw-id: //depot/perl@18660
* fix for PerlIO/Via compilation on VMSPeter Prymmer2003-02-051-1/+1
| | | | | Message-ID: <OFCBC6AE62.FF2B83D4-ON85256CC3.005D7A9F@factset.com> p4raw-id: //depot/perl@18659
* s/S_cache_re/cache_re/ for building with threads.Jarkko Hietaniemi2003-02-051-1/+1
| | | p4raw-id: //depot/perl@18658
* B::Concise updates (incl. avoiding use of op_seq)Stephen McCamant2003-02-042-71/+129
| | | | | Message-ID: <15935.7907.976943.74729@syllepsis.MIT.EDU> p4raw-id: //depot/perl@18657
* Better version of change #18648, by Enache AdrianRafael Garcia-Suarez2003-02-041-2/+2
| | | | | | Message-ID: <20030204101533.GA11817@ratsnest.hole> p4raw-link: @18648 on //depot/perl: 7c2549db3c820cf72273bacc18a4e3d2b361563d p4raw-id: //depot/perl@18656
* Add the new test to MANIFEST.Jarkko Hietaniemi2003-02-041-0/+1
| | | p4raw-id: //depot/perl@18655
* Sync with 1.10Graham Barr2003-02-045-10/+86
| | | p4raw-id: //depot/perl@18654
* Fix "[perl #20667] unicode regex vs non-unicode regex".Jarkko Hietaniemi2003-02-042-0/+13
| | | | | | | The PL_regdata was not set up (S_cache_re()) before it was needed (S_reginclass()). The test put in fresh_perl.t because we need a pristine state to start. p4raw-id: //depot/perl@18653
* Comment tweak.Jarkko Hietaniemi2003-02-041-2/+1
| | | p4raw-id: //depot/perl@18652
* Signedness issue.Jarkko Hietaniemi2003-02-041-1/+1
| | | p4raw-id: //depot/perl@18651
* Force the C locale in makedepend, to prevent gcc fromRafael Garcia-Suarez2003-02-031-0/+5
| | | | | producing locale-dependent messages. p4raw-id: //depot/perl@18650
* Document the environment variable PERL_UTF8_LOCALE in perlrun.Rafael Garcia-Suarez2003-02-031-0/+4
| | | p4raw-id: //depot/perl@18649
* Fix bug #8760 : cop_line isn't properly restoredRafael Garcia-Suarez2003-02-032-1/+3
| | | | | when a module is loaded at runtime behind the scenes. p4raw-id: //depot/perl@18648
* Re: [perl #20606] [PATCH} openbsd hintsAbe Timmerman2003-02-031-0/+8
| | | | | Message-Id: <200302021827.57240.abe@ztreet.demon.nl> p4raw-id: //depot/perl@18647
* Duh, test -e ENOPORTABLE, I should've remembered that.Jarkko Hietaniemi2003-02-031-2/+2
| | | | | (Made Solaris go boom.) p4raw-id: //depot/perl@18644
* Detypo.Jarkko Hietaniemi2003-02-031-3/+3
| | | p4raw-id: //depot/perl@18643
* Integrate MIME::Base64 2.16 from CPAN. (Do we really want theAbhijit Menon-Sen2003-02-0312-43/+358
| | | | | utility scripts?) p4raw-id: //depot/perl@18642
* In any case, never copy this but use the same SV sinceArtur Bergman2003-02-021-1/+1
| | | | | | if we copy we loose the hash we so badly need. For op_const we might still need to copy however. p4raw-id: //depot/perl@18641
* Move SvPVIV out of ->op_sv of METHOD_NAMED into the pad, fixesArtur Bergman2003-02-023-2/+3
| | | | | | threading issue. Should perhaps be a PVOP to save memory, but then we have nowhere to store the hash of the function! p4raw-id: //depot/perl@18640
* Plan 9: Some time has passed.Jarkko Hietaniemi2003-02-021-1/+1
| | | p4raw-id: //depot/perl@18637
* Re: typo in checkin 18616Nick Ing-Simmons2003-02-021-1/+1
| | | | | Message-Id: <20030202172308.9244.1@bactrian.ni-s.u-net.com> p4raw-id: //depot/perl@18636
* Plan 9: Add also config.sh sample for 5.8.0 from Russ Cox.Jarkko Hietaniemi2003-02-022-0/+979
| | | p4raw-id: //depot/perl@18635
* pod/perlfunc.podAbigail2003-02-021-5/+5
| | | | | Message-Id: <20030202155948.7971.qmail@abigail.nl> p4raw-id: //depot/perl@18634
* [perl #18232] [PATCH] store PL_reg_match_utf8 in reganchRafael Garcia-Suarez2003-02-027-11/+31
| | | | | Message-Id: <20030122223556.57d597a3.rgarciasuarez@free.fr> p4raw-id: //depot/perl@18633
* Also [perl #3547] has been fixed; add its test case.Jarkko Hietaniemi2003-02-021-2/+9
| | | p4raw-id: //depot/perl@18632
* The [perl #7471] seems to have been fixed; add its test.Jarkko Hietaniemi2003-02-021-2/+9
| | | p4raw-id: //depot/perl@18631
* [perl #15397] seems to have been fixed; add its test.Jarkko Hietaniemi2003-02-021-2/+9
| | | p4raw-id: //depot/perl@18630
* Plan 9: Supply also Russ Cox' original config.h for 5.8.0.Jarkko Hietaniemi2003-02-022-0/+4239
| | | p4raw-id: //depot/perl@18629
* Plan 9: Update config.plan9 based on Russ Cox' work.Jarkko Hietaniemi2003-02-021-722/+3305
| | | p4raw-id: //depot/perl@18628
* Plan 9: Update the list of object files.Jarkko Hietaniemi2003-02-021-2/+2
| | | p4raw-id: //depot/perl@18627
* Plan 9: No Configure.Jarkko Hietaniemi2003-02-021-2/+13
| | | p4raw-id: //depot/perl@18626
* Plan 9: doesn't really do Configure (undo #18585/#18586)Jarkko Hietaniemi2003-02-021-26/+21
| | | p4raw-id: //depot/perl@18624
* minitest wasn't working. (The $^X /miniperl/ test inJarkko Hietaniemi2003-02-025-1/+23
| | | | | | io/crlf.t didn't work in Tru64, $^X was "./perl", used the same 'eval q/use .../' trick everywhere.) p4raw-id: //depot/perl@18622
* Fix and test for [perl #15549 Empty \Q\E not permitted]Jarkko Hietaniemi2003-02-022-54/+67
| | | | | (test.pl-ise quotemeta.t, too) p4raw-id: //depot/perl@18621
* Fix bug #15837, temporary from storable call hadn't gottenArtur Bergman2003-02-011-0/+47
| | | | | | freed yet and was cloned but without a real (AvREAL) reference to it. @_ doesn't refcount! p4raw-id: //depot/perl@18618
* Integrate from perlio:Jarkko Hietaniemi2003-02-013-44/+71
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 18591] PERL_IMPLICIT_SYS does NOT vector PerlIO_xxx but PerlSIO_xxx, so correct XSUB.h [ 18611] Michael Schroeder's fix for re-try if stdio ops after interrupts. (Calls to PERL_ASYNC_CHECK added by NI-S). [ 18612] PerlIO friendly version of speed up of $/ = undef case. [ 18613] fflush() before invalidating stdio's fileno. p4raw-link: @18613 on //depot/perlio: bbfd922f5bb0c97d0accf18f588b887418c94e6b p4raw-link: @18612 on //depot/perlio: e468d35bbed7491e8b221d65181da6200264b6a0 p4raw-link: @18611 on //depot/perlio: 4d94824190f1d3f4307c94794486b277afd6e971 p4raw-link: @18591 on //depot/perlio: f9415d2377705b4cde579db69c15a29f1b9bb9f6 p4raw-id: //depot/perl@18616
| * fflush() before invalidating stdio's fileno.Nick Ing-Simmons2003-02-011-1/+2
| | | | | | p4raw-id: //depot/perlio@18613
| * PerlIO friendly version of speed up of $/ = undef case.Nick Ing-Simmons2003-02-011-9/+22
| | | | | | p4raw-id: //depot/perlio@18612
| * Michael Schroeder's fix for re-try if stdio ops after Nick Ing-Simmons2003-02-011-14/+28
| | | | | | | | | | interrupts. (Calls to PERL_ASYNC_CHECK added by NI-S). p4raw-id: //depot/perlio@18611
| * Integrate mainlineNick Ing-Simmons2003-02-0144-264/+451
| |\ | | | | | | p4raw-id: //depot/perlio@18610
| * | PERL_IMPLICIT_SYS does NOT vector PerlIO_xxx but PerlSIO_xxx, soNick Ing-Simmons2003-01-261-21/+21
| | | | | | | | | | | | | | | correct XSUB.h p4raw-id: //depot/perlio@18591