summaryrefslogtreecommitdiff
path: root/ext
Commit message (Collapse)AuthorAgeFilesLines
...
* This is probably the reason for the GW failures.Jarkko Hietaniemi2002-06-181-1/+4
| | | p4raw-id: //depot/perl@17292
* UNICOS and UNICOS/mk are broken only on one test.Jarkko Hietaniemi2002-06-141-2/+3
| | | p4raw-id: //depot/perl@17230
* Thread doc tweaks.Jarkko Hietaniemi2002-06-132-5/+7
| | | p4raw-id: //depot/perl@17226
* Document the tied/magical/shared array/hash non-autovivifying bug.Jarkko Hietaniemi2002-06-131-0/+4
| | | p4raw-id: //depot/perl@17221
* <pudge> crab, can you integrate 17215 ?Abhijit Menon-Sen2002-06-131-0/+1
| | | | | p4raw-id: //depot/perl@17216 p4raw-integrated: from //depot/macperl@17212 'copy in' ext/XS/APItest/t/printf.t (@17213..)
* APItest.xs OUTPUT (was: perl@17206)Chris Nandor2002-06-131-0/+2
| | | | | | Message-Id: <pudge-95528D.00162613062002@onion.valueclick.com> p4raw-link: @17206 on //depot/perl: c5d9854390e492eb0f0360555ff8df0dad92cc9c p4raw-id: //depot/perl@17212
* As noticed by Philip Newton, XS::APItest is not meant to be installed.Jarkko Hietaniemi2002-06-121-9/+0
| | | p4raw-id: //depot/perl@17207
* Re: linux + usemorebits: gcc error?Rafael Garcia-Suarez2002-06-121-2/+2
| | | | | Message-ID: <3D0735A3.4020701@hexaflux.com> p4raw-id: //depot/perl@17201
* Not that I know anything about Windows compilersJarkko Hietaniemi2002-06-111-1/+1
| | | | | | | but Google leads me into believing that while Borland and GCC support the ANSI way of printing long doubles (%L), Visual C really doesn't support printing them. p4raw-id: //depot/perl@17193
* Trying to printf Perl-specific datatypes using printfJarkko Hietaniemi2002-06-113-34/+3
| | | | | (with perlio or stdio) is folly, says Hugo. p4raw-id: //depot/perl@17189
* Obviously time to get some sleep.Jarkko Hietaniemi2002-06-111-4/+4
| | | p4raw-id: //depot/perl@17184
* #17179 wasn't quite right.Jarkko Hietaniemi2002-06-111-4/+4
| | | p4raw-id: //depot/perl@17183
* Can't printf Perl specific datatypes without perlioJarkko Hietaniemi2002-06-111-12/+15
| | | | | (in other words, stdio doesn't do the %V...) p4raw-id: //depot/perl@17179
* Add XS::APItest 0.01 from Tim Jenness.Jarkko Hietaniemi2002-06-116-0/+342
| | | | | | | | The perl.h change is needed by non-gcc (non-__attribute__) compilers: without it non-gccs won't have printf() mapped to PerlIO_stdoutf (when perlio, of course). This means that non-gccs would not be able to print the Perl specific datatypes. p4raw-id: //depot/perl@17176
* Now that binmode(FH) does implicit ":bytes" revisitJarkko Hietaniemi2002-06-105-20/+8
| | | | | | the failing tests. The worrisome one is the Digest::MD5 test-- how will it fare in CRLF lands now? p4raw-id: //depot/perl@17175
* Integrate perlio:Jarkko Hietaniemi2002-06-101-2/+2
|\ | | | | | | | | | | | | | | | | | | [ 17159] Tune test to run in UTF-8 locales - test file must be opened as :bytes or high-bit octets will be UTF-8 encoded on write in such locales, so will not read as expected. p4raw-link: @17159 on //depot/perlio: f2bb49b68cb535c8bc5ed120954660e49ab7d44b p4raw-id: //depot/perl@17162
| * Tune test to run in UTF-8 localesNick Ing-Simmons2002-06-101-2/+2
| | | | | | | | | | | | | | - test file must be opened as :bytes or high-bit octets will be UTF-8 encoded on write in such locales, so will not read as expected. p4raw-id: //depot/perlio@17159
* | #17150 didn't expect -Uuseperlio.Jarkko Hietaniemi2002-06-102-3/+9
| | | | | | p4raw-id: //depot/perl@17161
* | queue.pmBenjamin Goldberg2002-06-101-13/+8
|/ | | | | | Message-Id: <3CFC03E8.A1EF9886@earthlink.net> Applied manually p4raw-id: //depot/perl@17160
* [ID 20020609.007] Not OK: perl v5.8.0 +DEVEL17060 on i686-linux 2.4.18-4smp ↵Radu Greab2002-06-094-3/+10
| | | | | | | | | | (UNINSTALLED) Message-Id: <200206092140.g59LeYn15745@ix.netsoft.ro> Fixes for en_US.UTF-8 failures, all but ext/PerlIO/t/fallback.t ones which I cannot figure out. p4raw-id: //depot/perl@17150
* "thread failed to start: " is better than "Died:".Jarkko Hietaniemi2002-06-091-1/+1
| | | p4raw-id: //depot/perl@17148
* cleanup'sH.Merijn Brand2002-06-091-3/+3
| | | | | | From: "H.Merijn Brand" <h.m.brand@hccnet.nl> Message-Id: <20020609102200.DEE5.H.M.BRAND@hccnet.nl> p4raw-id: //depot/perl@17143
* fix stuck MD5 compile on VAXCraig A. Berry2002-06-091-1/+2
| | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-Id: <a05111b05b92881c6c8c4@[172.16.52.1]> p4raw-id: //depot/perl@17128
* Remove leftover dummy and cleanup the test case.Artur Bergman2002-06-083-33/+12
| | | p4raw-id: //depot/perl@17109
* Re: [ID 20020601.005] Storable: STORABLE_freeze mechanism leaks memory ↵Radu Greab2002-06-081-1/+35
| | | | | | | | | (unfreed SVs) Message-ID: <15618.3548.55951.66902@ix.netsoft.ro> A test for #17082. p4raw-id: //depot/perl@17089
* Re: [ID 20020601.005] Storable: STORABLE_freeze mechanism leaks memory ↵Radu Greab2002-06-081-1/+6
| | | | | | | (unfreed SVs) Message-ID: <15617.38426.603787.918922@ix.netsoft.ro> p4raw-id: //depot/perl@17082
* Fix for bug [ID 20020602.007].Artur Bergman2002-06-081-4/+5
| | | | | Don't decrement the active flag until AFTER we have run perl_destruct p4raw-id: //depot/perl@17080
* Re: Major bug in Storable 2.03 with 5.6.1 (freeze & thaw hooks)Nicholas Clark2002-06-072-1/+18
| | | | | Message-ID: <20020607233921.GE307@Bagpuss.unfortu.net> p4raw-id: //depot/perl@17075
* Re: Major bug in Storable 2.03 with 5.6.1 (freeze & thaw hooks)Radu Greab2002-06-071-1/+1
| | | | | Message-ID: <15617.10830.557640.430565@ix.netsoft.ro> p4raw-id: //depot/perl@17071
* Modification to Perl 5.6.1 source: ext/IO needs a hintAndrew Hamm2002-06-071-0/+2
| | | | | Message-ID: <3BA45F696FAAD3118A520090276AD99C0135BE03@sansydnt01.sanderson.net.au> p4raw-id: //depot/perl@17057
* Re: Major bug in Storable 2.03 with 5.6.1 (freeze & thaw hooks)Radu Greab2002-06-071-4/+4
| | | | | Message-ID: <15616.6102.89472.9852@ix.netsoft.ro> p4raw-id: //depot/perl@17052
* MacOS X 10.1.5 still failing the DB tests.Jarkko Hietaniemi2002-06-052-2/+2
| | | p4raw-id: //depot/perl@17024
* [Encode PATCH] spurious warningNicholas Clark2002-06-052-5/+27
| | | | | Message-ID: <20020602192619.GA320@Bagpuss.unfortu.net> p4raw-id: //depot/perl@17009
* [ID 20020602.004] threads::shared::queue new nitElizabeth Mattijsen2002-06-051-2/+1
| | | | | Message-Id: <4.2.0.58.20020602213520.027cf9d0@mickey.dijkmat.nl> p4raw-id: //depot/perl@17003
* perlthrtut links.Jarkko Hietaniemi2002-06-052-7/+2
| | | p4raw-id: //depot/perl@16998
* Move the obsolete README.threads out of sight to ext/Threads;Jarkko Hietaniemi2002-06-051-0/+349
| | | | | | save one part of the IRIX knowledge in INSTALL (though IRIX 6.2 is quite old...) p4raw-id: //depot/perl@16995
* Integrate maintperl change #16988;Jarkko Hietaniemi2002-06-051-2/+5
| | | | | | | | make IO::Pipe work on windows p4raw-link: @16988 on //depot/maint-5.6/perl: f7319d51d4524198950d828d33371d7b83ca3019 p4raw-id: //depot/perl@16990 p4raw-integrated: from //depot/maint-5.6/perl@16989 'merge in' ext/IO/lib/IO/Pipe.pm (@5902..)
* Integrate macperl changes #16974 and #16975;Jarkko Hietaniemi2002-06-051-1/+1
| | | | | | | | | | | | | | nativize() isn't happy with absolute Mac paths Test::Harness test fixes, attempt #3 :-) p4raw-link: @16974 on //depot/macperl: 594896ac796bb1aa12d08048b3e095be1cebc16d p4raw-id: //depot/perl@16989 p4raw-integrated: from //depot/macperl@16987 'copy in' ext/DynaLoader/DynaLoader_pm.PL (@16929..) lib/ExtUtils/MM_MacOS.pm (@16938..) lib/Test/Harness/t/callback.t lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/test-harness.t lib/lib_pm.PL (@16968..)
* Remove all occurrences of occurence, except for one (in theAbhijit Menon-Sen2002-06-031-1/+1
| | | | | Changelog) that is preserved for historical reasons. p4raw-id: //depot/perl@16979
* Integrate #16971 from maint-5.6;Jarkko Hietaniemi2002-06-011-0/+2
| | | | | | | | | IO::Poll wasn't working on windows since poll.c wasn't using the same abstractions as perl; for test case, see: http://bugs.activestate.com/show_bug.cgi?id=19624 p4raw-id: //depot/perl@16973 p4raw-integrated: from //depot/maint-5.6/perl@16972 'merge in' ext/IO/poll.c (@5902..) XSUB.h (@7887..)
* [Encode] 1.75 ReleasedDan Kogai2002-06-0110-13/+30
| | | | | Message-Id: <16B7B98D-758C-11D6-AE74-0003939A104C@dan.co.jp> p4raw-id: //depot/perl@16964
* another Storable testNicholas Clark2002-06-011-0/+12
| | | | | Message-ID: <20020601130700.GB301@Bagpuss.unfortu.net> p4raw-id: //depot/perl@16956
* Remove $Id$ lines.Abhijit Menon-Sen2002-06-0125-46/+1
| | | p4raw-id: //depot/perl@16953
* Nitpick at ChangeLog until it is consistently formatted.Abhijit Menon-Sen2002-06-011-31/+32
| | | p4raw-id: //depot/perl@16951
* MacOS test glitch.Jarkko Hietaniemi2002-05-311-1/+1
| | | p4raw-id: //depot/perl@16945
* Integrate macperl patches #16926 and #16938;Jarkko Hietaniemi2002-05-311-0/+6
| | | | | | | | | | | | | | | | | | | | | Big MacPerl Testing Patch No. 2 Big MacPerl Testing Patch No. 3 p4raw-id: //depot/perl@16942 p4raw-integrated: from //depot/macperl@16937 'copy in' lib/Devel/SelfStubber.pm lib/Devel/SelfStubber.t lib/File/DosGlob.t lib/File/Path.t lib/File/Spec/t/Spec.t lib/File/Temp.pm lib/FindBin.t lib/Tie/File/t/09_gen_rs.t lib/lib.t t/comp/use.t utils/dprofpp.PL utils/splain.PL (@16123..) t/lib/MakeMaker/Test/Utils.pm (@16230..) lib/diagnostics.t (@16646..) lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/Command.t (@16730..) lib/lib_pm.PL (@16926..) lib/ExtUtils/MM_MacOS.pm lib/Test/Harness/Straps.pm lib/Test/Harness/t/callback.t lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/test-harness.t (@16929..) p4raw-integrated: from //depot/macperl@16926 'merge in' lib/English.t (@16123..) ext/DynaLoader/DynaLoader_pm.PL (@16868..)
* NetWare update from Ananth Kesari.Jarkko Hietaniemi2002-05-311-2/+16
| | | p4raw-id: //depot/perl@16922
* Storable compatibility with 64 bit 5.6.xNicholas Clark2002-05-318-21/+438
| | | | | Message-ID: <20020530230221.GC296@Bagpuss.unfortu.net> p4raw-id: //depot/perl@16909
* prevent attempts to load extension libraries more than once on darwin.Doug MacEachern2002-05-302-6/+24
| | | | | avoiding fatal errors in the form of: "multiple definitions of symbol _XS_foo" p4raw-id: //depot/perl@16903
* INT2PTR/PTR2IV defined twice.Jarkko Hietaniemi2002-05-301-42/+34
| | | p4raw-id: //depot/perl@16900