summaryrefslogtreecommitdiff
path: root/ext
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to Compress::Zlib 1.39Rafael Garcia-Suarez2005-09-204-9/+15
| | | p4raw-id: //depot/perl@25512
* All Perl_hv_name_set()s need to be plain hv_name_set if they are toNicholas Clark2005-09-191-1/+1
| | | | | work with a macro version. p4raw-id: //depot/perl@25493
* bleadperl DProf.xs:140: warning: `unused' attribute ignoredYitzchak Scott-Thoennes2005-09-191-4/+2
| | | | | Message-ID: <20050919024637.GA2860@efn.org> p4raw-id: //depot/perl@25486
* It looks like the only way to reliably make Perl_hv_name_set a pureNicholas Clark2005-09-181-1/+1
| | | | | | | macro in 5.8.x is to make it available as hv_name_set. [Otherwise when and where aTHX_ hv gets expanded to foo, hv causes warnings or other games when Perl_hv_name_set() is a macro] p4raw-id: //depot/perl@25475
* Holding a mutex then croak()ing strikes me as deadlock.Nicholas Clark2005-09-171-0/+1
| | | p4raw-id: //depot/perl@25442
* Upgrade to Compress::Zlib 1.38Rafael Garcia-Suarez2005-09-066-17/+52
| | | p4raw-id: //depot/perl@25361
* Revert Makefile.PL change from #25355Rafael Garcia-Suarez2005-09-061-41/+1
| | | p4raw-id: //depot/perl@25359
* Upgrade to IO 1.22 from gbarrRafael Garcia-Suarez2005-09-0622-49/+161
| | | | | | | | - Adjust the regression tests to use t/test.pl from bleadperl when $ENV{PERL_CORE} is defined - Add can_ok and isa_ok to t/test.pl from the implementation found in the IO CPAN distribution p4raw-id: //depot/perl@25355
* regression test for 25352Jim Cromie2005-09-051-1/+38
| | | | | Message-ID: <431A7A35.6050705@gmail.com> p4raw-id: //depot/perl@25354
* Re: Optree GenerationYitzchak Scott-Thoennes2005-09-021-3/+6
| | | | | Message-ID: <20050831121822.GA3464@efn.org> p4raw-id: //depot/perl@25352
* Regression test for the fix in change #25308,Rafael Garcia-Suarez2005-09-021-0/+35
| | | | | | based on code by Troy Loveday p4raw-link: @25308 on //depot/perl: 27688d77084069fcb656e12fab5d3ee0ba810e6c p4raw-id: //depot/perl@25347
* Add the "no 6" / "no v6" syntax.Rafael Garcia-Suarez2005-09-011-9/+9
| | | p4raw-id: //depot/perl@25344
* Document that Sys::Syslog::openlog might die.Rafael Garcia-Suarez2005-08-311-1/+3
| | | | | Fixes [perl #36848] Sys::Syslog::syslog kills program if syslogd not running p4raw-id: //depot/perl@25342
* [patch@25339] ext/Dev/Peek/t/peek.t fix for VMSJohn E. Malmberg2005-08-311-2/+4
| | | | | | From: "John E. Malmberg" <wb8tyw@qsl.net> Message-ID: <43151346.4010001@qsl.net> p4raw-id: //depot/perl@25340
* Upgrade to PathTools 3.11Rafael Garcia-Suarez2005-08-301-0/+5
| | | | | (no real changes) p4raw-id: //depot/perl@25338
* Upgrade to PathTools 3.10Rafael Garcia-Suarez2005-08-271-0/+11
| | | p4raw-id: //depot/perl@25334
* update B::Concise pod to reflect previous changesJim Cromie2005-08-251-5/+6
| | | | | Message-ID: <430CA8EB.3010904@divsol.com> p4raw-id: //depot/perl@25327
* WhitespaceAbigail2005-08-191-2/+2
| | | | | | Message-ID: <20050723003235.GJ15093@abigail.nl> Date: Sat, 23 Jul 2005 02:32:35 +0200 p4raw-id: //depot/perl@25309
* Re: Data::Dumper bug?Yitzchak Scott-Thoennes2005-08-192-4/+6
| | | | | Message-ID: <20050809033301.GA3804@efn.org> p4raw-id: //depot/perl@25308
* make threads.xs emit warnings properlyTassilo von Parseval2005-08-192-12/+11
| | | | | Message-id: <20050807051041.GA3924@ethan> p4raw-id: //depot/perl@25307
* 5.9.x (and 5.8.x): Symbian updateJarkko Hietaniemi2005-08-181-3/+17
| | | | | Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A41B@esebe105.NOE.Nokia.com> p4raw-id: //depot/perl@25304
* Upgrade to Time::HiRes 1.73Rafael Garcia-Suarez2005-08-172-1/+5
| | | p4raw-id: //depot/perl@25298
* Time::HiRes::nanosleep support for Solaris [PATCH]Gisle Aas2005-08-161-2/+3
| | | | | Message-ID: <lrk6imy1a5.fsf@caliper.activestate.com> p4raw-id: //depot/perl@25295
* Compress::Zlib 1.37Paul Marquess2005-08-135-37/+121
| | | | | | From: "Paul Marquess" <Paul.Marquess@ntlworld.com> Message-Id: <20050812153145.PWIR17166.aamta12-winn.ispmail.ntl.com@MARQUESSPT21> p4raw-id: //depot/perl@25292
* undup Jarkko Hietaniemi2005-08-071-1/+1
| | | | | Message-ID: <42F5E243.80500@gmail.com> p4raw-id: //depot/perl@25274
* Add files missed in change 25271Rafael Garcia-Suarez2005-08-062-0/+167
| | | p4raw-id: //depot/perl@25273
* Clarify docsRafael Garcia-Suarez2005-08-061-3/+3
| | | p4raw-id: //depot/perl@25272
* Upgrade to Encode 2.11, plus a patch to PerlIO::encodingRafael Garcia-Suarez2005-08-0611-25/+67
| | | | | | by Dan Kogai to fix encoding(utf-8-strict) with partial characters. p4raw-id: //depot/perl@25271
* Typos in *.p[lm]Piotr Fusik2005-08-052-2/+2
| | | | | | From: "Piotr Fusik" <pfusik@op.pl> Message-ID: <001401c595bd$dccb5d80$0bd34dd5@piec> p4raw-id: //depot/perl@25266
* The typo changes from 25261 (of course) altered the MD5'sH.Merijn Brand2005-08-021-3/+3
| | | p4raw-id: //depot/perl@25263
* Typos in *.p[lm]Piotr Fusik2005-08-0224-33/+33
| | | | | | From: "Piotr Fusik" <pfusik@op.pl> Message-ID: <001401c595bd$dccb5d80$0bd34dd5@piec> p4raw-id: //depot/perl@25261
* Various patches by John E. Malmberg to fix dataRafael Garcia-Suarez2005-08-011-1/+1
| | | | | | | corruption issues on VMS. Back out change 25218 and the parts of change 25217 that affect pp_ctl.c and pp_sys.c. p4raw-id: //depot/perl@25257
* POD typosPiotr Fusik2005-08-011-3/+3
| | | | | | From: "Piotr Fusik" <pfusik@op.pl> Message-ID: <00ef01c59542$3198ba00$26d34dd5@piec> p4raw-id: //depot/perl@25253
* blead@25226 - ext/Compress/Zlib on VMS.John E. Malmberg2005-08-011-1/+1
| | | | | | From: "John E. Malmberg" <wb8tyw@qsl.net> Message-ID: <42ED94D6.7020104@qsl.net> p4raw-id: //depot/perl@25250
* SIGRTMIN & SIGRTMAX on Cygwin both 32. sig_count = 33, butH.Merijn Brand2005-07-311-1/+1
| | | | | POSIX::SigRt is not available on use p4raw-id: //depot/perl@25248
* silence compiler warning in mg.c POSIX.xsRobin Barker2005-07-281-3/+9
| | | | | Message-ID: <533D273D4014D411AB1D00062938C4D90849C75B@hotel.npl.co.uk> p4raw-id: //depot/perl@25236
* Some signals are more real than othersH.Merijn Brand2005-07-271-1/+4
| | | | | Also added comment about why the tests are there p4raw-id: //depot/perl@25230
* use POSIX might not throw an error. Check for useful values alsoH.Merijn Brand2005-07-251-3/+3
| | | p4raw-id: //depot/perl@25223
* blead help for VMSCraig A. Berry2005-07-2423-2/+2
| | | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-ID: <42E3FABB.1020900@mac.com> Date: Sun, 24 Jul 2005 15:31:55 -0500 p4raw-id: //depot/perl@25217
* Re: [PATCH] support POSIX SA_SIGINFOJarkko Hietaniemi2005-07-212-1/+5
| | | | | Message-ID: <42DFC042.1090201@gmail.com> p4raw-id: //depot/perl@25207
* Compress::Zlib 1.35Paul Marquess2005-07-2129-274/+1005
| | | | | | From: "Paul Marquess" <paul.marquess@ntlworld.com> Message-Id: <20050721090634.CA4E61F0003@mx1.mandriva.com> p4raw-id: //depot/perl@25205
* Remove :base_io from the set of default "safe" opcodes.Rafael Garcia-Suarez2005-07-202-5/+9
| | | | | | | This fixes bug [perl #36213] "Possible flaw in Safe.pm/Opcode.pm that allows access to any file" but introduces a backward compatibility issue. p4raw-id: //depot/perl@25204
* support POSIX SA_SIGINFOJarkko Hietaniemi2005-07-202-1/+38
| | | | | Message-ID: <42DE3846.6050606@gmail.com> p4raw-id: //depot/perl@25200
* Exit test script (if we're going to) *before* declaring a planSteve Hay2005-07-201-2/+2
| | | p4raw-id: //depot/perl@25193
* C<use Foo;> inside Foo.pm considered a "bad thing"Nicholas Clark2005-07-191-8/+11
| | | | | | (Certainly where there is AUTOLOADing and XS) Hopefully *this* fixes the POSIX breakage. p4raw-id: //depot/perl@25190
* XS constants fail when their value is called for, not at import.Nicholas Clark2005-07-191-1/+1
| | | | | This might be construed as a bug. Fixing is probably a greater evil. p4raw-id: //depot/perl@25188
* allow POSIX SIGRTMIN...SIGRTMAX signals (and plug a core dump)Jarkko Hietaniemi2005-07-195-80/+215
| | | | | Message-ID: <42DCC278.2010009@gmail.com> p4raw-id: //depot/perl@25185
* [perl #9720] document what can be assigned to a shared scalarDave Mitchell2005-07-171-0/+21
| | | p4raw-id: //depot/perl@25161
* Re: [PATCH blead] Re: [perl #3269] no warnings "foo" without "use warnings" ↵Steve Hay2005-07-151-1/+1
| | | | | | | | | | | | | | turns off all warnings. From: Michael G Schwern <schwern@pobox.com> Date: Wed, 13 Jul 2005 15:57:39 -0700 Message-ID: <20050713225739.GN24499@windhund.schwern.org> Subject: Re: [PATCH blead] Re: [perl #3269] no warnings "foo" without "use warnings" turns off all warnings. From: Rick Delaney <rick@bort.ca> Date: Wed, 13 Jul 2005 20:24:56 -0400 Message-ID: <20050714002456.GD19090@localhost.localdomain> p4raw-id: //depot/perl@25153
* Missing tie() call in NDBM_File SYNOPSISMatt Sergeant2005-07-151-4/+7
| | | | | Message-Id: <28baf339c3b78cc40017066b9dc7cffb@sergeant.org> p4raw-id: //depot/perl@25145