summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Possible cruft removal.Jarkko Hietaniemi2003-02-081-0/+1
* Signedness nits.Jarkko Hietaniemi2003-02-081-3/+3
* Upgrade to CPAN 1.64, from Andreas Koenig.Jarkko Hietaniemi2003-02-0811-83/+2568
* Upgrade to Net::Ping 2.28, from Rob Brown.Jarkko Hietaniemi2003-02-089-136/+476
* perluniintro nitAudrey Tang2003-02-081-1/+1
* path tweak fix up for t/pod/find.t on VMSPeter Prymmer2003-02-061-1/+1
* sv_cat_recode() proto was missing, noticed by Craig Berry.Jarkko Hietaniemi2003-02-061-0/+1
* Patch from Richard Soderberg, cleanup the code a bit and commentArtur Bergman2003-02-061-2/+5
* Things forgotten from Encode 1.87.Jarkko Hietaniemi2003-02-062-2/+2
* Upgrade to Encode 1.87.Jarkko Hietaniemi2003-02-0616-122/+227
* Add the test of [perl #8760] (fixed by change #18656).Jarkko Hietaniemi2003-02-051-0/+6
* [perl #19767] has become fixed too (by changes #18653Jarkko Hietaniemi2003-02-051-2/+20
* [Patch] parsing under encoding (Re: [Encode] HEADS-UP; $Encode::VERSION++ to ...Inaba Hiroto2003-02-0514-41/+304
* fix for PerlIO/Via compilation on VMSPeter Prymmer2003-02-051-1/+1
* s/S_cache_re/cache_re/ for building with threads.Jarkko Hietaniemi2003-02-051-1/+1
* B::Concise updates (incl. avoiding use of op_seq)Stephen McCamant2003-02-042-71/+129
* Better version of change #18648, by Enache AdrianRafael Garcia-Suarez2003-02-041-2/+2
* Add the new test to MANIFEST.Jarkko Hietaniemi2003-02-041-0/+1
* Sync with 1.10Graham Barr2003-02-045-10/+86
* Fix "[perl #20667] unicode regex vs non-unicode regex".Jarkko Hietaniemi2003-02-042-0/+13
* Comment tweak.Jarkko Hietaniemi2003-02-041-2/+1
* Signedness issue.Jarkko Hietaniemi2003-02-041-1/+1
* Force the C locale in makedepend, to prevent gcc fromRafael Garcia-Suarez2003-02-031-0/+5
* Document the environment variable PERL_UTF8_LOCALE in perlrun.Rafael Garcia-Suarez2003-02-031-0/+4
* Fix bug #8760 : cop_line isn't properly restoredRafael Garcia-Suarez2003-02-032-1/+3
* Re: [perl #20606] [PATCH} openbsd hintsAbe Timmerman2003-02-031-0/+8
* Duh, test -e ENOPORTABLE, I should've remembered that.Jarkko Hietaniemi2003-02-031-2/+2
* Detypo.Jarkko Hietaniemi2003-02-031-3/+3
* Integrate MIME::Base64 2.16 from CPAN. (Do we really want theAbhijit Menon-Sen2003-02-0312-43/+358
* In any case, never copy this but use the same SV sinceArtur Bergman2003-02-021-1/+1
* Move SvPVIV out of ->op_sv of METHOD_NAMED into the pad, fixesArtur Bergman2003-02-023-2/+3
* Plan 9: Some time has passed.Jarkko Hietaniemi2003-02-021-1/+1
* Re: typo in checkin 18616Nick Ing-Simmons2003-02-021-1/+1
* Plan 9: Add also config.sh sample for 5.8.0 from Russ Cox.Jarkko Hietaniemi2003-02-022-0/+979
* pod/perlfunc.podAbigail2003-02-021-5/+5
* [perl #18232] [PATCH] store PL_reg_match_utf8 in reganchRafael Garcia-Suarez2003-02-027-11/+31
* Also [perl #3547] has been fixed; add its test case.Jarkko Hietaniemi2003-02-021-2/+9
* The [perl #7471] seems to have been fixed; add its test.Jarkko Hietaniemi2003-02-021-2/+9
* [perl #15397] seems to have been fixed; add its test.Jarkko Hietaniemi2003-02-021-2/+9
* Plan 9: Supply also Russ Cox' original config.h for 5.8.0.Jarkko Hietaniemi2003-02-022-0/+4239
* Plan 9: Update config.plan9 based on Russ Cox' work.Jarkko Hietaniemi2003-02-021-722/+3305
* Plan 9: Update the list of object files.Jarkko Hietaniemi2003-02-021-2/+2
* Plan 9: No Configure.Jarkko Hietaniemi2003-02-021-2/+13
* Plan 9: doesn't really do Configure (undo #18585/#18586)Jarkko Hietaniemi2003-02-021-26/+21
* minitest wasn't working. (The $^X /miniperl/ test inJarkko Hietaniemi2003-02-025-1/+23
* Fix and test for [perl #15549 Empty \Q\E not permitted]Jarkko Hietaniemi2003-02-022-54/+67
* Fix bug #15837, temporary from storable call hadn't gottenArtur Bergman2003-02-011-0/+47
* Integrate from perlio:Jarkko Hietaniemi2003-02-013-44/+71
|\
| * fflush() before invalidating stdio's fileno.Nick Ing-Simmons2003-02-011-1/+2
| * PerlIO friendly version of speed up of $/ = undef case.Nick Ing-Simmons2003-02-011-9/+22