summaryrefslogtreecommitdiff
path: root/ext
Commit message (Collapse)AuthorAgeFilesLines
* Re: tests for change #22539Jim Cromie2004-04-068-79/+2712
| | | | | | Message-ID: <4069E913.5040906@divsol.com> (with some spelling tweaks) p4raw-id: //depot/perl@22664
* C<undef> doesn't look like a number. See also:Marcus Holland-Moritz2004-04-053-3/+3
| | | | | | Subject: Re: [perl #27606] undef "looks like" a number Message-Id: <20040315221626.48061c67@r2d2> p4raw-id: //depot/perl@22662
* Hand merge patch from maint back to blead.Nicholas Clark2004-04-041-1/+2
| | | p4raw-id: //depot/perl@22646
* Bump version numbers for modules that have changed since 5.8.3Nicholas Clark2004-04-047-7/+7
| | | p4raw-id: //depot/perl@22642
* Re: [PATCH] MIME::Base64 PERL_NO_GET_CONTEXTGisle Aas2004-03-314-5/+19
| | | | | Message-ID: <lrk712bjs1.fsf@caliper.activestate.com> p4raw-id: //depot/perl@22617
* Zaurus SL-[78]60 native compile patchDan Kogai2004-03-301-1/+3
| | | | | | Message-Id: <46DCC0BF-8199-11D8-8D5B-000A95DBB50A@dan.co.jp> Date: Tue, 30 Mar 2004 00:53:52 +0900 p4raw-id: //depot/perl@22614
* Clarify op.h comments for which ops the OPpDEREF* private flagsDave Mitchell2004-03-261-1/+1
| | | | | are actually used; update Concise.pm to match p4raw-id: //depot/perl@22597
* Unify 5.008 and 5.009's B::Concise 0.58Nicholas Clark2004-03-231-8/+12
| | | p4raw-id: //depot/perl@22566
* Unify 5.008 and 5.009's B::Concise 0.56Nicholas Clark2004-03-231-5/+12
| | | p4raw-id: //depot/perl@22565
* [perl #24821] enhancement patch for B::Concise Jim Cromie2004-03-191-48/+171
| | | | | | Message-ID: <4058BF4B.1000004@divsol.com> (Only the Concise.pm part, with documentation nits) p4raw-id: //depot/perl@22539
* Change Storable.xs to conditionally include ppport.h for pre 5.8.0Nicholas Clark2004-03-196-1103/+10
| | | | | | | This allows the ppport.h to be deleted from ext/Storable, which will reduce the potential for confusion. Bump Storable's version to 2.12; update the ChangeLog p4raw-id: //depot/perl@22536
* Move Beau Cox's ppport.h fixes into PPPort.pmNicholas Clark2004-03-191-7/+9
| | | p4raw-id: //depot/perl@22535
* Storable PERL_NO_GET_CONTEXTbeau@beaucox.com2004-03-193-201/+1392
| | | | | Message-Id: <20040318_224545_009145.beau@beaucox.com> p4raw-id: //depot/perl@22533
* Corrections and explanations in commentsNicholas Clark2004-03-181-2/+2
| | | p4raw-id: //depot/perl@22528
* format/casting/warning RE: perl 5.9.1Robin Barker2004-03-171-1/+1
| | | | | Message-ID: <533D273D4014D411AB1D00062938C4D90404682E@hotel.npl.co.uk> p4raw-id: //depot/perl@22521
* Add auto-require of modules to restore overloading (and tests)Nicholas Clark2004-03-175-8/+52
| | | p4raw-id: //depot/perl@22516
* Add regression tests for the auto-require of STORABLE_thawNicholas Clark2004-03-174-1/+55
| | | p4raw-id: //depot/perl@22515
* Add a lchown() call to the POSIX module. [perl #27547]Rafael Garcia-Suarez2004-03-162-1/+17
| | | p4raw-id: //depot/perl@22513
* Fix the order of arguments in the usage message ofRafael Garcia-Suarez2004-03-151-1/+1
| | | | | | POSIX::chown(). It's different from the POSIX order but it's the same than CORE::chown(). Damn. p4raw-id: //depot/perl@22502
* Four Storable patches towards Storable 2.11 :Nicholas Clark2004-03-145-75/+227
| | | | | | | | | | | | | | | | Subject: Re: [perl #27616] Storable can't freeze restricted hashes in canonical order Date: Sat, 13 Mar 2004 15:13:28 +0000 Message-ID: <20040313151327.GS701@plum.flirble.org> Date: Sat, 13 Mar 2004 20:23:45 +0000 Message-ID: <20040313202345.GX701@plum.flirble.org> Date: Sat, 13 Mar 2004 22:20:07 +0000 Message-ID: <20040313222007.GZ701@plum.flirble.org> Date: Sat, 13 Mar 2004 23:03:46 +0000 Message-ID: <20040313230345.GB701@plum.flirble.org> p4raw-id: //depot/perl@22498
* Upgrade to Cwd 2.17.Rafael Garcia-Suarez2004-03-102-7/+28
| | | p4raw-id: //depot/perl@22482
* Upgrade to Cwd 2.16Rafael Garcia-Suarez2004-03-092-22/+13
| | | p4raw-id: //depot/perl@22470
* Re: [PATCH Cwd 2.15] test tweak for VMSKen Williams2004-03-071-7/+22
| | | | | | From: "Ken Williams" <ken@mathforum.org> Message-Id: <51C75B2A-704D-11D8-BBD2-003065F6D85A@mathforum.org> p4raw-id: //depot/perl@22459
* test tweak for VMSCraig A. Berry2004-03-061-3/+3
| | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-ID: <404A2BDB.8030401@mac.com> p4raw-id: //depot/perl@22452
* Allow syslog() to use numeric constants in addition to strings forJim Schneider2004-03-061-1/+2
| | | | | | | | facility names and priorities. Subject: Patch for Sys::Syslog Message-Id: <200403051403.10674.jschneid@netilla.com> p4raw-id: //depot/perl@22451
* Change 22436 broke the Windows build.Rafael Garcia-Suarez2004-03-051-1/+10
| | | | | Fix by Steve Hay. p4raw-id: //depot/perl@22441
* Re: [perl #25270] 5.8.3 - POSIX::ctermid() on Solaris Andy Dougherty2004-03-041-1/+3
| | | | | Message-ID: <Pine.SOL.4.58.0403041438350.5863@maxwell.phys.lafayette.edu> p4raw-id: //depot/perl@22436
* integrate Time::HiRes 1.56 from CPANDave Mitchell2004-03-013-3/+9
| | | | | (which is itself mostly derived from the bleedperl version) p4raw-id: //depot/perl@22418
* Bump Socket's version to a real floating point valueNicholas Clark2004-02-291-1/+1
| | | p4raw-id: //depot/perl@22411
* Back out _01 version suffix.Abhijit Menon-Sen2004-02-291-1/+1
| | | p4raw-id: //depot/perl@22410
* 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-0/+6
| | | p4raw-id: //depot/perl@22403
* In hsplit, if a normal hash has placeholders then clear them beforeNicholas Clark2004-02-271-1/+20
| | | | | | | splitting. We can do this safely because Storable ensures hsplit is not called while it builds restricted hashes (actually any hashes) This change may not make things faster, but now we have the choice. p4raw-id: //depot/perl@22393
* Re: [perl #26905] "use bytes" doesn't apply byte semantics to concatenation SADAHIRO Tomoyuki2004-02-231-7/+3
| | | | | | | | | | | | | Date: Sun, 22 Feb 2004 16:09:33 +0900 Message-Id: <20040222160505.98E5.BQW10602@nifty.com> Subject: [PATCH] Encode::CN::HZ (was Re: [perl #26905] "use bytes" doesn't apply byte semantics to concatenation) From: SADAHIRO Tomoyuki <bqw10602@nifty.com> Date: Sun, 22 Feb 2004 18:41:43 +0900 Message-Id: <20040222182357.6B39.BQW10602@nifty.com> Plus, add a "_01" to the theoretical version number of Encode::CN::HZ. p4raw-id: //depot/perl@22363
* initial patch for cygwin IPC via cygserverYitzchak Scott-Thoennes2004-02-221-1/+5
| | | | | Message-ID: <20040219170113.GA2792@efn.org> p4raw-id: //depot/perl@22358
* Extend OP_AELEMFAST optimisation to lexical arraysDave Mitchell2004-02-222-13/+23
| | | p4raw-id: //depot/perl@22357
* Increment the version number of B, due to the incompatibleRafael Garcia-Suarez2004-02-211-1/+1
| | | | | API change introduced by #22353 (no more op_seq method.) p4raw-id: //depot/perl@22354
* Re: op_seq (was: Freeing code)Paul Johnson2004-02-217-238/+245
| | | | | | | | | | Message-ID: <20040221013147.GB6953@pjcj.net> Rework the OP structure to use less space. Remove op_seq (and simulate it in dump.c), replace it by op_opt and op_static, shrink op_type, remove PL_op_seqmax. p4raw-id: //depot/perl@22353
* add Deparse/Concise support for inplace sort (change 22349)Dave Mitchell2004-02-202-2/+6
| | | p4raw-id: //depot/perl@22350
* 1. Add section to perlxs.pod describing that the refcount of AVs/HVsMarcus Holland-Moritz2004-02-181-0/+1
| | | | | | | | | returned from XSUBs through RETVAL isn't decremented as it is for SVs. This causes those XSUBs to leak memory and cannot be fixed without breaking existing CPAN modules that work around this bug. 2. Fix a memory leak of that kind in POSIX::localconv. p4raw-id: //depot/perl@22330
* Encode has local changes. Up-version it.Rafael Garcia-Suarez2004-02-181-1/+1
| | | p4raw-id: //depot/perl@22329
* One of the new tests of MIME::Base64 relies on a non-core module.Rafael Garcia-Suarez2004-02-171-42/+0
| | | p4raw-id: //depot/perl@22326
* Upgrade to MIME::Base64 3.00.Rafael Garcia-Suarez2004-02-177-238/+177
| | | | | | | Fix t/warn.t so it works in the core. Reintegrate change #22309 in it. Bump $VERSION to 3.00_01. p4raw-link: @22309 on //depot/perl: 1b96abaf83c640ae3fca4becfa82d376954d73cc p4raw-id: //depot/perl@22325
* remove C<my $x if foo> construct from core modulesDave Mitchell2004-02-173-10/+19
| | | p4raw-id: //depot/perl@22322
* Bump $B::VERSION (because of change #22315).Rafael Garcia-Suarez2004-02-171-1/+1
| | | | | p4raw-link: @22315 on //depot/perl: 4ce457a6488a69b8fafc38a9468220b68d66eddb p4raw-id: //depot/perl@22320
* Re: [PATCH] GLOB to LVALUE assignment fixTassilo von Parseval2004-02-172-7/+7
| | | | | | | Message-Id: <20040217163216.GA6805@ethan> Make PVLV a superset of PVGV, so that $lvalue = *FOO works p4raw-id: //depot/perl@22315
* Fix typo in doc for EncodeBrendan O'Dea2004-02-161-1/+1
| | | | | | From: "Brendan O'Dea" <bod@debian.org> Message-ID: <20040215122717.GA26812@londo.c47.org> p4raw-id: //depot/perl@22310
* Missing semi-colonBrendan O'Dea2004-02-161-1/+1
| | | | | | From: "Brendan O'Dea" <bod@debian.org> Message-ID: <20040215122717.GA26812@londo.c47.org> p4raw-id: //depot/perl@22309
* Implement stacked filetest operators (-f -w -x $file).Rafael Garcia-Suarez2004-02-091-0/+6
| | | p4raw-id: //depot/perl@22294
* Add the new private flag OPpGREP_LEX in B::Concise.Rafael Garcia-Suarez2004-02-081-1/+3
| | | p4raw-id: //depot/perl@22290