summaryrefslogtreecommitdiff
path: root/ext
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Re: [perl #15063] /tmp issuesSolar Designer2004-02-019-31/+23
| | | | | | | Message-ID: <20040125222218.GA13499@openwall.com> Remove insecure usage of /tmp from code and documentation p4raw-id: //depot/perl@22258
* Make Time/HiRes/t/HiRes.t die more gracefully if its watchdogDave Mitchell2004-02-011-1/+1
| | | | | timeout triggers p4raw-id: //depot/perl@22253
* Drop optimization for -O3 *and higher*H.Merijn Brand2004-01-301-1/+1
| | | p4raw-id: //depot/perl@22247
* Storable's hints file shouldn't blanket set optimize to -O2 on LinuxNicholas Clark2004-01-271-1/+6
| | | | | Only *drop* optimize to -O2 if it's -O3 on gcc on Linux p4raw-id: //depot/perl@22238
* Remove the caveat about detached threads crashing on WindowsRafael Garcia-Suarez2004-01-251-6/+1
| | | | | (fixed by #22201). Bump up the version of threads.pm. p4raw-id: //depot/perl@22218
* Need to skip Storable's threads test on 5.8.2 with ithreads andNicholas Clark2004-01-251-0/+7
| | | | | -DDEBUGGING, because it tickles a bug. (The same bug that got DBI) p4raw-id: //depot/perl@22217
* Storable-2.08/t/code.tSlaven Rezic2004-01-241-6/+7
| | | | | Message-Id: <200311081526.hA8FQJgb011684@vran.herceg.de> p4raw-id: //depot/perl@22206
* [patch] make Storable thread-safeAbhijit Menon-Sen2004-01-247-8/+290
| | | | | | | | | | | | | | | | | | From: Stas Bekman <stas@stason.org> Date: Mon, 19 Jan 2004 00:20:02 -0800 Message-Id: <400B9332.4070106@stason.org> Subject: Re: Subroutine reference bug in Storable From: Slaven Rezic <slaven@rezic.de> Date: 14 Nov 2003 23:22:55 +0100 Message-Id: <874qx6zj28.fsf@vran.herceg.de> Subject: Re: [perl #25145] [PATCH] Storable segfaults with B::Deparse + overload + cyclic structures From: Sam Vilain <sam@vilain.net> Date: Tue, 20 Jan 2004 22:30:15 +1300 Message-Id: <200401202230.15865.sam@vilain.net> p4raw-id: //depot/perl@22205
* Re: threads::shared::queue;Jan Dubois2004-01-231-1/+4
| | | | | | | Message-Id: <fi41105602ds7a9o4fko2oae7aokbg6als@4ax.com> Avoid threads+win32 crash by freeing Perl interpreter slightly later p4raw-id: //depot/perl@22201
* PATCH for perl-5.8.4Edward S. Peschko2004-01-211-0/+9
| | | | | | | | From: "Edward S. Peschko" <esp5@pge.com> Message-Id: <20040120012118.GA29151@mdssdev05.comp.pge.com> Add @DynaLoader::dl_shared_objects feature p4raw-id: //depot/perl@22191
* [perl #24940] "sub foo :unique" segfaultsDave Mitchell2004-01-201-1/+12
| | | | | | | | Turn these two into compile-time errors until such time as someone thinks of a useful meaning for them: my $x : unique sub foo : unique p4raw-id: //depot/perl@22187
* dl_unload_file for HP-UXNeil Watkiss2004-01-191-0/+13
| | | | | Message-ID: <20040112154944.GA15412@ActiveState.com> p4raw-id: //depot/perl@22179
* Upgrade to Time::HiRes 1.55Rafael Garcia-Suarez2004-01-153-3/+7
| | | p4raw-id: //depot/perl@22159
* Add VMS to the list of "don't fork" OSesNicholas Clark2004-01-131-1/+1
| | | | | | [In the most simple way possible. Fix this properly post 5.8.3 to use $Config{d_fork} or something more robust] p4raw-id: //depot/perl@22133
* Upgrade to MIME::Base64 2.23.Rafael Garcia-Suarez2004-01-124-39/+55
| | | p4raw-id: //depot/perl@22124
* Re: 5.8.3-RC1, ext/threads/shared/t/wait still hangingMike Pomraning2004-01-121-40/+98
| | | | | | Message-ID: <Pine.LNX.4.58.0401121127210.15844@benevelle.wi.securepipe.com> Date: Mon, 12 Jan 2004 12:41:52 -0600 (CST) p4raw-id: //depot/perl@22122
* Re: 5.8.3-RC1, ext/threads/shared/t/wait still hangingMike Pomraning2004-01-111-60/+73
| | | | | | Message-ID: <Pine.LNX.4.58.0401111548010.6679@localhost.localdomain> Date: Sun, 11 Jan 2004 16:24:18 -0600 (CST) p4raw-id: //depot/perl@22115
* Upgrade to Cwd 2.14.Rafael Garcia-Suarez2004-01-112-7/+15
| | | p4raw-id: //depot/perl@22112
* nit to Bytecode - the av_extend opcode wasn't saved whenAdrian M. Enache2004-01-101-1/+2
| | | | | the array had AvFILL == 0 p4raw-id: //depot/perl@22107
* Bah. Makefile.PL still tests the sub-MANIFESTNicholas Clark2004-01-091-3/+3
| | | p4raw-id: //depot/perl@22104
* temporarily backout test of thread returning a closure. It crashesDave Mitchell2004-01-091-9/+12
| | | | | win32. p4raw-id: //depot/perl@22103
* segv in pad.c with threads (was: DBD::Oracle and Perl 5.8.2 threads)Dave Mitchell2004-01-082-1/+19
| | | | | | | | | | Message-ID: <20040107121357.GD82921@dansat.data-plan.com> Returning a closure from a thread (via join) could mess up because pointers to PL_sv_undef weren't rejigged to point at the joiner's version of PL_sv_undef. Also, the closure's CvGV got cloned too but never freed, since CvGV isn't refcounted. p4raw-id: //depot/perl@22102
* Upgrade to Cwd 2.13Rafael Garcia-Suarez2004-01-042-21/+18
| | | p4raw-id: //depot/perl@22056
* Upgrade to Time::HiRes 1.54Rafael Garcia-Suarez2004-01-034-16/+115
| | | p4raw-id: //depot/perl@22051
* No matter how hard you proof read it, something always slips through.Nicholas Clark2004-01-031-2/+2
| | | p4raw-id: //depot/perl@22050
* Fix minor problems with the CPAN releaseNicholas Clark2004-01-035-4/+18
| | | | | | | | 1: Make Storable.xs to work on 5.8.2 and later (already in the core) 2: Ship the linux hints file 3: Ship Test::More for the benefit of Perls pre 5.6.2 4: Correct Makefile.PL to install in core for 5.8.0 and later p4raw-id: //depot/perl@22049
* Bump $threads::VERSION as the documentation has changed. Tweak theNicholas Clark2004-01-021-3/+3
| | | | | documentaiton, update Arthur's e-mail address p4raw-id: //depot/perl@22044
* Fix bug #24383, where hashes with the :unique attribute weren'tDave Mitchell2004-01-011-1/+21
| | | | | | | | 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
* Document that detached threads aren't supported on Windows yet.Rafael Garcia-Suarez2004-01-011-0/+5
| | | p4raw-id: //depot/perl@22030
* "piconv -C 512" badly brokenAudrey Tang2003-12-311-1/+1
| | | | | | Message-Id: <1072870210.769.5.camel@localhost> Date: Wed, 31 Dec 2003 19:30:10 +0800 p4raw-id: //depot/perl@22025
* C++ comments, bad.Rafael Garcia-Suarez2003-12-311-1/+1
| | | p4raw-id: //depot/perl@22020
* Bump VERSION numbersNicholas Clark2003-12-301-1/+1
| | | p4raw-id: //depot/perl@22018
* Windows hasn't getuid/setuid and friends.Marcus Holland-Moritz2003-12-291-0/+4
| | | | | | | | | Therefore disable the code related to them in POSIX.xs. Subject: [PATCH: ext/POSIX/POSIX.xs] Re: Smoke [5.8.2] 21979 FAIL(Xt) MSWin32 5.1 Service Pack 1 (x86/1 cpu) From: "Marcus Holland-Moritz" <mhx-perl@gmx.net> Message-ID: <03d401c3cdbf$05730ee0$d500a8c0@R2D2> p4raw-id: //depot/perl@21993
* Upgrade to Encode 1.99.Rafael Garcia-Suarez2003-12-2912-21/+38
| | | p4raw-id: //depot/perl@21991
* PATCH: *DB*_File Paul Marquess2003-12-2711-61/+212
| | | | | | From: "Paul Marquess" <Paul.Marquess@btinternet.com> Message-ID: <AIEAJICLCBDNAAOLLOKLIEAOPGAA.Paul.Marquess@btinternet.com> p4raw-id: //depot/perl@21981
* Straggler from CwdNicholas Clark2003-12-271-0/+42
| | | p4raw-id: //depot/perl@21978
* Assimilate Cwd 2.12 from CPAN. Cwd wasn't in Maintainers, so changeNicholas Clark2003-12-273-6/+155
| | | | | | 21646 was only applied to core (must punt this back and thereby unfork) Need to fix test boilerplate properly for PERL_CORE p4raw-id: //depot/perl@21972
* Remove Win32 compiler warningsMarcus Holland-Moritz2003-12-272-6/+7
| | | | | | From: "Marcus Holland-Moritz" <mhx-perl@gmx.net> Message-ID: <018901c3cc97$fa976660$d500a8c0@R2D2> p4raw-id: //depot/perl@21971
* Change minimum perl version where the test is run from 5.9.0 to 5.8.3Nicholas Clark2003-12-261-1/+1
| | | | | as I'm going to integrate the core patch p4raw-id: //depot/perl@21964
* Restore ext/SDBM_File/sdbm/Makefile to its pre-21655 state.Rafael Garcia-Suarez2003-12-261-9/+12
| | | | | This fixes building SDBM_File on AIX. p4raw-id: //depot/perl@21959
* Fix bug [perl #24641] : when POSIX::set[ug]id() are called,Rafael Garcia-Suarez2003-12-251-0/+10
| | | | | | update the perl variables PL_uid and PL_euid (resp. PL_gid and PL_egid) with the new values. p4raw-id: //depot/perl@21958