Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update to Scalar-List-Utils 1.11 | Graham Barr | 2003-02-14 | 6 | -12/+156 |
* | to silence compiler warning | Robin Barker | 2003-02-12 | 2 | -9/+10 |
* | More B::Concise fixes | Stephen McCamant | 2003-02-11 | 1 | -8/+6 |
* | No, we don't really want the utility scripts. | Abhijit Menon-Sen | 2003-02-10 | 5 | -38/+0 |
* | [perl #20785] glitches with $PerlIO::encoding::fallback | autrijus@ossf.iis.sinica.edu.tw | 2003-02-09 | 1 | -2/+2 |
* | Things forgotten from Encode 1.87. | Jarkko Hietaniemi | 2003-02-06 | 2 | -2/+2 |
* | Upgrade to Encode 1.87. | Jarkko Hietaniemi | 2003-02-06 | 16 | -122/+227 |
* | [Patch] parsing under encoding (Re: [Encode] HEADS-UP; $Encode::VERSION++ to ... | Inaba Hiroto | 2003-02-05 | 6 | -11/+124 |
* | fix for PerlIO/Via compilation on VMS | Peter Prymmer | 2003-02-05 | 1 | -1/+1 |
* | B::Concise updates (incl. avoiding use of op_seq) | Stephen McCamant | 2003-02-04 | 2 | -71/+129 |
* | Sync with 1.10 | Graham Barr | 2003-02-04 | 5 | -10/+86 |
* | Signedness issue. | Jarkko Hietaniemi | 2003-02-04 | 1 | -1/+1 |
* | Integrate MIME::Base64 2.16 from CPAN. (Do we really want the | Abhijit Menon-Sen | 2003-02-03 | 11 | -43/+354 |
* | Fix bug #15837, temporary from storable call hadn't gotten | Artur Bergman | 2003-02-01 | 1 | -0/+47 |
* | Don't free thread before using it, breaks platforms that | Artur Bergman | 2003-02-01 | 1 | -11/+9 |
* | Fix typo in version check ($[ to $]). | Abhijit Menon-Sen | 2003-01-31 | 1 | -1/+1 |
* | Re: [perl #20274] perlbug requires dynamic loading | Slaven Rezic | 2003-01-27 | 1 | -4/+14 |
* | When we copy things out of a hash and increment the | Artur Bergman | 2003-01-26 | 1 | -0/+2 |
* | Plan 9 compiler can't return quads from the ?: (condop). | Jarkko Hietaniemi | 2003-01-26 | 1 | -1/+8 |
* | const declaration fixup | Craig A. Berry | 2003-01-26 | 1 | -1/+1 |
* | Integrate change 18448 from maint-5.8 : | Rafael Garcia-Suarez | 2003-01-22 | 2 | -3/+19 |
* | Fix [perl #19860] by adding a POSIX::fsync() stub. | Rafael Garcia-Suarez | 2003-01-22 | 2 | -1/+9 |
* | Upgrade to Encode 1.86. | Jarkko Hietaniemi | 2003-01-22 | 6 | -8/+39 |
* | Integrate from perlio: | Jarkko Hietaniemi | 2003-01-22 | 3 | -3/+10 |
|\ | |||||
| * | Tweak APItest for new semantics of printf. | Nick Ing-Simmons | 2003-01-22 | 3 | -3/+10 |
| * | Integrate mainline | Nick Ing-Simmons | 2003-01-22 | 12 | -11/+49 |
| |\ | |||||
| * \ | Integrate mainline | Nick Ing-Simmons | 2003-01-20 | 28 | -225/+818 |
| |\ \ | |||||
| * \ \ | Integrate Mainline | Nick Ing-Simmons | 2003-01-12 | 9 | -26/+152 |
| |\ \ \ | |||||
| * \ \ \ | Integrate mainline | Nick Ing-Simmons | 2003-01-01 | 24 | -84/+177 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Integrate mainline | Nick Ing-Simmons | 2002-12-04 | 24 | -120/+401 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Integrate mainline | Nick Ing-Simmons | 2002-11-19 | 18 | -36/+341 |
| |\ \ \ \ \ \ | |||||
* | | | | | | | | Integrate from maint-5.8: | Jarkko Hietaniemi | 2003-01-22 | 1 | -1/+2 |
| |_|_|_|_|_|/ |/| | | | | | | |||||
* | | | | | | | Update the MD5 checksums. | Jarkko Hietaniemi | 2003-01-22 | 1 | -3/+3 |
* | | | | | | | Try to make including patchlevel.h a bit more | Jarkko Hietaniemi | 2003-01-21 | 5 | -5/+20 |
* | | | | | | | integrate #18366-18370 from maint-5.8: | Hugo van der Sanden | 2003-01-21 | 1 | -1/+1 |
* | | | | | | | Re: When Storable and Devel::DProf mix, core dump [perl #19385] | Blair Zajac | 2003-01-20 | 4 | -2/+24 |
* | | | | | | | Encode MANIFEST update. | Jarkko Hietaniemi | 2003-01-20 | 1 | -0/+1 |
| |_|_|_|_|/ |/| | | | | | |||||
* | | | | | | Slight pod reformatting based on [perl #20284]. | Jarkko Hietaniemi | 2003-01-18 | 1 | -15/+45 |
* | | | | | | Upgrade to Digest::MD5 2.22. | Jarkko Hietaniemi | 2003-01-17 | 5 | -17/+51 |
* | | | | | | Fix 'use encoding' I/O for code points 0x80..0xFF; | Jarkko Hietaniemi | 2003-01-16 | 3 | -5/+73 |
* | | | | | | It seems the binmode() is needed with UTF-8 locales enabled. | Jarkko Hietaniemi | 2003-01-16 | 1 | -1/+1 |
* | | | | | | Update for ext/MIME/Base64/ | Gisle Aas | 2003-01-16 | 5 | -16/+60 |
* | | | | | | Update for ext/Digest/MD5/ | Gisle Aas | 2003-01-16 | 5 | -27/+66 |
* | | | | | | Upgrade to Time::HiRes 1.42. | Jarkko Hietaniemi | 2003-01-15 | 6 | -133/+428 |
* | | | | | | Detypo. | Jarkko Hietaniemi | 2003-01-15 | 1 | -1/+1 |
* | | | | | | Add a test for encoding 'utf8'. | Jarkko Hietaniemi | 2003-01-13 | 2 | -0/+64 |
* | | | | | | Upgrade to Encode 1.84. | Jarkko Hietaniemi | 2003-01-13 | 5 | -25/+44 |
| |_|_|_|/ |/| | | | | |||||
* | | | | | %_ (was Re: [PATCH] operation on `PL_na' may be undefined) | Nicholas Clark | 2003-01-07 | 1 | -2/+1 |
* | | | | | VMS test adjustments | Craig A. Berry | 2003-01-06 | 2 | -2/+10 |
* | | | | | Integrate change #18420 from maint-5.8: | Rafael Garcia-Suarez | 2003-01-04 | 1 | -9/+11 |