summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Unicode 4.1.0Jarkko Hietaniemi2005-04-0223-660/+8046
| | | | | | Message-ID: <424E584D.5000508@iki.fi> Date: Sat, 02 Apr 2005 11:31:09 +0300 p4raw-id: //depot/perl@24134
* Upgrade to Module::CoreList 1.99Rafael Garcia-Suarez2005-03-311-2/+361
| | | p4raw-id: //depot/perl@24119
* Fix -C option of mktables (for VMS)Yves Orton2005-03-271-12/+27
| | | | | | Subject: Re: [PATCH] Consting five Message-ID: <9b18b311050326124563db5113@mail.gmail.com> p4raw-id: //depot/perl@24085
* FreeBSD NDBM appears to generate files ending .db, so be prepared toNicholas Clark2005-03-251-2/+2
| | | | | clean this variant up as well. p4raw-id: //depot/perl@24078
* Remove IPC::Run for 5.9.2Rafael Garcia-Suarez2005-03-2222-10013/+0
| | | p4raw-id: //depot/perl@24071
* Upgrade to PathTools 3.05Rafael Garcia-Suarez2005-03-222-10/+11
| | | p4raw-id: //depot/perl@24069
* Upgrade to File::Temp 0.16Rafael Garcia-Suarez2005-03-223-75/+249
| | | p4raw-id: //depot/perl@24068
* simple optimization for SelectSaverAlexey Tourbin2005-03-221-4/+4
| | | | | Message-ID: <20050318180551.GA12596@solemn.turbinal.org> p4raw-id: //depot/perl@24064
* Re: Stop mktables from needlessly re-running when using dmake on Win32Yves Orton2005-03-212-0/+512
| | | | | | | | | | | | Message-ID: <9b18b311050307172455a5816e@mail.gmail.com> Change 24004 stopped mktables from needlessly re-running when using dmake on Win32, but it can still happen when using nmake because it doesn't support the .UPDATEALL attribute that was used to fix dmake. e.g. Build perl, touch a core header file, then rebuild -- mktables re-runs when it didn't need to, and 7 times over at that! This change alleviates the pain by making mktables exit quickly in such cases. p4raw-id: //depot/perl@24056
* Upgrade to Math::BigInt 1.75, by TelsRafael Garcia-Suarez2005-03-209-46/+97
| | | p4raw-id: //depot/perl@24048
* Upgrade to CGI 3.07.Rafael Garcia-Suarez2005-03-153-4/+1173
| | | | | Add CGI's changelog p4raw-id: //depot/perl@24039
* Upgrade to Pod::Parser 1.30Rafael Garcia-Suarez2005-03-137-38/+139
| | | p4raw-id: //depot/perl@24034
* Add standard core test headers to the Class::ISA new testsRafael Garcia-Suarez2005-03-112-0/+8
| | | p4raw-id: //depot/perl@24027
* Upgrade to Class::ISA 0.33Rafael Garcia-Suarez2005-03-115-42/+135
| | | p4raw-id: //depot/perl@24026
* Remove a spurious undefined warning when using getopts.pl with -w.Rafael Garcia-Suarez2005-03-101-1/+1
| | | | | (from Debian) p4raw-id: //depot/perl@24019
* Upgrade to CGI.pm 3.06Rafael Garcia-Suarez2005-03-106-452/+665
| | | p4raw-id: //depot/perl@24013
* Encoding neutral unpackTon Hospel2005-03-081-1/+1
| | | | | Message-Id: <d0fi6i$k06$1@post.home.lunix> p4raw-id: //depot/perl@24010
* Add a regression test for bug #32193, and make theRafael Garcia-Suarez2005-03-032-3/+12
| | | | | fix a bit more robust p4raw-id: //depot/perl@24002
* [perl #32193] Tie::RefHash DELETE does not return value for ref keys Yuval Kojman2005-03-031-3/+3
| | | | | | From: Yuval Kojman (via RT) <perlbug-followup@perl.org> Message-ID: <rt-3.0.11-32193-98805.8.56634266171625@perl.org> p4raw-id: //depot/perl@24001
* IPC::Run test failures with utf8Nicholas Clark2005-02-211-0/+5
| | | | | Message-ID: <20050219002757.GO13998@plum.flirble.org> p4raw-id: //depot/perl@23989
* Re: Integration of PathTools 3.04Yves Orton2005-02-181-2/+4
| | | | | Message-ID: <9b18b31105021807316af0aed5@mail.gmail.com> p4raw-id: //depot/perl@23982
* Integrate encoding::warnings from Autrijus Tang.Rafael Garcia-Suarez2005-02-184-0/+305
| | | p4raw-id: //depot/perl@23980
* Upgrade to PathTools 3.04Rafael Garcia-Suarez2005-02-1713-27/+128
| | | | | (plus tweaks to Cwd and cwd.t to run when building perl) p4raw-id: //depot/perl@23977
* Upgrade to Pod::LaTeX 0.58Rafael Garcia-Suarez2005-02-172-11/+21
| | | p4raw-id: //depot/perl@23976
* Swap logic in BEGIN blocks to have Cwd's abs_path do theH.Merijn Brand2005-02-1015-30/+30
| | | | | translation *before* the chdir (), so it now DTRT p4raw-id: //depot/perl@23957
* Upgrade to Time::Local 1.11Rafael Garcia-Suarez2005-02-102-22/+82
| | | p4raw-id: //depot/perl@23956
* Re: [PATCH] BigInt mbi_rand.t failings (solved now)Tels2005-02-101-5/+33
| | | | | Message-Id: <200502092144.24051@bloodgate.com> p4raw-id: //depot/perl@23955
* Add IPC::Run 0.80.Jos I. Boumans2005-02-0922-0/+10008
| | | | | | | | | | Subject: [PATCH] IPC::Run 0.80 integration (was Re: [RFC] More core integration) From: "Jos I. Boumans" <kane@xs4all.net> Message-Id: <9E6ECDBE-7152-11D9-B82E-000A956B0E06@xs4all.net> with PERL_CORE test premables hacked for better $^X portability (we hope.) p4raw-id: //depot/perl@23954
* Patch for CAN-2004-0452 by Jeroen van Wolffelaar.Rafael Garcia-Suarez2005-02-091-13/+19
| | | | | | | The rmtree() function in the perl File::Path module would remove directories in an insecure manner which could lead to the removal of arbitrary files and directories via a symlink attack. p4raw-id: //depot/perl@23953
* Remove mention of sub-packages in the Symbol manpage.Rafael Garcia-Suarez2005-02-081-7/+6
| | | p4raw-id: //depot/perl@23950
* Fix typo in corelistRafael Garcia-Suarez2005-02-081-2/+2
| | | p4raw-id: //depot/perl@23948
* Add Module::CoreList to bleadperl.Jos I. Boumans2005-02-083-0/+5461
| | | | | | | Subject: [PATCH] Module::CoreList 1.98 integration (was: Re: [RFC] More core integration) From: "Jos I. Boumans" <kane@xs4all.net> Message-Id: <097CE3D0-714B-11D9-B82E-000A956B0E06@xs4all.net> p4raw-id: //depot/perl@23947
* Stop lib/h2xs.t failing needlessly if it failed to clear up behindNicholas Clark2005-02-051-0/+3
| | | | | itself on a previous run. p4raw-id: //depot/perl@23942
* Let's (un)do the timewarp, again.Nicholas Clark2005-02-051-0/+27
| | | | | | Attempt to bodge round Makefile sometimes being older than Makefile.PL Pesky filesystems. p4raw-id: //depot/perl@23935
* Upgrade to Digest 1.10Rafael Garcia-Suarez2005-02-045-2/+242
| | | p4raw-id: //depot/perl@23928
* More consistent names for all the parameter name/declaration methodsNicholas Clark2005-01-282-17/+17
| | | p4raw-id: //depot/perl@23897
* BigInt mbi_rand.t failingsTels2005-01-251-3/+11
| | | | | Message-Id: <200501251806.59782@bloodgate.com> p4raw-id: //depot/perl@23882
* Correct and update comments (before anyone writes in)Nicholas Clark2005-01-241-7/+6
| | | | | Remove a temporary variable. p4raw-id: //depot/perl@23879
* Add weights to ExtUtils::Constant to allow sorting by expectedNicholas Clark2005-01-242-12/+30
| | | | | | frequency. This makes the Perl_keyword() replacement 20% faster, rather than just 12% p4raw-id: //depot/perl@23876
* assorted tempfile clean-up in the test suiteCraig A. Berry2005-01-241-1/+1
| | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-ID: <41F407B5.7020106@mac.com> p4raw-id: //depot/perl@23874
* Test::Harness::Straps::_default_inc shell problemCraig A. Berry2005-01-241-2/+2
| | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-ID: <41F3FEB1.9020102@mac.com> p4raw-id: //depot/perl@23871
* Assimilate ExtUtils::Constant 0.16Nicholas Clark2005-01-234-993/+1365
| | | p4raw-id: //depot/perl@23867
* [perl #33892] Add Interix support Todd Vierling2005-01-213-7/+9
| | | | | | | | | From: Todd Vierling (via RT) <perlbug-followup@perl.org> Message-ID: <rt-3.0.11-33892-106280.17.6407478352545@perl.org> (except the Configure chunk) (and bump version numbers of modules) p4raw-id: //depot/perl@23849
* Upgrade to Test::Harness 2.46Rafael Garcia-Suarez2005-01-2110-327/+432
| | | p4raw-id: //depot/perl@23847
* VERSION++Rafael Garcia-Suarez2005-01-201-1/+1
| | | p4raw-id: //depot/perl@23839
* Re: [perl #33173] shellwords.pl and taintingAlexey Tourbin2005-01-203-56/+51
| | | | | Message-ID: <20041228192937.GB7824@solemn.turbinal.org> p4raw-id: //depot/perl@23838
* Avoid dogfood problems when an empty string accidentally ends upNicholas Clark2005-01-131-2/+4
| | | | | as a constant name. [They don't work in qw(), strangely] p4raw-id: //depot/perl@23792
* utf.pm needs to require Carp before croak()ingNicholas Clark2005-01-132-1/+8
| | | p4raw-id: //depot/perl@23788
* follow-up to #23765Craig A. Berry2005-01-121-0/+3
| | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-ID: <41E49307.7080900@mac.com> p4raw-id: //depot/perl@23783
* Need to close files before unlinking them on Win32Steve Hay2005-01-103-0/+3
| | | | | | (Various files created by test programs are left behind otherwise, and distclean doesn't clean them up) p4raw-id: //depot/perl@23778