summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Bleadperl to version 0.37John Peacock2004-04-072-77/+140
| | | | | Message-ID: <40735FC3.5010305@rowman.com> p4raw-id: //depot/perl@22668
* Bump version numbers for modules that have changed since 5.8.3Nicholas Clark2004-04-047-7/+7
| | | p4raw-id: //depot/perl@22642
* debug the instructions on upgrading UnicodeNicholas Clark2004-04-011-3/+12
| | | p4raw-id: //depot/perl@22630
* Upgrade to Unicode 4.0.1Nicholas Clark2004-03-31101-2858/+3612
| | | p4raw-id: //depot/perl@22621
* Unknowingly for years we've had a test that has assumed the orderNicholas Clark2004-03-311-7/+22
| | | | | of results from readdir. Fixed. p4raw-id: //depot/perl@22615
* [perl #27986] IPC::Open3 fails in mod_perl (tie bug) Benjamin J. Tilly2004-03-291-0/+3
| | | | | | | | | From: "Benjamin J. Tilly" (via RT) <perlbug-followup@perl.org> Message-ID: <rt-3.0.8-27986-82842.3.55447645581215@perl.org> The forked child should make sure STDIN and STDOUT aren't tied before messing with them p4raw-id: //depot/perl@22609
* I must be tired today.Rafael Garcia-Suarez2004-03-211-3/+3
| | | p4raw-id: //depot/perl@22547
* Re: [perl #27803] perl crashes when utf8::upgrade($offsetOK_scalar) SADAHIRO Tomoyuki2004-03-211-1/+11
| | | | | Message-Id: <20040321151828.DAC6.BQW10602@nifty.com> p4raw-id: //depot/perl@22545
* open.pm: allow upper-cased EUCAudrey Tang2004-03-191-4/+4
| | | | | Message-Id: <20040319102710.GA91216@aut.dyndns.org> p4raw-id: //depot/perl@22538
* [PATCH] Move Win32.pm/Win32.xs from libwin32 module to core PerlNicholas Clark2004-03-191-429/+0
| | | | | | | | | | | | From: Jan Dubois <jand@activestate.com> Message-ID: <lg2k509o51b8openotuetdts6go7pn4udo@4ax.com> Date: Thu, 18 Mar 2004 13:13:49 -0800 Subject: Re: [PATCH] Move Win32.pm/Win32.xs from libwin32 module to core Perl From: Steve Hay <steve.hay@uk.radan.com> Message-ID: <405ACC6D.1040804@uk.radan.com> Date: Fri, 19 Mar 2004 10:33:17 +0000 p4raw-id: //depot/perl@22537
* pumpkin fodderJarkko Hietaniemi2004-03-181-2/+26
| | | | | Message-Id: <200403121316.i2CDGv1Y254951@kosh.hut.fi> p4raw-id: //depot/perl@22527
* Since the signature.t test of CPAN relies on a non-core module,Rafael Garcia-Suarez2004-03-161-16/+0
| | | | | it's not relevant to the perl core distribution. p4raw-id: //depot/perl@22503
* Math::BigInt v1.70, bignum 0.15, Math::BigRat 0.12Tels2004-03-129-13/+144
| | | | | Message-Id: <200403121802.31679@bloodgate.com> p4raw-id: //depot/perl@22491
* Upgrade to Cwd 2.17.Rafael Garcia-Suarez2004-03-101-1/+1
| | | p4raw-id: //depot/perl@22482
* Change 22476 left out a similar fix for ExtUtils::MM_Win32Rafael Garcia-Suarez2004-03-102-4/+4
| | | | | | | (noticed by Steve Hay.) Also, update MANIFEST.SKIP to be in line with the renaming "blibdirs" to "blibdirs.exists". p4raw-id: //depot/perl@22480
* A patch by Richard Foley to reduce the amount ofRafael Garcia-Suarez2004-03-101-2355/+7260
| | | | | forkage between the 5.8 and 5.9 debuggers. p4raw-id: //depot/perl@22479
* bleadperl/MM/VMS (was Re: perl@22413)Craig A. Berry2004-03-095-30/+64
| | | | | | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-ID: <404C80C3.6090009@mac.com> Avoid to build everything twice on VMS. This is done by renaming the blibdirs target to blibdirs.exists. No, I don't understand why. p4raw-id: //depot/perl@22476
* Upgrade to Cwd 2.16Rafael Garcia-Suarez2004-03-091-1/+1
| | | p4raw-id: //depot/perl@22470
* Upgrade to CGI.pm 3.04.Rafael Garcia-Suarez2004-03-092-4/+4
| | | p4raw-id: //depot/perl@22469
* Add a readonly check to Perl_sv_utf8_upgrade_flags, a regresion testNicholas Clark2004-03-071-1/+7
| | | | | in utf8.t, and fix 3 bugs it exposed in utfhash.t p4raw-id: //depot/perl@22463
* remove an 'if $a if 0' from AutoSplit.tDave Mitchell2004-03-041-1/+1
| | | p4raw-id: //depot/perl@22434
* Clarify the difference between utf8::downgrade/upgradeRafael Garcia-Suarez2004-03-041-8/+15
| | | | | and utf8::encode/decode (patch by Jarkko). p4raw-id: //depot/perl@22430
* Speed up the unicode case mappings (for /i, lc, uc, etc).Jarkko Hietaniemi2004-03-035-318/+326
| | | | | | Subject: [PATCH] [perl #24826] Message-Id: <9B5CBF96-6CE5-11D8-83B0-00039362CB92@iki.fi> p4raw-id: //depot/perl@22427
* debugger (5.8.x and 5.9.x)Richard Foley2004-03-031-7/+61
| | | | | Message-Id: <200403031610.25080.richard.foley@rfi.net> p4raw-id: //depot/perl@22426
* Bump version numbers of moules affected by change #22258Dave Mitchell2004-02-285-5/+5
| | | | | | (removing /tmp and other insecurities) p4raw-link: @22258 on //depot/perl: 2359510ddb135dcc6e80153f51cff0a97b20b597 p4raw-id: //depot/perl@22409
* Assimilate Cwd 2.15 from CPANNicholas Clark2004-02-271-1/+7
| | | p4raw-id: //depot/perl@22403
* Create a new local $_ without triggering tie by using local *_ = \my $aNicholas Clark2004-02-272-4/+38
| | | | | (an idea from Ton Hospel, Message-Id: <c1igq3$n84$1@post.home.lunix>) p4raw-id: //depot/perl@22401
* Skip the Net/Ping/450_service failures on HP-UX for the time beingH.Merijn Brand2004-02-251-1/+2
| | | p4raw-id: //depot/perl@22375
* Instead of localising *_, use a dummy foreach loop to getRafael Garcia-Suarez2004-02-231-3/+4
| | | | | a local value of $_ p4raw-id: //depot/perl@22367
* Re: [perl #24338] Attribute::Handlers will trash UNIVERSALAlan Ferrency2004-02-231-4/+5
| | | | | Message-ID: <Pine.BSF.4.58.0402171418090.80983@smx.pair.com> p4raw-id: //depot/perl@22366
* Benchmark for child processesChia-liang Kao2004-02-231-3/+8
| | | | | Message-ID: <20040223145351.GH94376@portege.clkao.org> p4raw-id: //depot/perl@22362
* Delete lib/IPC/SysV.t (duplicate of ext/IPC/SysV/t/ipcsysv.t)Rafael Garcia-Suarez2004-02-201-218/+0
| | | p4raw-id: //depot/perl@22347
* Upgrade to Term::ANSIColor 1.08.Rafael Garcia-Suarez2004-02-204-14/+37
| | | p4raw-id: //depot/perl@22345
* Upgrade to prereleases of Math::BigInt 1.70 andRafael Garcia-Suarez2004-02-1931-1441/+1524
| | | | | Math::BigRat 0.12, by Tels. p4raw-id: //depot/perl@22344
* It's better to localize *_ than $_, to avoid magic leakageRafael Garcia-Suarez2004-02-171-3/+4
| | | p4raw-id: //depot/perl@22327
* remove C<my $x if foo> construct from core modulesDave Mitchell2004-02-178-14/+19
| | | p4raw-id: //depot/perl@22322
* Revert change 22308 (the patch was against maint, not blead)Rafael Garcia-Suarez2004-02-161-25/+0
| | | p4raw-id: //depot/perl@22312
* Add some basic POD to lib/ExtUtils/instmodsh so thatBrendan O'Dea2004-02-161-0/+25
| | | | | | | it has a manpage. From: "Brendan O'Dea" <bod@debian.org> Message-ID: <20040215122717.GA26812@londo.c47.org> p4raw-id: //depot/perl@22308
* Add a note in Unicode::UCD about the _getcode() functionRafael Garcia-Suarez2004-02-091-0/+1
| | | | | being copy-n-pasted in charnames.pm. (spotted by Merijn) p4raw-id: //depot/perl@22295
* reduce overhead of charnames.pm, make op/pat.t work under miniperlYitzchak Scott-Thoennes2004-02-091-3/+15
| | | | | | Message-ID: <20040209085145.GA3204@efn.org> (plus an etymological notice) p4raw-id: //depot/perl@22291
* deleting keys in restricted hashes was leaking the entry. Yow!Nicholas Clark2004-02-071-1/+34
| | | p4raw-id: //depot/perl@22281
* Fix a non-standard NAME pod sectionRafael Garcia-Suarez2004-02-061-1/+1
| | | | | (by Smylers and Casey West) p4raw-id: //depot/perl@22272
* was Re: [Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.36.tar.gz]John Peacock2004-02-032-258/+380
| | | | | Message-ID: <401DB17F.5060808@rowman.com> p4raw-id: //depot/perl@22264
* update fix to Shell.pm in change #22254: make /dev/null portableDave Mitchell2004-02-011-2/+5
| | | | | p4raw-link: @22254 on //depot/perl: c4a2e7a54bf494cff88f7c7c033f6b017d36f653 p4raw-id: //depot/perl@22259
* Re: [perl #15063] /tmp issuesSolar Designer2004-02-0111-55/+18
| | | | | | | Message-ID: <20040125222218.GA13499@openwall.com> Remove insecure usage of /tmp from code and documentation p4raw-id: //depot/perl@22258
* Patch for Shell.pmManuel Valente2004-02-011-3/+10
| | | | | | | Message-Id: <4016AB72.1080503@idealx.com> New option for Shell.pm to discard stderr instead of capturing it p4raw-id: //depot/perl@22254
* I'm the new maintainer of Switch.Rafael Garcia-Suarez2004-01-282-1/+3
| | | | | Sync with the CPAN version of Switch 2.10. p4raw-id: //depot/perl@22244
* Document change 22192H.Merijn Brand2004-01-261-4/+4
| | | | | We still need tests! p4raw-id: //depot/perl@22224
* fix vmsish.t #25Craig A. Berry2004-01-261-15/+13
| | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-ID: <401311AF.1060706@mac.com> p4raw-id: //depot/perl@22223
* [perl #24942] fields::inherit doesn't bless derivednothingmuch@woobling.org2004-01-242-6/+45
| | | | | | | package's \%FIELDS, results in phash deprecation errors. From: "nothingmuch@woobling.org (via RT)" <perlbug-followup@perl.org> Message-Id: <rt-3.0.8-24942-70144.16.7177902690315@perl.org> p4raw-id: //depot/perl@22208