summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Re: Doc patches for File::Find Mark-Jason Dominus2004-01-241-9/+17
| | | | | | | | Message-Id: <20040122143058.29226.qmail@plover.com> Better document the fact that neither find() nor finddepth() do a breath-first search. p4raw-id: //depot/perl@22207
* Upgrade to Locale::Maketext 1.08.Abhijit Menon-Sen2004-01-244-5/+50
| | | p4raw-id: //depot/perl@22204
* [perl #25160] ':flock' not recognized unless it's firstH.Merijn Brand2004-01-211-1/+1
| | | | | | | | Exporter::Heavy now will treat :, /, and ! special in all arguments, not only if the _first_ arg starts with it Date: Wed, 21 Jan 2004 08:32:47 -0500 Message-ID: <20040121133248.3359.qmail@plover.com> p4raw-id: //depot/perl@22192
* Fix precedence errors and add some cleanup in the newRafael Garcia-Suarez2004-01-202-4/+7
| | | | | DBM_Filter tests p4raw-id: //depot/perl@22183
* Enhanced DBM FiltersPaul Marquess2004-01-1715-0/+2394
| | | | | | | | From: "Paul Marquess" <Paul.Marquess@btinternet.com> Message-ID: <AIEAJICLCBDNAAOLLOKLAEPPPHAA.Paul.Marquess@btinternet.com> add DBM_Filter p4raw-id: //depot/perl@22168
* Bump version number as file has changed since 5.8.2Nicholas Clark2004-01-141-1/+1
| | | p4raw-id: //depot/perl@22150
* Doc patches for File::FindAndy Lester2004-01-141-20/+29
| | | | | Message-Id: <20040112061050.GB7308@petdance.com> p4raw-id: //depot/perl@22149
* Assimilate CGI 3.03Nicholas Clark2004-01-143-7/+14
| | | p4raw-id: //depot/perl@22136
* [ANNOUNCE] Math::BigInt v1.69Tels2004-01-137-61/+67
| | | | | Message-Id: <200401131928.50247@bloodgate.com> p4raw-id: //depot/perl@22129
* Upgrade to Locale::Maketext 1.07.Abhijit Menon-Sen2004-01-136-48/+309
| | | p4raw-id: //depot/perl@22126
* Upgrade to Cwd 2.14.Rafael Garcia-Suarez2004-01-111-3/+2
| | | p4raw-id: //depot/perl@22112
* Upgrade to Math::BigRat 0.11Tels2004-01-114-62/+308
| | | | | | Subject: [PATCH] [ANNOUCNE] Math::BigRat 0.11 Message-Id: <200401071830.07445@bloodgate.com> p4raw-id: //depot/perl@22110
* Nicer formatting for function arguments in Carp messagesSteve Hay2004-01-102-2/+2
| | | | | | | Message-ID: <3FFC0816.9090406@uk.radan.com> (and increment version number in Carp) p4raw-id: //depot/perl@22109
* Upgrade to Cwd 2.13Rafael Garcia-Suarez2004-01-041-10/+10
| | | p4raw-id: //depot/perl@22056
* Upgrade to PerlIO::via::QuotedPrint 0.06Rafael Garcia-Suarez2004-01-031-1/+5
| | | p4raw-id: //depot/perl@22052
* Update debugger version number and Changes fileNicholas Clark2004-01-021-1/+3
| | | p4raw-id: //depot/perl@22041
* Fix bug #24383, where hashes with the :unique attribute weren'tDave Mitchell2004-01-011-3/+3
| | | | | | | | getting made readonly on interpreter clone. Also, remove the :unique attribute from the hashes in warnings.pm, since they may later be modified by warnings::register. Finally, adds tests for the :unique attribute. p4raw-id: //depot/perl@22034