summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.Jarkko Hietaniemi2000-11-182-116/+338
| | | p4raw-id: //depot/perl@7737
* Re: Bug in Carp::Heavy/5.6.0?Wolfgang Laun2000-11-161-1/+1
| | | | | Message-ID: <3A1241B0.64477E00@alcatel.at> p4raw-id: //depot/perl@7718
* Re: 20001101.003 PDLNicholas Clark2000-11-161-3/+14
| | | | | Message-ID: <20001116164825.B93487@plum.flirble.org> p4raw-id: //depot/perl@7717
* Re: [p5p] [PATCH perlpod.pod] Digging into the =headCasey R. Tweten2000-11-161-2/+4
| | | | | Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net> p4raw-id: //depot/perl@7716
* tiny typo in perl5db.plVadim Konovalov2000-11-141-1/+1
| | | | | | From: "Konovalov, Vadim" <vkonovalov@lucent.com> Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com> p4raw-id: //depot/perl@7681
* Redo #7679 with LFs instead of CRLFs.Jarkko Hietaniemi2000-11-141-13/+13
| | | p4raw-id: //depot/perl@7680
* Get PerlIO building on Win32Benjamin Stuhl2000-11-141-4/+13
| | | | | Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com> p4raw-id: //depot/perl@7679
* cygwin portEric Fifer2000-11-111-0/+2
| | | | | Message-ID: <000001c04b4c$b96b7980$243670c2@fifer> p4raw-id: //depot/perl@7642
* Various doc oddball characters.Michael Somos2000-11-091-1329/+1329
| | | | | | Subject: [ID 20001106.004] Perl 5.6.0 bugs Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu> p4raw-id: //depot/perl@7632
* Forgot from #7618.Jarkko Hietaniemi2000-11-091-1/+1
| | | p4raw-id: //depot/perl@7619
* Class::Struct at compile timeCasey R. Tweten2000-11-091-1/+28
| | | | | Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net> p4raw-id: //depot/perl@7617
* [ID 20001108.013] spellingTodd T. Fries2000-11-091-1/+1
| | | | | Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com> p4raw-id: //depot/perl@7616
* Add =pod to be tidy.Jarkko Hietaniemi2000-11-051-0/+2
| | | p4raw-id: //depot/perl@7561
* Merge mainlineNick Ing-Simmons2000-11-044-30/+90
|\ | | | | p4raw-id: //depot/perlio@7543
| * Fix the problem discussed inJarkko Hietaniemi2000-11-021-12/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions) Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) Message-Id: <200010160148.EAA14523@alpha.hut.fi> originally from Linc Madison. Also Andreas König's comments taken into account. Some other problems with Tie::SubstrHash fixed: didn't croak when the table exceeded the requested number of entries (as documented) but instead when the number of entries exceeded the size of the table, a croak() had an unnecessary \n, didn't have a CLEAR method, documented that there is no exists(). Didn't fix to be strict-proof because the module uses &foo; and dynamic scope. Added a test script exercizing both first tamely the basic functionality, and then the failure cases reported by Linc Madison. p4raw-id: //depot/perl@7530
| * recv() can fail and return undef.Alexey V. Barantsev2000-11-021-10/+11
| | | | | | | | | | | | Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru> p4raw-id: //depot/perl@7529
| * Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),Edward Avis2000-11-021-3/+39
| | | | | | | | | | | | | | | | fix a autovivification bug in Tie::RefHash, add tests for both. Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk> p4raw-id: //depot/perl@7527
| * [ID 20001101.001] Net::Ping icmp odd $bytesroot2000-11-011-2/+2
| | | | | | | | | | Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz> p4raw-id: //depot/perl@7513
| * Use Errno magic.Casey Tweten2000-10-311-3/+3
| | | | | | | | | | | | Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com> p4raw-id: //depot/perl@7494
* | PerlIO infrastructure complete.Nick Ing-Simmons2000-11-041-0/+87
|/ | | p4raw-id: //depot/perlio@7539
* [Chris Winters <cwinters@intes.net>] patch to ExtUtils::ManifestAndreas König2000-10-291-2/+2
| | | | | Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de> p4raw-id: //depot/perl@7489
* Upgrade to CPAN 1.58_55.Andreas König2000-10-282-90/+245
| | | | | | Subject: CPAN.pm status Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de> p4raw-id: //depot/perl@7466
* Integrate with vmsperl #7430 by Charles Bailey:Jarkko Hietaniemi2000-10-253-10/+22
|\ | | | | | | | | | | | | Cleanup from prior patch (Charles Lane?): - improve handling of MFDs in Basename and Path - default to no xsubpp line # munging when building debug images p4raw-id: //depot/perl@7445
| * Cleanup from prior patch (Charles Lane?):Charles Bailey2000-10-253-10/+22
| | | | | | | | | | | | - improve handling of MFDs in Basename and Path - default to no xsubpp line # munging when building debug images p4raw-id: //depot/vmsperl@7430
| * SYN SYNCharles Bailey2000-10-20342-5184/+8178
| | | | | | p4raw-id: //depot/vmsperl@7375
| * YA resync with mainstem, including VMS patches from othersCharles Bailey2000-08-0482-457/+4368
| | | | | | p4raw-id: //depot/vmsperl@6514
* | static linking with uninstalled perlIlya Zakharevich2000-10-241-0/+1
| | | | | | | | | | Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@7420
* | Undo the basename() part of #7412 since the lib/basenameJarkko Hietaniemi2000-10-231-8/+1
| | | | | | | | | | tests would need upgrading too. p4raw-id: //depot/perl@7414
* | Document PERL_INSTALL_ROOT of #7210.Jarkko Hietaniemi2000-10-231-0/+3
| | | | | | p4raw-id: //depot/perl@7413
* | Miscellaneous MacOS Classic library updates from Matthias Neeracher.Jarkko Hietaniemi2000-10-235-5/+23
| | | | | | p4raw-id: //depot/perl@7412
* | Re: [20000731.007] potential syntax error not detected [PATCH]Ronald J. Kimball2000-10-231-0/+3
| | | | | | | | | | Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu> p4raw-id: //depot/perl@7408
* | Retract #7404 with a patch from Robin Barker, via Andy Dougherty.Jarkko Hietaniemi2000-10-231-47/+76
| | | | | | p4raw-id: //depot/perl@7406
* | Doc patch.Robert Spier2000-10-221-0/+8
| | | | | | | | | | | | Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs Message-ID: <14835.16112.13457.447971@rls.cx> p4raw-id: //depot/perl@7405
* | Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMakerRobert Spier2000-10-221-2/+2
| | | | | | | | | | Message-ID: <14835.17223.72448.705566@rls.cx> p4raw-id: //depot/perl@7404
* | Expand %Config variables only if explicitly so requestedGurusamy Sarathy2000-10-221-13/+35
| | | | | | | | | | | | | | | | during build time by PERL_BUILD_EXPAND_CONFIG_VARS. Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com> p4raw-id: //depot/perl@7401
* | Tweak the Is* definitions of Unicode character classesJarkko Hietaniemi2000-10-229-162/+427
| | | | | | | | | | | | | | | | to better match the official categorizations; embrace the official categorizations; add the combining marks as alpha (and -numeric); fix DCinital (a typo and edito) to be DCmedial. p4raw-id: //depot/perl@7394
* | Re: [ID 20001020.002] Tie::Array SPLICE method is buggyDaniel Chetlin2000-10-211-39/+35
| | | | | | | | | | Message-ID: <20001021025703.A2115@darkstar.chetlin.org> p4raw-id: //depot/perl@7393
* | Make Cwd more bulletproof in chrooted environments.Eric E. Coe2000-10-181-1/+9
| | | | | | | | | | | | Subject: [ID 20001018.001] Fix for Cwd.pm (chroot) Message-Id: <39ED596A.70E599FE@oracle.com> p4raw-id: //depot/perl@7358
* | Show the failed remote port, instead of the failing line number.David Sparks2000-10-171-1/+1
| | | | | | | | | | | | Subject: [PATCH 5.6.1 Debugger] More diagnostics Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3> p4raw-id: //depot/perl@7356
* | Clarify documentation on 'use bytes'.Simon Cozens2000-10-171-5/+22
| | | | | | | | | | | | Subject: Re: What does 'use bytes' "mean" ? Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org> p4raw-id: //depot/perl@7354
* | RFC: a (temporary?) way around utf8.pm for EBCDICPeter Prymmer2000-10-141-1/+7
| | | | | | | | | | Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com> p4raw-id: //depot/perl@7228
* | The Install.pm third ofBill Campbell2000-10-121-21/+50
| | | | | | | | | | | | Subject: Proposed patches, Install.pm getopts.pl termcap.pl Message-ID: <20001005180451.A22029@kstarr.celestial.com> p4raw-id: //depot/perl@7210
* | Two thirds ofBill Campbell2000-10-122-29/+38
| | | | | | | | | | | | | | | | | | Subject: Proposed patches, Install.pm getopts.pl termcap.pl Message-ID: <20001005180451.A22029@kstarr.celestial.com> The Install.pm changes will be submitted separately because they need some work and discussion still. p4raw-id: //depot/perl@7209
* | 5.6.0 & 5.7.1, VMS fixesCharles Lane2000-10-121-1/+2
| | | | | | | | | | Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu> p4raw-id: //depot/perl@7208
* | Upgrade to CPAN 1.58, from Andreas König.Jarkko Hietaniemi2000-10-122-144/+153
| | | | | | p4raw-id: //depot/perl@7206
* | [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perlJ. David Blackstone2000-10-101-3/+3
| | | | | | | | | | Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com> p4raw-id: //depot/perl@7189
* | Upgrade to podlators 1.04, from Russ Allbery.Jarkko Hietaniemi2000-10-102-22/+39
| | | | | | p4raw-id: //depot/perl@7185
* | Upgrade to CGI.pm 2.74, from Lincoln Stein.Jarkko Hietaniemi2000-10-101-27/+45
| | | | | | p4raw-id: //depot/perl@7184
* | Warn about unknown scripts.Dominic Dunlop2000-10-091-0/+8
| | | | | | | | | | | | Subject: Re: ideas? patches? [PATCH bleadperl] Message-Id: <p04320400b6076a75b15f@[192.168.1.4]> p4raw-id: //depot/perl@7178
* | Windows9x doesn't support link(), despite what Config.pmGurusamy Sarathy2000-10-091-1/+1
| | | | | | | | | | might think p4raw-id: //depot/perl@7175