summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* version objects final(?) patchJohn Peacock2003-02-104-99/+252
| | | | | Message-ID: <3E18E9D9.2040908@rowman.com> p4raw-id: //depot/perl@18682
* Add CPAN ChangeLog to MANIFEST.Chip Salzenberg2003-02-091-0/+1
| | | p4raw-id: //depot/perl@18680
* CPAN ChangeLog not needed, says Andreas.Jarkko Hietaniemi2003-02-091-1/+0
| | | p4raw-id: //depot/perl@18678
* [perl #20785] glitches with $PerlIO::encoding::fallbackautrijus@ossf.iis.sinica.edu.tw2003-02-091-2/+2
| | | | | | From: "autrijus@ossf.iis.sinica.edu.tw (via RT)" <perlbug-followup@perl.org> Message-Id: <rt-20785-50586.6.45611613038412@bugs6.perl.org> p4raw-id: //depot/perl@18677
* Re: utime undef, undef, "/tmp/test" and warningsStas Bekman2003-02-091-11/+12
| | | | | Message-ID: <3E444B6C.5060407@stason.org> p4raw-id: //depot/perl@18676
* Possible cruft removal.Jarkko Hietaniemi2003-02-081-0/+1
| | | p4raw-id: //depot/perl@18675
* Signedness nits.Jarkko Hietaniemi2003-02-081-3/+3
| | | p4raw-id: //depot/perl@18674
* Upgrade to CPAN 1.64, from Andreas Koenig.Jarkko Hietaniemi2003-02-0811-83/+2568
| | | p4raw-id: //depot/perl@18672
* 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