summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* RE: [ID 20020507.001] PATCH: 5.6.1: glob() problem on ReliantUNIX with LFS ↵Andrej Borsenkow2002-05-081-1/+18
| | | | | | | support Message-ID: <6134254DE87BD411908B00A0C99B044F02E89A6A@mowd019a.mow.siemens.ru> p4raw-id: //depot/perl@16480
* Bump up the Storable $VERSION to 2.0.Jarkko Hietaniemi2002-05-081-1/+1
| | | p4raw-id: //depot/perl@16478
* perl_clone_host() n/a when PERL_IMPLICIT_SYS isn'tGurusamy Sarathy2002-05-081-1/+1
| | | p4raw-id: //depot/perl@16463
* aTHX may be emptyGurusamy Sarathy2002-05-081-0/+4
| | | p4raw-id: //depot/perl@16462
* 5005threads builds again on windowsGurusamy Sarathy2002-05-082-5/+10
| | | p4raw-id: //depot/perl@16461
* fixes for various warnings identified by Visual C++Gurusamy Sarathy2002-05-0716-22/+19
| | | p4raw-id: //depot/perl@16460
* keep paths consistently slashed on windowsGurusamy Sarathy2002-05-071-1/+3
| | | p4raw-id: //depot/perl@16459
* integrate makefile.mk changes into MakefileGurusamy Sarathy2002-05-071-5/+13
| | | p4raw-id: //depot/perl@16458
* Re: [PATCH] Storable (Re: perl@16433)Nicholas Clark2002-05-075-11/+76
| | | | | Message-ID: <20020507222600.GC306@Bagpuss.unfortu.net> p4raw-id: //depot/perl@16457
* Re: [PATCH scope.c] Re: local($tied->{foo}) leaksDave Mitchell2002-05-072-20/+18
| | | | | Message-ID: <20020508001102.D4118@fdgroup.com> p4raw-id: //depot/perl@16456
* correctly unlocalise exists on tied/%ENV Dave Mitchell2002-05-071-5/+17
| | | | | Message-ID: <20020507231310.B4118@fdgroup.com> p4raw-id: //depot/perl@16455
* Documentation of asyncArtur Bergman2002-05-071-0/+7
| | | p4raw-id: //depot/perl@16454
* Documentation added.Artur Bergman2002-05-071-4/+4
| | | p4raw-id: //depot/perl@16453
* Add support for async.Artur Bergman2002-05-071-1/+6
| | | p4raw-id: //depot/perl@16452
* Add documentation.Artur Bergman2002-05-071-0/+60
| | | p4raw-id: //depot/perl@16451
* Fix bad assumptions in test case.Artur Bergman2002-05-071-2/+10
| | | | | | | | a) print "ok $var\n"; $var++ isn't atomic by any stretch of imagination b) $var++ is not atomic c) the creating of the string to print and the actuall printing could be preempted by another thread p4raw-id: //depot/perl@16450
* [ PATCH ] HP-UX 11.00 + 16446 + gcc-3.1/64H.Merijn Brand2002-05-071-0/+1
| | | | | | From: "H.Merijn Brand" <h.m.brand@hccnet.nl> Message-Id: <20020507190423.E22C.H.M.BRAND@hccnet.nl> p4raw-id: //depot/perl@16449
* Upgrade to Encode 1.71.Jarkko Hietaniemi2002-05-075-9/+22
| | | p4raw-id: //depot/perl@16448
* AUTHORS updates.Jarkko Hietaniemi2002-05-071-1/+8
| | | p4raw-id: //depot/perl@16446
* avoid compiler casting warningsRobin Barker2002-05-071-2/+2
| | | | | Message-Id: <200205071513.QAA05846@tempest.npl.co.uk> p4raw-id: //depot/perl@16445
* [ID 20020506.009] File::Spec::Unix::canonpath under cygwinMichael A Chase2002-05-071-2/+6
| | | | | | | Message-Id: <E174pZk-0008IP-00@smtp6.mindspring.com> (plus add what POSIX says) p4raw-id: //depot/perl@16444
* Re: lib/User/pwent.t on CygwinJohn Peacock2002-05-071-3/+7
| | | | | Message-ID: <3CD68FBD.8020502@rowman.com> p4raw-id: //depot/perl@16443
* [PATCH] Storable (Re: perl@16433)Radu Greab2002-05-071-87/+145
| | | | | | | | | | | | | Date: Tue, 7 May 2002 11:37:03 +0300 Message-ID: <15575.37423.446700.9930@ix.netsoft.ro> Subject: Re: [PATCH] Storable (Re: perl@16433) From: Radu Greab <radu@netsoft.ro> Date: Tue, 7 May 2002 12:49:24 +0300 Message-ID: <15575.41764.744956.7193@ix.netsoft.ro> Plug the Storable memory leaks. p4raw-id: //depot/perl@16442
* Upgrade to CPAN 1.61.Jarkko Hietaniemi2002-05-072-6/+7
| | | p4raw-id: //depot/perl@16441
* Document the bad behaviour of for(1..5){$_++}Jarkko Hietaniemi2002-05-071-1/+9
| | | | | (it works but it should fail) p4raw-id: //depot/perl@16439
* README.ko update from Jungshik Shin.Jarkko Hietaniemi2002-05-071-33/+59
| | | p4raw-id: //depot/perl@16438
* Re: perl@16433Nicholas Clark2002-05-063-11/+101
| | | | | Message-ID: <20020506232146.GF4698@Bagpuss.unfortu.net> p4raw-id: //depot/perl@16437
* two and a half steps further for WinCE cross-buildVadim Konovalov2002-05-065-3439/+59
| | | | | Message-ID: <022001c1f537$d2dd4f10$cb5cc3d9@vad> p4raw-id: //depot/perl@16436
* Detypo.Jarkko Hietaniemi2002-05-061-1/+1
| | | p4raw-id: //depot/perl@16435
* Re: [proposed PATCH] correctly unlocalise exists on tied/%ENVDave Mitchell2002-05-062-6/+19
| | | | | Message-ID: <20020506171700.A256@fdgroup.com> p4raw-id: //depot/perl@16434
* Update Changes.Jarkko Hietaniemi2002-05-062-1/+399
| | | p4raw-id: //depot/perl@16433
* Add a test for #16431, and document Dave's campaignJarkko Hietaniemi2002-05-062-12/+48
| | | | | against localised hash element bugs. p4raw-id: //depot/perl@16432
* [proposed PATCH] correctly unlocalise exists on tied/%ENVDave Mitchell2002-05-062-1/+7
| | | | | Message-ID: <20020504003418.F22026@fdgroup.com> p4raw-id: //depot/perl@16431
* Regen uconfig.h.Jarkko Hietaniemi2002-05-061-0/+2
| | | p4raw-id: //depot/perl@16430
* Unfortunately AmigaOS has been broken since 11423Jarkko Hietaniemi2002-05-061-4/+0
| | | | | and is unlikely to get fixed in time for 5.8.0. p4raw-id: //depot/perl@16429
* Ultimate discouragement for the old tools, from Andreas.Jarkko Hietaniemi2002-05-064-236/+3
| | | p4raw-id: //depot/perl@16428
* Upgrade to Digest::MD5 2.20.Jarkko Hietaniemi2002-05-064-11/+24
| | | p4raw-id: //depot/perl@16427
* [Encode] 1.70 releasedDan Kogai2002-05-067-24/+51
| | | | | Message-Id: <17AB2CE6-60DD-11D6-9982-00039301D480@dan.co.jp> p4raw-id: //depot/perl@16426
* PerlIO::Via referenceGisle Aas2002-05-061-3/+7
| | | | | Message-Id: <lrd6w925b4.fsf_-_@caliper.activestate.com> p4raw-id: //depot/perl@16425
* Term/Complete.pm: quote metacharsBrendan O'Dea2002-05-061-2/+2
| | | | | Message-Id: <20020506040448.GA8241@londo.odea.dropbear.id.au> p4raw-id: //depot/perl@16424
* p4genpatch: avoid stderr noise during addsGurusamy Sarathy2002-05-061-5/+6
| | | p4raw-id: //depot/perl@16423
* Fixup VOS builds of miniperlPaul Green2002-05-063-2/+27
| | | | | Message-Id: <200205060311.XAA12996@mailhub1.stratus.com> p4raw-id: //depot/perl@16422
* Re: [ID 20020504.006] $s=`command` fails if $/=\integerRadu Greab2002-05-062-1/+10
| | | | | Message-ID: <15573.56062.264379.981864@ix.netsoft.ro> p4raw-id: //depot/perl@16421
* Further comment tweak, to agree with perlxs.pod.Jarkko Hietaniemi2002-05-051-1/+2
| | | p4raw-id: //depot/perl@16420
* Update README.vos and release vos build macrosPaul Green2002-05-056-35/+94
| | | | | | Message-Id: <200205052114.RAA26329@mailhub2.stratus.com> To: perl5-porters@perl.org p4raw-id: //depot/perl@16419
* Retract MM_NW5.pm part of #16371, at the requestJarkko Hietaniemi2002-05-051-18/+26
| | | | | of Michael Schwern. p4raw-id: //depot/perl@16418
* Comment tweaks.Jarkko Hietaniemi2002-05-051-2/+2
| | | p4raw-id: //depot/perl@16417
* a few more p4genpatch fixes:Gurusamy Sarathy2002-05-051-34/+22
| | | | | | | | | | | | | | don't assume previous revision exists, let p4 compute it from the one-less-change number instead the time part in timestamps were always 00:00:00; fix by fetching metadata via "p4 fsync" rather than "p4 filelog" quote all file names used in external commands to make them them work when there are spaces in those file names looks production worthy now :) p4raw-id: //depot/perl@16416
* The #16401 was far from enough, and mostly in a wrong direction.Jarkko Hietaniemi2002-05-051-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
* p4genpatch diffs against depot files from //depot/perl when calledGurusamy Sarathy2002-05-051-1/+3
| | | | | with -b //depot/maint-5.6/perl p4raw-id: //depot/perl@16414