Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The #16401 was far from enough, and mostly in a wrong direction. | Jarkko Hietaniemi | 2002-05-05 | 1 | -15/+0 |
| | | | | | | | The right thing to do would be to convert Storable into using the new MY_CXT scheme (no static data, and memory management using SVs). p4raw-id: //depot/perl@16415 | ||||
* | (retracted by #16415) Storable: try to free what we allocated. | Jarkko Hietaniemi | 2002-05-04 | 1 | -0/+15 |
| | | | p4raw-id: //depot/perl@16401 | ||||
* | Add the EBCDIC test data to downgrade.t. | Jarkko Hietaniemi | 2002-05-04 | 1 | -10/+124 |
| | | | p4raw-id: //depot/perl@16396 | ||||
* | EBCDIC tweak. | Jarkko Hietaniemi | 2002-05-04 | 1 | -1/+5 |
| | | | p4raw-id: //depot/perl@16395 | ||||
* | Upgrade to Encode 1.69. | Jarkko Hietaniemi | 2002-05-04 | 9 | -22/+47 |
| | | | p4raw-id: //depot/perl@16392 | ||||
* | Re: [PATCH] Re: Data::Dumper tests with -Mutf8 | Nicholas Clark | 2002-05-04 | 2 | -31/+67 |
| | | | | | Message-ID: <20020504113857.GC317@Bagpuss.unfortu.net> p4raw-id: //depot/perl@16390 | ||||
* | Re: Data::Dumper tests with -Mutf8 | Nicholas Clark | 2002-05-04 | 2 | -5/+31 |
| | | | | | Message-ID: <20020503233042.GF294@Bagpuss.unfortu.net> p4raw-id: //depot/perl@16389 | ||||
* | Re: perl@16307 | Nicholas Clark | 2002-05-03 | 1 | -2/+2 |
| | | | | | | | Message-ID: <20020503204903.GC294@Bagpuss.unfortu.net> canonical #3 was failing under -Mutf8. p4raw-id: //depot/perl@16384 | ||||
* | enc2xs template -- searches script more sensibly | Dan Kogai | 2002-05-03 | 1 | -1/+3 |
| | | | | | Message-Id: <544C1568-5EB5-11D6-8F1D-00039301D480@dan.co.jp> p4raw-id: //depot/perl@16380 | ||||
* | Forgotten test arrangement. | Jarkko Hietaniemi | 2002-05-03 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@16379 | ||||
* | EBCDIC tweak. | Jarkko Hietaniemi | 2002-05-03 | 1 | -2/+6 |
| | | | p4raw-id: //depot/perl@16374 | ||||
* | Update the EBCDIC MD5 checksums, and automate the process. | Jarkko Hietaniemi | 2002-05-03 | 1 | -6/+24 |
| | | | p4raw-id: //depot/perl@16373 | ||||
* | The EBCDIC remapping of the low 256 bites again. | Jarkko Hietaniemi | 2002-05-03 | 6 | -0/+22 |
| | | | p4raw-id: //depot/perl@16372 | ||||
* | DJGPP updates from Laszlo Molnar. | Jarkko Hietaniemi | 2002-05-03 | 1 | -0/+2 |
| | | | p4raw-id: //depot/perl@16370 | ||||
* | Upgrade to Encode 1.68. | Jarkko Hietaniemi | 2002-05-03 | 6 | -7/+21 |
| | | | p4raw-id: //depot/perl@16369 | ||||
* | Re: Perl 5.8-to-be NetBSD testing? | Andy Dougherty | 2002-05-02 | 1 | -4/+7 |
| | | | | | Message-ID: <Pine.SOL.4.10.10205021156390.325-100000@maxwell.phys.lafayette.edu> p4raw-id: //depot/perl@16356 | ||||
* | Upgrade to Encode 1.67. | Jarkko Hietaniemi | 2002-05-02 | 4 | -21/+31 |
| | | | p4raw-id: //depot/perl@16344 | ||||
* | 1/3rd of utf8 | Nicholas Clark | 2002-05-02 | 1 | -5/+19 |
| | | | | | Message-ID: <20020501215842.GB303@Bagpuss.unfortu.net> p4raw-id: //depot/perl@16340 | ||||
* | Re: [PATCH] Storable docs | Philip Newton | 2002-05-02 | 1 | -2/+2 |
| | | | | | | | Message-Id: <k9l1du0jej90v909flk8nutkj4r42vmhao@4ax.com> (Applied mostly with tweaks by hand.) p4raw-link: @4 on //depot/thrperl: 11343788cbaaede18e3146b5219d2fbdaeaf516e p4raw-id: //depot/perl@16337 | ||||
* | Add the new Digest::MD5 test. | Jarkko Hietaniemi | 2002-05-02 | 1 | -0/+29 |
| | | | p4raw-id: //depot/perl@16326 | ||||
* | Upgrade to Digest::MD5 2.19. | Jarkko Hietaniemi | 2002-05-02 | 3 | -5/+12 |
| | | | p4raw-id: //depot/perl@16324 | ||||
* | Ooops. Not everybody does threads. | Jarkko Hietaniemi | 2002-05-02 | 1 | -0/+10 |
| | | | p4raw-id: //depot/perl@16323 | ||||
* | Fix files.t for blead. | Jarkko Hietaniemi | 2002-05-01 | 2 | -5/+52 |
| | | | p4raw-id: //depot/perl@16322 | ||||
* | Upgrade to Digest::MD5 2.18. files.t doesn't | Jarkko Hietaniemi | 2002-05-01 | 6 | -52/+92 |
| | | | | | work yet with blead, my bad. p4raw-id: //depot/perl@16321 | ||||
* | Until Arthur fills in semaphore.t. | Jarkko Hietaniemi | 2002-05-01 | 2 | -3/+8 |
| | | | p4raw-id: //depot/perl@16318 | ||||
* | Storable docs | Nicholas Clark | 2002-05-01 | 1 | -12/+59 |
| | | | | | Message-Id: <20020501194441.GA303@Bagpuss.unfortu.net> p4raw-id: //depot/perl@16316 | ||||
* | Now passes old test case. | Artur Bergman | 2002-05-01 | 1 | -4/+4 |
| | | | p4raw-id: //depot/perl@16315 | ||||
* | Cleanup memory a bit better in some cases. | Artur Bergman | 2002-05-01 | 1 | -0/+1 |
| | | | p4raw-id: //depot/perl@16314 | ||||
* | Don't forget to add it to the MANIFEST | Artur Bergman | 2002-05-01 | 1 | -0/+0 |
| | | | p4raw-id: //depot/perl@16312 | ||||
* | Add semaphore.pm | Artur Bergman | 2002-05-01 | 1 | -0/+90 |
| | | | p4raw-id: //depot/perl@16311 | ||||
* | Fix makefile to put queue.pm correctly, update test script. | Artur Bergman | 2002-05-01 | 2 | -1/+6 |
| | | | p4raw-id: //depot/perl@16310 | ||||
* | [Patch] ext/PerlIO/t/fallback.t gets haircut | Dan Kogai | 2002-05-01 | 1 | -7/+11 |
| | | | | | Message-Id: <2958D841-5D16-11D6-8A58-00039301D480@dan.co.jp> p4raw-id: //depot/perl@16309 | ||||
* | Encode tweak from Dan Kogai. | Jarkko Hietaniemi | 2002-05-01 | 1 | -2/+2 |
| | | | p4raw-id: //depot/perl@16308 | ||||
* | Flush directly to avoid erros when running from test harness | Artur Bergman | 2002-05-01 | 2 | -1/+2 |
| | | | p4raw-id: //depot/perl@16307 | ||||
* | Upgrade to Encode 1.66. | Jarkko Hietaniemi | 2002-05-01 | 5 | -73/+98 |
| | | | p4raw-id: //depot/perl@16300 | ||||
* | Upgrade to Encode 1.65. | Jarkko Hietaniemi | 2002-04-30 | 6 | -16/+66 |
| | | | p4raw-id: //depot/perl@16282 | ||||
* | NetWare: disable DEBUG/ASSERT for now. | Jarkko Hietaniemi | 2002-04-30 | 1 | -0/+7 |
| | | | p4raw-id: //depot/perl@16280 | ||||
* | Adding Encode::* to .pm creates stash at compile time | Nick Ing-Simmons | 2002-04-29 | 2 | -4/+5 |
| | | | | | which means we need a stronger check on Encode at boot time. p4raw-id: //depot/perlio@16270 | ||||
* | Upgrade to Encode 1.64. | Jarkko Hietaniemi | 2002-04-29 | 5 | -5951/+10283 |
| | | | p4raw-id: //depot/perl@16263 | ||||
* | [Unicode::Normalize] mkheader tweak | SADAHIRO Tomoyuki | 2002-04-29 | 1 | -61/+65 |
| | | | | | Message-Id: <20020429125617.AA35.BQW10602@nifty.com> p4raw-id: //depot/perl@16262 | ||||
* | Upgrade to Unicode::Normalize 0.76, | Jarkko Hietaniemi | 2002-04-29 | 5 | -45/+78 |
| | | | | | from SADAHIRO Tomoyuki. p4raw-id: //depot/perl@16260 | ||||
* | Sigh. #16249 didn't help NetBSD (made it worse, | Jarkko Hietaniemi | 2002-04-28 | 3 | -59/+48 |
| | | | | | the basic and list tests started hanging). p4raw-id: //depot/perl@16258 | ||||
* | Retract the cond.t part of #16249 since the nature | Jarkko Hietaniemi | 2002-04-28 | 1 | -19/+12 |
| | | | | | of the test changed. p4raw-id: //depot/perl@16250 | ||||
* | (retracted by #16258) | Jarkko Hietaniemi | 2002-04-28 | 4 | -60/+78 |
| | | | | | | | | | | | | | Fix thread tests not to depend on sleep() as a scheduling aid. In two tests (basic and list) I had to change from sleep() hack to another hack... basically, using the filesystem as a semaphore. The assumption made is that rmdir() is atomic. (The sleep() scheduling assumption broke with the GNU pth in NetBSD.) (the cond.t part retracted by #16250) p4raw-id: //depot/perl@16249 | ||||
* | Be tidy. | Jarkko Hietaniemi | 2002-04-28 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@16248 | ||||
* | Have :encoding() default to perlqq style fallbacks. | Nick Ing-Simmons | 2002-04-28 | 3 | -6/+70 |
| | | | | | Add test for that. p4raw-id: //depot/perlio@16246 | ||||
* | Use (file PerlIO::Layer 'perlio') rather than $Config{useperlio} | Nick Ing-Simmons | 2002-04-28 | 1 | -1/+1 |
| | | | | | | as gate on layer tests which fail on -Dusesfio (ext/XS/Typemap/Typemap.t still fails on -Dusesfio) p4raw-id: //depot/perlio@16245 | ||||
* | Builds under -Uuseperlio | Nick Ing-Simmons | 2002-04-28 | 2 | -5/+30 |
| | | | | | Uses PUSHSTACK/POPSTACK in :encoding and :Via p4raw-id: //depot/perlio@16244 | ||||
* | Integrate mainline | Nick Ing-Simmons | 2002-04-28 | 19 | -216/+327 |
|\ | | | | | p4raw-id: //depot/perlio@16243 | ||||
| * | Added test cases and fixed some obvious things. | Artur Bergman | 2002-04-28 | 2 | -1/+58 |
| | | | | | | p4raw-id: //depot/perl@16236 |